1. dd4cf74 Rename _zip_free to zip_discard and make it available in the public API. by Thomas Klausner · 13 years ago
  2. c78e7b7 regen by Thomas Klausner · 13 years ago
  3. af3ab74 Xref zip_get_file_extra and zip_set_file_extra. Bump date. by Thomas Klausner · 13 years ago
  4. eb583cd regen by Thomas Klausner · 13 years ago
  5. e373e6b Mention that ZIP_ER_INCONS may be returned independent of by Thomas Klausner · 13 years ago
  6. 8d52dd8 regen by Thomas Klausner · 13 years ago
  7. 48a5627 Hook zip_set_file_compression man page into build. by Thomas Klausner · 13 years ago
  8. 504e2c2 Update description for zip_set_file_compression and link to it from libzip.mdoc. by Thomas Klausner · 13 years ago
  9. 6ad1f33 Use more markup. by Thomas Klausner · 13 years ago
  10. 4e300a7 regen by Thomas Klausner · 14 years ago
  11. ab61aa2 Add missing .El, from Alexandr Shadchin. by Thomas Klausner · 14 years ago
  12. e8dd01d Fix a TODO: [doc] zip_source_function: mention that stat is called after close by Thomas Klausner · 14 years ago
  13. 785deb8 Fix previous. by Thomas Klausner · 14 years ago
  14. cf5ba32 Use mandoc for generating better-looking man pages, hopefully. by Thomas Klausner · 14 years ago
  15. 896cd8c Rename to match TODO by Thomas Klausner · 14 years ago
  16. 852cb3d Fill in more. by Thomas Klausner · 14 years ago
  17. b293437 Add man page for functionality-to-come. by Thomas Klausner · 14 years ago
  18. 53784d6 Document zip_get_num_entries and mark zip_get_num_files as deprecated. by Thomas Klausner · 14 years ago
  19. 16b2701 Add API for getting/setting extra field data. by Thomas Klausner · 14 years ago
  20. f909755 Describe flags argument of struct stat. by Thomas Klausner · 14 years ago
  21. af577ed Describe "valid" field. by Thomas Klausner · 14 years ago
  22. 5500b62 Document zip_set_default_password. by Thomas Klausner · 14 years ago
  23. 1373a97 Simplify by referring to zip_fopen(3) more. Fix some pastos. by Thomas Klausner · 14 years ago
  24. 4b12334 regen by Thomas Klausner · 14 years ago
  25. b3f9eb7 add generated file. by Thomas Klausner · 14 years ago
  26. 8025cbd Document zip_fopen_{index_,}encrypted. by Thomas Klausner · 14 years ago
  27. 19e7c6d Explicitly mention that fd should not be close(2)d after a successful by Thomas Klausner · 15 years ago
  28. f2cd454 merge by Thomas Klausner · 15 years ago
  29. ce43779 Reference _index functions. Bump date and copyright. by Thomas Klausner · 15 years ago
  30. 757097d Reference zip_get_num_files from man pages with _index functions. by Thomas Klausner · 15 years ago
  31. 30dc6b9 Update struct layout. XXX: valid needs to be documented. by Dieter Baron · 16 years ago
  32. 1bf5b1a Formatting, typos, more markup. by Thomas Klausner · 16 years ago
  33. eac5ee9 Update to match changed prototype and refined calling protocol. by Dieter Baron · 16 years ago
  34. cb1379d Next step of API cleanup: no size_t, no int as file index. by Dieter Baron · 16 years ago
  35. 65b446f Improve zip_fdopen description after review by dillo. by Thomas Klausner · 16 years ago
  36. 89d3318 Add man page for zip_fdopen, based on zip_open one. by Thomas Klausner · 16 years ago
  37. 63e12d1 Explicitly fail if file is encrypted. by Dieter Baron · 16 years ago
  38. 2b7cc37 Explicitly note that *sb must be allocated before calling the functions. by Thomas Klausner · 16 years ago
  39. e946af2 Assume that CMake is only used as a distribution format and for by Thomas Klausner · 16 years ago
  40. 8245dc6 Install 3 new man pages, and create copies of the installed files to by Thomas Klausner · 16 years ago
  41. 24be5f7 Remove $NiH$ tags. by Thomas Klausner · 16 years ago
  42. d5cb87f Re-add line that got lost in previous. by Thomas Klausner · 17 years ago
  43. c65abed First part of API cleanup: no off_t. by Dieter Baron · 17 years ago
  44. a10bd6c regen by Thomas Klausner · 17 years ago
  45. dd4bc5d Document that no empty archives are created. by Thomas Klausner · 17 years ago
  46. 16cf6d2 Sort options in standard order (AaBb...) by Thomas Klausner · 17 years ago
  47. 51a5791 Add verbose and dry-run options to ziptorrent. by Dieter Baron · 17 years ago
  48. 02ff5e8 Document more stringent error condition checks. by Dieter Baron · 17 years ago
  49. f07c3b2 Belatedly reference zip_add_dir. Bump date. by Thomas Klausner · 17 years ago
  50. 174c0af Document -1 as return value. by Thomas Klausner · 17 years ago
  51. 721822f Add Xref to ziptorrent(1). by Thomas Klausner · 17 years ago
  52. 7e0b526 Fix a typo. Add Xref to ziptorrent(1). by Thomas Klausner · 17 years ago
  53. 2a298cf Document ziptorrent(1). by Thomas Klausner · 17 years ago
  54. 9b6918e Document ZIP_FL_RECOMPRESS. by Thomas Klausner · 17 years ago
  55. 99de9b9 Document zip_{g,s}et_archive_flag. by Thomas Klausner · 17 years ago
  56. 3f8a410 regen. by Thomas Klausner · 17 years ago
  57. 28ee020 TorrentZip support. by Dieter Baron · 17 years ago
  58. 8e05831 Fix typo. by Dieter Baron · 17 years ago
  59. b86c433 Switch to new contact address in copyright comments. by Dieter Baron · 17 years ago
  60. f9eb623 Fix argument list in synopsis. Noted by Esben Mose Hansen. by Dieter Baron · 17 years ago
  61. 05f6928 Post-release bump to 0.8a. by Thomas Klausner · 18 years ago
  62. 59fc32f regen. by Thomas Klausner · 18 years ago
  63. 0e42df2 Document that usually (for uncompressed data), setting size and mtime by Thomas Klausner · 18 years ago
  64. 35b7949 Distribute CMake files. by Thomas Klausner · 18 years ago
  65. b58cf6f Add CMake infrastructure, including CTest support. by Thomas Klausner · 18 years ago
  66. 01e7956 Add missing rm to uninstall-hook. by Thomas Klausner · 18 years ago
  67. 963b90e gen by Thomas Klausner · 18 years ago
  68. ead13a7 regen by Thomas Klausner · 18 years ago
  69. 3c19f52 Add missing .Ed. by Thomas Klausner · 18 years ago
  70. b443aa7 Document zip_stat_init. by Thomas Klausner · 18 years ago
  71. 1dae1c9 regen. by Thomas Klausner · 18 years ago
  72. e6749a5 Document return values and errors. by Thomas Klausner · 18 years ago
  73. 6b742fc regen. by Thomas Klausner · 18 years ago
  74. 972fdf0 Crossref zip_error_clear. Bump date. by Thomas Klausner · 18 years ago
  75. 2884d77 add man version of the manpage. by Thomas Klausner · 18 years ago
  76. 3806989 Add man page for zip_error_clear and zip_file_error_clear. by Thomas Klausner · 18 years ago
  77. 9ec01c7 Call the directory directory, not file. by Dieter Baron · 19 years ago
  78. f4ac13a Add zip_add_dir.man, regen with latest mdoc2man (making output nearly by Thomas Klausner · 19 years ago
  79. 5064380 Add zip_add_dir(3). by Thomas Klausner · 19 years ago
  80. 7cd6604 Be more strict in regex. by Thomas Klausner · 19 years ago
  81. ab680a8 regen. by Thomas Klausner · 19 years ago
  82. b41a689 Link zip_unchange_archive. by Thomas Klausner · 19 years ago
  83. 7894852 regen. by Thomas Klausner · 19 years ago
  84. e803768 Drop trailing whitespace. by Thomas Klausner · 19 years ago
  85. e0990e6 regen. by Thomas Klausner · 19 years ago
  86. 4a35ee8 Document that it should not be called after a successful zip_add or zip_replace. by Thomas Klausner · 19 years ago
  87. 0f8fd7c Add. by Thomas Klausner · 19 years ago
  88. 118901b regen by Thomas Klausner · 19 years ago
  89. b8085c6 Add zip_unchange_archive. by Thomas Klausner · 19 years ago
  90. 6ddbeb9 Add zip_unchange_archive. by Thomas Klausner · 19 years ago
  91. e93cf1d Add flags argument to zip_get_*_comment, requested by dillo. by Thomas Klausner · 19 years ago
  92. a0a962f regen by Thomas Klausner · 19 years ago
  93. f629f8b Link zip_set_{archive,file}_comment. Bump date. by Thomas Klausner · 19 years ago
  94. 434f45f Document zip_set_{archive,file}_comment. by Thomas Klausner · 19 years ago
  95. 02a80d8 Bump date for previous. by Thomas Klausner · 19 years ago
  96. cdd7017 Consistency in argument naming. by Thomas Klausner · 19 years ago
  97. cd00982 Add read-only comment support: by Thomas Klausner · 19 years ago
  98. 5f542be Add missing file. XXX: Why wasn't this in CVS already? by Thomas Klausner · 19 years ago
  99. 5d308d7 Add AUTHORS section to file generation too. by Thomas Klausner · 19 years ago
  100. 83ac954 regen. by Thomas Klausner · 19 years ago