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