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