1. 09b4852 Add some items for better Windows support. by Thomas Klausner · 18 years ago
  2. 05f6928 Post-release bump to 0.8a. by Thomas Klausner · 18 years ago
  3. 0a4f6c9 Fixed 0.8 release. by Thomas Klausner · 18 years ago
  4. 51ed174 Added tag rel-0-8 for changeset e5ac19fb4c5b by Thomas Klausner · 18 years ago
  5. 55f0157 Fix typo. by Thomas Klausner · 18 years ago
  6. 36a05a1 Added tag rel-0-8 for changeset 82aed4fe2d30 by Thomas Klausner · 18 years ago
  7. ec622f2 Add date for today's release. by Thomas Klausner · 18 years ago
  8. 2d32923 Bump to 0.8 for release. by Thomas Klausner · 18 years ago
  9. bcdb8cf Get rid of unmaintained ChangeLog. by Thomas Klausner · 18 years ago
  10. e4fadaf Mention that CMake support is incomplete. by Thomas Klausner · 18 years ago
  11. 4051b4f Fix typo. by Thomas Klausner · 18 years ago
  12. d965c76 Note support for >2GiB archives. by Dieter Baron · 18 years ago
  13. 310f808 empty merge by Thomas Klausner · 18 years ago
  14. 189b79e Solaris shell doesn't like $(), use backticks instead. by Thomas Klausner · 18 years ago
  15. a552ff6 Discard no-meta branch. by Thomas Klausner · 18 years ago
  16. 750c58a Mention basic CMake support. by Thomas Klausner · 18 years ago
  17. 55b12dc Bump to 0.7.1b for future work. by Thomas Klausner · 18 years ago
  18. a0effca Bump to 0.7.1a for test release. by Thomas Klausner · 18 years ago
  19. d194439 Add one, categorize, add priorities (for next release). by Dieter Baron · 18 years ago
  20. 0956dec Use fseeko/ftello throughout, and use off_t to store file offsets. by Dieter Baron · 18 years ago
  21. dad702b Add two. by Dieter Baron · 18 years ago
  22. 97f8fcd update-zip is same as commit, remove. by Thomas Klausner · 18 years ago
  23. da3727b Remove two. by Thomas Klausner · 18 years ago
  24. 59fc32f regen. by Thomas Klausner · 18 years ago
  25. 0e42df2 Document that usually (for uncompressed data), setting size and mtime by Thomas Klausner · 18 years ago
  26. f38e6c2 Add RCS Id. by Thomas Klausner · 18 years ago
  27. 3efb9ee Document TODOs. by Thomas Klausner · 18 years ago
  28. 79dc97c Comment out libtool file creation, it does not work yet. by Thomas Klausner · 18 years ago
  29. 35b7949 Distribute CMake files. by Thomas Klausner · 18 years ago
  30. cf2b794 config.h template for CMake. by Thomas Klausner · 18 years ago
  31. b58cf6f Add CMake infrastructure, including CTest support. by Thomas Klausner · 18 years ago
  32. a93b898 Use top_builddir. by Thomas Klausner · 18 years ago
  33. 1fe9b2a Pass absolute paths to test cases, to make out-of-tree build work. by Thomas Klausner · 18 years ago
  34. ed4b4b1 Accept absolute paths to test cases. by Thomas Klausner · 18 years ago
  35. 850cb45 _zip_u2d_time: Let mktime() decide if DST is in effect. by Thomas Klausner · 18 years ago
  36. a3a6a15 Disable a broken consistency check. by Thomas Klausner · 18 years ago
  37. 01e7956 Add missing rm to uninstall-hook. by Thomas Klausner · 18 years ago
  38. bb22752 Latest version 6.3.0 from by Thomas Klausner · 18 years ago
  39. 7c4b547 Return -1 if argument is NULL. by Thomas Klausner · 18 years ago
  40. 80a51c1 Add two. by Thomas Klausner · 18 years ago
  41. 1d907d1 Refactor zip_open -- split off (partially duplicate) code into functions. by Thomas Klausner · 18 years ago
  42. 0de4293 * fix 3 test cases with comments by Thomas Klausner · 18 years ago
  43. 778c722 Remove one. by Thomas Klausner · 18 years ago
  44. 9b5abde Fix leak in zip_close(): free temp even on success. From Pierre Joye. by Thomas Klausner · 18 years ago
  45. e94c8f0 Close rename() target file before overwriting it. by Thomas Klausner · 18 years ago
  46. a66c3a8 (merge_zip) close zs. Found by Coverity, error id 2. by Dieter Baron · 18 years ago
  47. 86c8b4c Treat empty files as empty archives, prompted by Pierre Joye. by Dieter Baron · 18 years ago
  48. b888a72 Add one: by Thomas Klausner · 18 years ago
  49. 963b90e gen by Thomas Klausner · 18 years ago
  50. ead13a7 regen by Thomas Klausner · 18 years ago
  51. 3c19f52 Add missing .Ed. by Thomas Klausner · 18 years ago
  52. 879dfce Update from automake-1.10. by Thomas Klausner · 18 years ago
  53. c9b5f74 Add AM_PROG_CC_C_O for automake-1.10. by Thomas Klausner · 18 years ago
  54. b443aa7 Document zip_stat_init. by Thomas Klausner · 18 years ago
  55. 1c8c46b Add new function zip_stat_init to initialize a struct zip_stat and by Dieter Baron · 18 years ago
  56. b7f471c Initialize index member of struct zip_stat for changed files. by Dieter Baron · 18 years ago
  57. 1dae1c9 regen. by Thomas Klausner · 18 years ago
  58. e6749a5 Document return values and errors. by Thomas Klausner · 18 years ago
  59. a73fc31 Add "void" lost in previous. by Thomas Klausner · 18 years ago
  60. 6b742fc regen. by Thomas Klausner · 18 years ago
  61. 972fdf0 Crossref zip_error_clear. Bump date. by Thomas Klausner · 18 years ago
  62. 2884d77 add man version of the manpage. by Thomas Klausner · 18 years ago
  63. 3806989 Add man page for zip_error_clear and zip_file_error_clear. by Thomas Klausner · 18 years ago
  64. 1ad6cc5 Remove one allready done. by Dieter Baron · 18 years ago
  65. 223b5dd Use project specific mail address. Check for MoveFileEx (for future use on Windows). by Dieter Baron · 18 years ago
  66. 6c42553 Fix pasto, correctly this time (hi wiz). by Dieter Baron · 18 years ago
  67. e8be347 Fix zip_error_clear argument. by Thomas Klausner · 18 years ago
  68. 083fbd0 Belatedly add Pierre. by Dieter Baron · 18 years ago
  69. 220c08a Check if cdir exists before accessing it, noted by Pierre. by Dieter Baron · 18 years ago
  70. 81babc5 Add new functions zip_error_clear and zip_file_error_clear. by Dieter Baron · 18 years ago
  71. 9ec01c7 Call the directory directory, not file. by Dieter Baron · 18 years ago
  72. f4ac13a Add zip_add_dir.man, regen with latest mdoc2man (making output nearly by Thomas Klausner · 18 years ago
  73. 5064380 Add zip_add_dir(3). by Thomas Klausner · 18 years ago
  74. ea0c710 Add zip_add_dir, requested by Pierre. by Dieter Baron · 18 years ago
  75. 5a2b900 Apply revision 1.10 from php repository by pajoye (slightly modified): by Dieter Baron · 18 years ago
  76. 177d58f Mention zip_error_strerror fix. by Dieter Baron · 19 years ago
  77. 031fd22 Correctly report ZIP_NOZIP and ZIP_INCONS. by Dieter Baron · 19 years ago
  78. 9de8f9e Return complete error string (libzip error + system/zlib error) by Dieter Baron · 19 years ago
  79. 23a94ab Update with libtool-1.5.22. by Thomas Klausner · 19 years ago
  80. 2381c35 Return file descriptor on success, not 1. by Thomas Klausner · 19 years ago
  81. f523ca8 Add one. by Thomas Klausner · 19 years ago
  82. db261c5 Use comp_size from central directory for amout of data to copy, by Dieter Baron · 19 years ago
  83. 5553494 Provide .tar.bz2 too. by Thomas Klausner · 19 years ago
  84. 9dc0c29 Revert previous, committed by accident, and update for 0.7.1. by Thomas Klausner · 19 years ago
  85. 1b99769 Prepare for 0.7.1. by Thomas Klausner · 19 years ago
  86. 628f499 add one by Dieter Baron · 19 years ago
  87. 6ef28ce Fix printing archive comment. by Thomas Klausner · 19 years ago
  88. 678e278 Correct fprintf argument. by Thomas Klausner · 19 years ago
  89. e3766e6 Bump to 0.7a. by Thomas Klausner · 19 years ago
  90. e8a3e4f If _zip_cdir_set_comment or _zip_create_temp_output failed, by Thomas Klausner · 19 years ago
  91. f29a6ba Include unistd.h for optind. From Joerg Sonnenberger. by Thomas Klausner · 19 years ago
  92. 7cd6604 Be more strict in regex. by Thomas Klausner · 19 years ago
  93. 328dbc4 cvs2cl for latest entries. by Thomas Klausner · 19 years ago
  94. 43e97aa Prepare for 0.7 release. by Dieter Baron · 19 years ago
  95. 1a6d0b1 Fix distcheck: retire mkname (remnant from before runtest). by Dieter Baron · 19 years ago
  96. be801db Report ZIP_ERR_INCONS for zip archives with trailing garbage (if by Dieter Baron · 19 years ago
  97. 45b1075 Fill in encryption_method in zip_stat. by Dieter Baron · 19 years ago
  98. 5e96402 Fix warnings due to missing includes. by Dieter Baron · 19 years ago
  99. 61829ba cvs2cl for latest entries. by Thomas Klausner · 19 years ago
  100. 368e109 Only check for garbage at end of file when ZIP_CHECKCONS. by Dieter Baron · 19 years ago