- 6be5981 Try to be consistent in calling struct zips za and struct zip_files zf. by Thomas Klausner · 20 years ago
- 7b22172 * lib/zip_source_*: Verify user-supplied data. by Thomas Klausner · 20 years ago
- f2dc436 * zip.h: Rename zip_get_error to zip_error_get; by Thomas Klausner · 20 years ago
- ef9a02f * zip.h: Rename zip_get_error to zip_error_get; by Thomas Klausner · 20 years ago
- e21b065 Add comment for compression type 7. by Thomas Klausner · 20 years ago
- d0147e9 Rename ZERR_* to ZIP_ER_*; rename ZIP_ET_ZIP to ZIP_ET_ZLIB; by Thomas Klausner · 20 years ago
- 2543558 remove flags argument from zip_replace and zip_add by Dieter Baron · 21 years ago
- 0e339b6 change functions API overhaul: by Dieter Baron · 21 years ago
- 0950cfd return -1 in case of error, not NULL. by Dieter Baron · 21 years ago
- 99d0b04 ZIP_FL_NOCASE was inverted, fixed. by Dieter Baron · 21 years ago
- 775c259 add copyright and license blorb. by Dieter Baron · 21 years ago
- 81d8bb2 Rename BUFSIZE to CDBUFSIZE, define BUFSIZE to 8192 and use it. by Dieter Baron · 21 years ago
- 971fc1a (_zip_replace_zip): set ZIP_CH_ISCOMP when copying compressed data. by Dieter Baron · 21 years ago
- 069dc4c remove XXX comment that no longer applies by Dieter Baron · 21 years ago
- 2a8ad42 add 2004 to copyright line by Dieter Baron · 21 years ago
- d36af89 (zip_name_locate): honour ZIP_FL_UNCHANGED, handle `\' for ZIP_FL_NODIR. by Dieter Baron · 21 years ago
- 2abda60 was deleted on branch by Dieter Baron · 21 years ago
- bc70b9f (zip_fopen_index): return ZERR_INVAL if ZIP_FL_UNCHANGED is specified by Dieter Baron · 21 years ago
- 2cc7348 (zip_stat_index): return ZERR_INVAL if ZIP_FL_UNCHANGED is specified by Dieter Baron · 21 years ago
- ece22f7 (zip_close) copy comp_size bytes from old archive by Dieter Baron · 21 years ago
- b2ed74d Merge no-meta branch by Dieter Baron · 21 years ago
- 10a5a03 readd, should have been deleted on branch no-meta by Dieter Baron · 21 years ago
- dc5f707 checkpoint commit of rewrite to get rid of struct zip_meta by Dieter Baron · 21 years ago
- b7f7ca7 If za invalid, return -1. by Thomas Klausner · 21 years ago
- 549ac37 fix compile errors introduced in last, more error handling cleanup by Dieter Baron · 21 years ago
- adaf98c API and error handling cleanups by Dieter Baron · 21 years ago
- e3f91ef API cleanup (see ChangeLog) by Dieter Baron · 21 years ago
- 5149dfb add new error handling infrastructure and strerror functions by Dieter Baron · 21 years ago
- 086adb1 list sources one file per line, sort by Dieter Baron · 21 years ago
- 4154e17 make zip_err_str const. by Dieter Baron · 21 years ago
- 87bad3f close comment by Dieter Baron · 21 years ago
- 691edc4 specify library version number by Dieter Baron · 21 years ago
- 22ec8bf zip archive, not zip file by Dieter Baron · 21 years ago
- 24923a3 zip archvie, not zip file by Dieter Baron · 21 years ago
- c9ce587 use zip archive, not zip file by Dieter Baron · 21 years ago
- b7e3d0e use ``zip archive'' not ``zip file'' (to avoid confusion with file by Dieter Baron · 21 years ago
- e16fe20 add XXX comments for unhandled errors by Dieter Baron · 21 years ago
- dd9afca change to three-clause BSD license by Dieter Baron · 21 years ago
- 98178e8 remove parameter names from prototypes sort prototypes by Dieter Baron · 21 years ago
- 9360da0 const poisoning by Dieter Baron · 21 years ago
- 9aebb4c convert to standalone package (and reorganize slightly) by Dieter Baron · 21 years ago
- b6632a4 Correct my name(!). by Thomas Klausner · 22 years ago
- 392787a add a zip comaprison tool (used in regression tests) by Dieter Baron · 22 years ago
- f817acf Include string.h. by Thomas Klausner · 22 years ago
- 1c5ffe2 add RCS ids by Dieter Baron · 23 years ago
- fac85bd (read_part) fix typo: pass correct length to zip_read() by Dieter Baron · 23 years ago
- fe810f6 Work around some broken zip files. by Thomas Klausner · 23 years ago
- df2c3b1 install public header file by Thomas Klausner · 24 years ago
- e93f73d add zip_get_name by Thomas Klausner · 24 years ago
- 9b04a60 libtool support: make libzip shared by Thomas Klausner · 24 years ago
- 957f0da finally fixed DOS problems (was a UNIX problem too in this case) by Thomas Klausner · 25 years ago
- e81dcfb One more fix for closing files by Thomas Klausner · 25 years ago
- 4f0988d zip_close works under DOS, free temp structure by Thomas Klausner · 25 years ago
- ee97ace removed misc. XXX, added zip_unchange_all by Thomas Klausner · 25 years ago
- eabd41d added comment by Dieter Baron · 25 years ago
- 45e67c6 ZERR_INCONS by Dieter Baron · 25 years ago
- 26ab15a bugfix for comp_size when copying compressed files by Thomas Klausner · 26 years ago
- 42413fa improved logic for copying files by Dieter Baron · 26 years ago
- 01b2a3c #include <time.h> moved to zip.h by Thomas Klausner · 26 years ago
- c610f76 time.h for linux added by Thomas Klausner · 26 years ago
- bbb6369 added copyright notices by Dieter Baron · 26 years ago
- 4e927cb delete 0 zipfiles by Thomas Klausner · 26 years ago
- 1b8b9eb compress stored files in zip_replace_zip by Dieter Baron · 26 years ago
- 2732f4c file permissions ok by Thomas Klausner · 26 years ago
- 4a80e30 *** empty log message *** by Dieter Baron · 26 years ago
- f0fe32d *** empty log message *** by Thomas Klausner · 26 years ago
- 6d7d532 handle len<0 by Dieter Baron · 26 years ago
- 15c39e3 *** empty log message *** by Dieter Baron · 26 years ago
- 254bd61 handle zero len as till eof by Dieter Baron · 26 years ago
- 91c5d81 *** empty log message *** by Dieter Baron · 26 years ago
- 7697d44 renamed zip_{add,replace}_file to ..._filep, added ..._file by Dieter Baron · 26 years ago
- 8d40ef1 _zip_entry_add: compress logic fixed by Dieter Baron · 26 years ago
- 8b3bb7e bug fixes by Dieter Baron · 26 years ago
- 0c53a3c don't compare bitflags of local and global headers by Thomas Klausner · 26 years ago
- 3f80ab3 *** empty log message *** by Dieter Baron · 26 years ago
- 69a40b4 added make_str_err... to EXTRA_DIST by Dieter Baron · 26 years ago
- 97f2b74 fixed typo by Dieter Baron · 26 years ago
- 5a15159 override dangerous entries in meta returned from ch_func by Dieter Baron · 26 years ago
- eb88d58 test inverted by Dieter Baron · 26 years ago
- 912e764 pass through name by Dieter Baron · 26 years ago
- a7f079c cdir write fixed by Dieter Baron · 26 years ago
- fdd57c7 deiner by Thomas Klausner · 26 years ago
- 430a234 *** empty log message *** by Dieter Baron · 26 years ago
- cda0771 jaja by Thomas Klausner · 26 years ago
- 8640cb7 compiles again by Thomas Klausner · 26 years ago
- d0e1cd2 read lef by Dieter Baron · 26 years ago
- a748aa6 verbose copying of compressed data added again by Thomas Klausner · 26 years ago
- b1b044e misc. small coredump errors by Thomas Klausner · 26 years ago
- af28897 *** empty log message *** by Dieter Baron · 26 years ago
- e792aab fixed typo by Dieter Baron · 26 years ago
- df07120 cleanups by Dieter Baron · 26 years ago
- 6d92600 compiles even more better and all by Thomas Klausner · 26 years ago
- 6f9e01a better names by Thomas Klausner · 26 years ago
- 65e7121 comparison with unsigned shorts by Dieter Baron · 26 years ago
- c1364c5 compiles by Thomas Klausner · 26 years ago
- a73dbea added forgotten file by Dieter Baron · 26 years ago
- 030fad6 added new files by Dieter Baron · 26 years ago
- f55fb63 it makes a library! by Dieter Baron · 26 years ago
- af8de10 zip_meta_merge added by Thomas Klausner · 26 years ago
- 70a9d3b Better compilation by Thomas Klausner · 26 years ago