1. fd44eda Improve Windows support. by Thomas Klausner · 15 years ago
  2. 2a008c1 merge post-0.9.3 changes (leak fix in zip_open) by Thomas Klausner · 15 years ago
  3. aacd579 Use libzip-discuss as default bug report address. by Thomas Klausner · 15 years ago
  4. c48bacd merge 0.9.3. by Thomas Klausner · 15 years ago
  5. 980ab33 Include m4/ directory in distribution; some packagers need it. -> 0.9.3 by Thomas Klausner · 15 years ago
  6. f2cd454 merge by Thomas Klausner · 15 years ago
  7. d2eaa7b Re-run libtoolize from libtool-2.2.6 and follow its suggestions. by Thomas Klausner · 15 years ago
  8. 953fc10 Bump to 0.9.2. by Thomas Klausner · 15 years ago
  9. c38108b Merge 0.9.1 branch. by Dieter Baron · 15 years ago
  10. d32623d Update version number and fill in release date. by Dieter Baron · 15 years ago
  11. 134af8b Update NEWS and bump version for beta snapshot. by Dieter Baron · 15 years ago
  12. 22cf40f Bump version for coming snapshot. by Dieter Baron · 16 years ago
  13. c65da84 Note that Cmake files need updating when version numbers change. by Thomas Klausner · 16 years ago
  14. c65abed First part of API cleanup: no off_t. by Dieter Baron · 17 years ago
  15. 270129f Bump version to 0.9. by Dieter Baron · 17 years ago
  16. 5b19abc Portability fixes for torrentzip time stamps. Makes it compile on OpenSolaris. by dillo@danbala.ifoer.tuwien.ac.at · 17 years ago
  17. 929910f Use MoveFileExA instead of MoveFileEx. by Dieter Baron · 17 years ago
  18. a574b24 Bump to 0.8d (snapshot for Gerson Kurz). by Dieter Baron · 17 years ago
  19. 1a49485 Fix typo, reported by Massimo Morara. by Thomas Klausner · 17 years ago
  20. 9c56fa7 Bump version to 0.8c: snapshot to test MoveFileEx check fix. by Dieter Baron · 17 years ago
  21. c8e6e4c MoveFileEx needs <windows.h> included, so change the test accordingly. by Dieter Baron · 17 years ago
  22. 9c8ee90 Bump to 0.8b. by Thomas Klausner · 18 years ago
  23. 05f6928 Post-release bump to 0.8a. by Thomas Klausner · 18 years ago
  24. 2d32923 Bump to 0.8 for release. by Thomas Klausner · 18 years ago
  25. 55b12dc Bump to 0.7.1b for future work. by Thomas Klausner · 18 years ago
  26. a0effca Bump to 0.7.1a for test release. by Thomas Klausner · 18 years ago
  27. 0956dec Use fseeko/ftello throughout, and use off_t to store file offsets. by Dieter Baron · 18 years ago
  28. c9b5f74 Add AM_PROG_CC_C_O for automake-1.10. by Thomas Klausner · 18 years ago
  29. 223b5dd Use project specific mail address. Check for MoveFileEx (for future use on Windows). by Dieter Baron · 18 years ago
  30. 1b99769 Prepare for 0.7.1. by Thomas Klausner · 19 years ago
  31. e3766e6 Bump to 0.7a. by Thomas Klausner · 19 years ago
  32. 43e97aa Prepare for 0.7 release. by Dieter Baron · 19 years ago
  33. a25a3a5 Bump to 0.6.1d for another test release. by Thomas Klausner · 19 years ago
  34. 46590cd Check for unistd.h. by Thomas Klausner · 19 years ago
  35. a4dc179 * struct zip_stat increased for future encryption support by Thomas Klausner · 19 years ago
  36. 55bb1d4 - more casts of void pointers - fseeko replacement - bump version to 0.6.1b by Dieter Baron · 19 years ago
  37. 1a5257c Add mkstemp replacement function. by Dieter Baron · 19 years ago
  38. 14926e1 bump version to 0.6.1a by Dieter Baron · 19 years ago
  39. 9543d9f Bump version to 0.6.1. by Thomas Klausner · 20 years ago
  40. cdf5ff7 Smarter man page handling -- no symlinks created by configure any longer. by Thomas Klausner · 20 years ago
  41. 4f496e6 bump version to 0.6 by Dieter Baron · 20 years ago
  42. 4d3cdf9 Libtoolize claims AC_PROG_RANLIB is obsolete -- remove it. by Thomas Klausner · 20 years ago
  43. 92a19df Add zip_errors. by Thomas Klausner · 20 years ago
  44. 886021f Add libzip.mdoc. by Thomas Klausner · 20 years ago
  45. dc965ec Document zipmerge(1). by Thomas Klausner · 20 years ago
  46. 1d6c577 Merge zip_strerror(3) and zip_file_strerror(3) into the latter. by Thomas Klausner · 20 years ago
  47. eb23957 Rename zip_error_sys_type to zip_error_get_sys_type. by Thomas Klausner · 20 years ago
  48. 526f888 Document zip_error_sys_type. by Thomas Klausner · 20 years ago
  49. ab40243 Document zip_error_get and zip_file_error_get. by Thomas Klausner · 20 years ago
  50. 2e874fb zip_error_str has been renamed to zip_error_to_str. by Thomas Klausner · 20 years ago
  51. fa02d9d * zip.h: Rename zip_source_data to zip_source_buffer. by Thomas Klausner · 20 years ago
  52. ef9a02f * zip.h: Rename zip_get_error to zip_error_get; by Thomas Klausner · 20 years ago
  53. 573fc60 it works fine with 2.57 by Dieter Baron · 21 years ago
  54. f0b9fe4 Add zip_get_num_files(3). by Thomas Klausner · 21 years ago
  55. 78fefc7 Add zip_error_str(3). by Thomas Klausner · 21 years ago
  56. 38053cd Update for autoconf-2.59/automake-1.8. by Thomas Klausner · 21 years ago
  57. e3f91ef API cleanup (see ChangeLog) by Dieter Baron · 21 years ago
  58. 5149dfb add new error handling infrastructure and strerror functions by Dieter Baron · 21 years ago
  59. c269cee add three more man pages by Dieter Baron · 22 years ago
  60. 33aae77 add zip_fclose and zip_fread man pages by Dieter Baron · 22 years ago
  61. 68d238c add man page for zip_fopen and zip_fopen_index by Dieter Baron · 22 years ago
  62. d6d49c0 add more man pages by Dieter Baron · 22 years ago
  63. 1667eae add zip_close(3) man page by Dieter Baron · 22 years ago
  64. 1224953 test before commiting: fix bugs in man framework by Dieter Baron · 22 years ago
  65. 9028826 add man page framework and a few (skeleton) man pages by Dieter Baron · 22 years ago
  66. 3e5b824 add pkgconfig files by Dieter Baron · 22 years ago
  67. 9aebb4c convert to standalone package (and reorganize slightly) by Dieter Baron · 22 years ago