- a14fded Stop using tabs, update clang-format config. by Thomas Klausner · 4 years, 8 months ago
- 2665965 Fix incorrect format by Antonin Décimo · 4 years, 9 months ago
- b49e8c8 Re-add compat.h to two files for Windows. by Thomas Klausner · 5 years ago
- 00b3e34 Remove headers that include-what-you-use claims are unused. by Thomas Klausner · 5 years ago
- 0af7855 Fix format specifier for comment_length by Rikard Falkeborn · 5 years ago
- a9bf616 Ensure all calls `fopen` use "rb" mode by Michał Janiszewski · 5 years ago
- bd9fb11 zipcmp: fix double-free in cleanup by Thomas Klausner · 5 years ago
- 93f0339 copyright date updates by Thomas Klausner · 5 years ago
- cd8ba2e Fix signed/unsigned mixup. by Dieter Baron · 5 years ago
- 2f364ba Add some casts to appease MSVC. by Thomas Klausner · 5 years ago
- 80491c8 Clean up ressources in test programs. by Thomas Klausner · 6 years ago
- e91cc0f Bump copyright dates. by Thomas Klausner · 6 years ago
- 5061edd Use progname variable for the program name. by Thomas Klausner · 6 years ago
- 532d82e Improve a format string. by Thomas Klausner · 6 years ago
- 8eab1a2 Format using clang-format. by Thomas Klausner · 7 years ago
- c36a6f4 Update copyright years. by Thomas Klausner · 7 years ago
- 069aee6 Include compat.h before zip.h to avoid ZIP_EXTERN redefinition. by Thomas Klausner · 8 years ago
- dceead5 Move variable definition to start of function. by Thomas Klausner · 8 years ago
- df77dc6 copyright police by Thomas Klausner · 8 years ago
- 95e0f98 Avoid calling qsort() on an empty array. by Thomas Klausner · 8 years ago
- 591ee6f Move compat defines to own header. by Dieter Baron · 9 years ago
- a1415de copyright police. by Thomas Klausner · 10 years ago
- 2b5ddb2 Check a possible overflow in a rare case. by Thomas Klausner · 10 years ago
- 2402de9 Add test for CVE-2015-2331, overflow caused by too many entries in zip. 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
- 1d9dfeb Use zip_XXX_t instead of struct zip_XXX or enum zip_XXX. by Dieter Baron · 10 years ago
- 03ca1c1 Add some casts for gcc 4.8.3 with more-than-default warnings enabled. by Thomas Klausner · 10 years ago
- ea8ba49 Implement I/O abstraction layer. Finally. by Thomas Klausner · 10 years ago
- af2c40e Explain zipcmp -t more. by Thomas Klausner · 11 years ago
- de610c3 Use fts(3) where available. by Thomas Klausner · 11 years ago
- 199a91f Add some unsigned for gcc's -Wsign-compare. by Thomas Klausner · 11 years ago
- 6b7c16b Remove ^L. by Thomas Klausner · 11 years ago
- 9091840 Replace fts() with opendir() based code coming from ckmame. by Thomas Klausner · 11 years ago
- a191f7b Add support for comparing zip archives to directories. by Thomas Klausner · 11 years ago
- 7371605 Use matching single quotes in messages. by Thomas Klausner · 11 years ago
- b52bda0 Consistently use TODO for to-dos. by Thomas Klausner · 11 years ago
- a1f8e2c More lossy integer conversion fixes, for 32bit builds. Based on patch by Jan Weiß. by Dieter Baron · 12 years ago
- f5d96cb Make this compile when run with "./configure CC=g++". by Thomas Klausner · 12 years ago
- 216701e Stop using deprecated functions. by Thomas Klausner · 12 years ago
- f09b683 Avoid unnecessary cast, use proper printf format string. by Thomas Klausner · 12 years ago
- ae694b7 Fix (the useful subset of) icc warnings. by Dieter Baron · 12 years ago
- b5a0e3f Define PRId64 and PRIu64 when missing. by Dieter Baron · 13 years ago
- c086611 strcasecmp is defined in strings.h, noted by Del Merritt. by Dieter Baron · 13 years ago
- a205a4d More type cleanup, fix logic errors and slience false positives. by Dieter Baron · 13 years ago
- ff40b57 Fix printf argument error, silence false positive of LLVM static analyzer. by Dieter Baron · 13 years ago
- 0830a77 API cleanup, be less strict with file name arguments. by Thomas Klausner · 13 years ago
- 3efab99 Zip64 write support; zipcmp -p compares comments. by Dieter Baron · 13 years ago
- 7c1a959 merge by Thomas Klausner · 13 years ago
- 563e6f5 Do not compare compressed sizes. by Thomas Klausner · 13 years ago
- 0e5eeab Improve internal data structures. New extra field API (read only). by Dieter Baron · 13 years ago
- 28cc4ce Fix PROGRAM_NAME, from Jan Weiß. by Thomas Klausner · 13 years ago
- 346b7cd Include zipint.h to fix build on Windows. Problem reported by Pierre Joye. by Thomas Klausner · 13 years ago
- 3fdd982 Update copyright for today's changes. by Thomas Klausner · 13 years ago
- 8d33958 Avoid malloc(0). by Thomas Klausner · 13 years ago
- 81e9433 Add getopt replacement function, for Windows. by Thomas Klausner · 14 years ago
- a6192cf Clean up API (make parts private), include config.h before using it. by Dieter Baron · 14 years ago
- 30b32ec Wrap unistd.h usage in #ifdef HAVE_UNISTD_H. Bump copyright. by Thomas Klausner · 15 years ago
- 79aca39 Fix typo in prevoius. by Dieter Baron · 17 years ago
- 40a2197 Remove references to GPL by Dieter Baron · 17 years ago
- f29a6ba Include unistd.h for optind. From Joerg Sonnenberger. by Thomas Klausner · 19 years ago
- 368e109 Only check for garbage at end of file when ZIP_CHECKCONS. by Dieter Baron · 19 years ago
- 2d05111 Remove unneeded inclusion of unistd.h. Tested on Darwin, Irix, NetBSD, Solaris. by Thomas Klausner · 19 years ago
- 3e7872d Add a few unsigned and casts for less warnings with -Wsign-compare. by Thomas Klausner · 20 years ago
- 1f3803c Add 2005 to copyright by Dieter Baron · 20 years ago
- 3a2ce0e Add return(). Add cast. Found by IRIX 6.5 cc. by Thomas Klausner · 20 years ago
- ab97dc3 no pointer arithmetics on void pointers by Dieter Baron · 20 years ago
- f9b991b Get rid of two warnings. by Thomas Klausner · 20 years ago
- 24fa7e9 Sort options. by Thomas Klausner · 20 years ago
- 80d9ff3 add program name to help and version output by Dieter Baron · 20 years ago
- 24a722b Include zip.h in zipint.h; remove zlib.h from zip.h; add zlib.h where necessary. by Thomas Klausner · 20 years ago
- 6be5981 Try to be consistent in calling struct zips za and struct zip_files zf. by Thomas Klausner · 20 years ago
- ef9a02f * zip.h: Rename zip_get_error to zip_error_get; by Thomas Klausner · 20 years ago
- b2ed74d Merge no-meta branch by Dieter Baron · 21 years ago
- c14b758 (compare_zip): use correct index. by Dieter Baron · 21 years ago
- e3f91ef API cleanup (see ChangeLog) by Dieter Baron · 21 years ago
- 3014e88 add -i flag (case insensitive name comparison) by Dieter Baron · 21 years ago
- dd9afca change to three-clause BSD license by Dieter Baron · 21 years ago
- 9afd7bd exit with 2 on error 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