- 695cfa5 Add Windows API man pages. by Thomas Klausner · 10 years ago
- 2e4e1e3 Fix a typo. by Thomas Klausner · 10 years ago
- 7e2855e Correct return type to match function definition. by Thomas Klausner · 10 years ago
- b5b5ff5 Add CAVEATS section that mentions that this function does not look by Thomas Klausner · 10 years ago
- b3c4357 Improve man page installation. by Dieter Baron · 10 years ago
- 3800881 regen by Thomas Klausner · 10 years ago
- da1c245 Deprecate zip_error_to_str. Add zip_error_init_with_code. Adapt code by Thomas Klausner · 10 years ago
- e17e231 regen by Thomas Klausner · 10 years ago
- 8502870 Improve formatting based on comments by Ingo Schwarze. by Thomas Klausner · 10 years ago
- d92dcad Add two lines for clean uninstall. by Thomas Klausner · 10 years ago
- 9a65d19 Add missing dot. by Thomas Klausner · 10 years ago
- 95de062 Merge. by Thomas Klausner · 10 years ago
- 50337cb Improve man pages. by Thomas Klausner · 10 years ago
- 28ab5e2 regen/add new by Thomas Klausner · 10 years ago
- fa2a789 Install new man pages. by Thomas Klausner · 10 years ago
- 7f0d151 Add another man page. by Thomas Klausner · 10 years ago
- 22f2a37 More minor fixes. by Thomas Klausner · 10 years ago
- 47617c7 Minor improvements. by Thomas Klausner · 10 years ago
- 7638235 Two more man pages. by Thomas Klausner · 10 years ago
- 4c1db35 More documentation. by Thomas Klausner · 10 years ago
- c897550 Document source reference counting and _create variants, add more man pages. by Thomas Klausner · 10 years ago
- d3bc856 Add more man pages. by Thomas Klausner · 10 years ago
- ae4bd09 Use ln -f to link files, to allow re-install. by Thomas Klausner · 10 years ago
- 1acc1e7 Mention _create functions. by Thomas Klausner · 10 years ago
- f5e9e24 Replace links to non-libzip man pages with links to opengroup. by Thomas Klausner · 10 years ago
- 8afa492 Slight improvements. Mark one done. by Thomas Klausner · 10 years ago
- 1becfad regen/add new by Thomas Klausner · 10 years ago
- 1c3b3ac Minor improvements. Install symlink with cmake too. by Thomas Klausner · 10 years ago
- ee94ed6 Document write calling conventions, add zip_source_seek_compute_offset. by Dieter Baron · 10 years ago
- 435f7f1 Merge. by Dieter Baron · 10 years ago
- b10436d Improve consistency. by Dieter Baron · 10 years ago
- b5cd45d Allow mkdocset to be run from separate build dir. by Dieter Baron · 10 years ago
- 2305181 Describe two more functions. by Thomas Klausner · 10 years ago
- 411cd88 Install man page and add man version. by Thomas Klausner · 10 years ago
- c78a7e9 Add a man page by Thomas Klausner · 10 years ago
- 52a527d Add 8 man pages here as well. by Thomas Klausner · 10 years ago
- f402fe5 Add man versions. by Thomas Klausner · 10 years ago
- 6fd2bec regen by Thomas Klausner · 10 years ago
- 47dc636 merge by Thomas Klausner · 10 years ago
- 72a828f Add 8 man pages. by Thomas Klausner · 10 years ago
- c8cb998 Fix Dt. by Thomas Klausner · 10 years ago
- 59cb39c Various minor fixes. by Thomas Klausner · 10 years ago
- 193739d regen by Thomas Klausner · 10 years ago
- f87bb85 Document new commands for writing. by Thomas Klausner · 10 years ago
- 654157e Mention special handling of some extra fields, like in _set by Thomas Klausner · 10 years ago
- 1d9dfeb Use zip_XXX_t instead of struct zip_XXX or enum zip_XXX. by Dieter Baron · 11 years ago
- ea8ba49 Implement I/O abstraction layer. Finally. by Thomas Klausner · 11 years ago
- 3299ad3 Support setting last modification time for file in archive. by Thomas Klausner · 11 years ago
- 05940fe regen by Thomas Klausner · 11 years ago
- 86a346b Add zip_source(3) and use instead of links to all implementations. by Thomas Klausner · 11 years ago
- 12c354f Remove remaining ^L. by Thomas Klausner · 11 years ago
- c861a47 regen by Thomas Klausner · 11 years ago
- c25f33b Clarify validity requirements on data. by Dieter Baron · 11 years ago
- a191f7b Add support for comparing zip archives to directories. by Thomas Klausner · 11 years ago
- cc4d2a9 regen by Thomas Klausner · 11 years ago
- 551b514 Improve documentation for opsys. by Thomas Klausner · 11 years ago
- b52bda0 Consistently use TODO for to-dos. by Thomas Klausner · 11 years ago
- 379d589 .Fn has no default argument; fix such a case without one. Bump date. by Thomas Klausner · 11 years ago
- 76984c6 Add two more. by Thomas Klausner · 11 years ago
- a5e9d4d regen (with mandoc-1.12.2) by Thomas Klausner · 11 years ago
- 5d96bd4 Switch from mdoc2man to mandoc -T man. by Thomas Klausner · 11 years ago
- e63d2a2 merge by Thomas Klausner · 12 years ago
- cdbc471 regen by Thomas Klausner · 12 years ago
- 7cba603 Be more explicit when zip_stat_init should be used. by Thomas Klausner · 12 years ago
- 504965c Support setting and querying opsys and external attributes. by Dieter Baron · 12 years ago
- 22f2e2b regen by Thomas Klausner · 12 years ago
- 4fc7881 Update docs about deleting extra fields. by Thomas Klausner · 12 years ago
- 0acbab4 Use Mt for emails. by Thomas Klausner · 12 years ago
- 900f52f New sentence, new line. Reword a bit. by Thomas Klausner · 12 years ago
- 2fa34e2 Document ZIP_ER_WRONGPASSWD, and note that zip_fopen doesn't catch all wrong passwords. by Dieter Baron · 12 years ago
- c11e902 Add example code how to convert DOS external attributes to mode_t, by Thomas Klausner · 12 years ago
- e336eac Package and distribute. by Dieter Baron · 12 years ago
- b5e0506 regen by Thomas Klausner · 12 years ago
- 23c3032 Consistency. by Thomas Klausner · 12 years ago
- a1b8a98 Document that flags have to be passed. by Thomas Klausner · 12 years ago
- 7ed4a60 Whitespace, and regen. by Thomas Klausner · 12 years ago
- 0eadc6c Improve wording. by Dieter Baron · 12 years ago
- 283fa2c Mention that passing local|central at the same time might give by Thomas Klausner · 12 years ago
- 6ea349c Restore man page that was "lost". by Thomas Klausner · 12 years ago
- 777f28e Regen. by Dieter Baron · 12 years ago
- c797b50 Fix example code. by Thomas Klausner · 12 years ago
- acf8fd2 Fix troffo. by Thomas Klausner · 12 years ago
- 52c5716 regen by Thomas Klausner · 12 years ago
- 0d0f4aa Fix pasto. by Thomas Klausner · 12 years ago
- a205a4d More type cleanup, fix logic errors and slience false positives. by Dieter Baron · 13 years ago
- abc6fd7 Type cleanup, internally and in the API. Fixes most llvm warnings. by Dieter Baron · 13 years ago
- e00e87f Update my email address in man pages. by Dieter Baron · 13 years ago
- acde35d Include version number in Info.plist; mark nodes with subnodes as folders. by Dieter Baron · 13 years ago
- cc7d248 Adapt to output from mandoc 1.12.1. by Dieter Baron · 13 years ago
- a997673 merge by Dieter Baron · 13 years ago
- ead38d4 Fix TOC, add command line tool manpages. by Dieter Baron · 13 years ago
- 25b606e Fix typo by Thomas Klausner · 13 years ago
- 606b45b Fix index creation, remove docsetutil input files. by Dieter Baron · 13 years ago
- b9e1c0b Fix sub sections. by Dieter Baron · 13 years ago
- a94f4ab Fix pasto and improve wording. by Dieter Baron · 13 years ago
- 3f5dbfe Infrastructure to create Apple DocSet. by Dieter Baron · 13 years ago
- 03ead84 Document ZIP_FL_UNCHANGED. by Thomas Klausner · 13 years ago
- 35d5a58 Document ZIP_EXTRA_FIELD_ALL. by Thomas Klausner · 13 years ago
- dc7b1cc regen by Thomas Klausner · 13 years ago
- 954d591 Document externally visible flags instead of internal ones. by Thomas Klausner · 13 years ago