1. 346b7cd Include zipint.h to fix build on Windows. Problem reported by Pierre Joye. by Thomas Klausner · 13 years ago
  2. 3fdd982 Update copyright for today's changes. by Thomas Klausner · 13 years ago
  3. 8d33958 Avoid malloc(0). by Thomas Klausner · 13 years ago
  4. 48ce82e Look in ../lib for zipconf.h (generated file) for out-of-tree builds. by Thomas Klausner · 14 years ago
  5. 81e9433 Add getopt replacement function, for Windows. by Thomas Klausner · 14 years ago
  6. 99ff01b Revert unintended partial commit. by Thomas Klausner · 14 years ago
  7. db5fc24 We cannot set an error in a zip archive when we don't have a zip archive. by Thomas Klausner · 14 years ago
  8. a6192cf Clean up API (make parts private), include config.h before using it. by Dieter Baron · 14 years ago
  9. 30b32ec Wrap unistd.h usage in #ifdef HAVE_UNISTD_H. Bump copyright. by Thomas Klausner · 15 years ago
  10. 463df10 Install binaries, and build and install ziptorrent. by Thomas Klausner · 16 years ago
  11. 24be5f7 Remove $NiH$ tags. by Thomas Klausner · 16 years ago
  12. 16cf6d2 Sort options in standard order (AaBb...) by Thomas Klausner · 17 years ago
  13. 51a5791 Add verbose and dry-run options to ziptorrent. by Dieter Baron · 17 years ago
  14. 0659af5 Close source zips after target zip is written. by Dieter Baron · 17 years ago
  15. 28ee020 TorrentZip support. by Dieter Baron · 17 years ago
  16. 79aca39 Fix typo in prevoius. by Dieter Baron · 17 years ago
  17. 40a2197 Remove references to GPL by Dieter Baron · 17 years ago
  18. 35b7949 Distribute CMake files. by Thomas Klausner · 18 years ago
  19. b58cf6f Add CMake infrastructure, including CTest support. by Thomas Klausner · 18 years ago
  20. a93b898 Use top_builddir. by Thomas Klausner · 18 years ago
  21. a66c3a8 (merge_zip) close zs. Found by Coverity, error id 2. by Dieter Baron · 18 years ago
  22. f29a6ba Include unistd.h for optind. From Joerg Sonnenberger. by Thomas Klausner · 19 years ago
  23. 368e109 Only check for garbage at end of file when ZIP_CHECKCONS. by Dieter Baron · 19 years ago
  24. 2d05111 Remove unneeded inclusion of unistd.h. Tested on Darwin, Irix, NetBSD, Solaris. by Thomas Klausner · 19 years ago
  25. 68dd8c2 Test for HAVE_UNISTD_H before including it. by Thomas Klausner · 19 years ago
  26. 3e7872d Add a few unsigned and casts for less warnings with -Wsign-compare. by Thomas Klausner · 20 years ago
  27. 1f3803c Add 2005 to copyright by Dieter Baron · 20 years ago
  28. 8ee0a2a Fix unsigned handling for IRIX cc. by Thomas Klausner · 20 years ago
  29. 2f46ac7 Replace %qu with %llu for IRIX. by Thomas Klausner · 20 years ago
  30. 3a2ce0e Add return(). Add cast. Found by IRIX 6.5 cc. by Thomas Klausner · 20 years ago
  31. ab97dc3 no pointer arithmetics on void pointers by Dieter Baron · 20 years ago
  32. f9b991b Get rid of two warnings. by Thomas Klausner · 20 years ago
  33. 24fa7e9 Sort options. by Thomas Klausner · 20 years ago
  34. 80d9ff3 add program name to help and version output by Dieter Baron · 20 years ago
  35. 290861a * lib/zip_get_name.c (zip_get_name): add flags argument. by Thomas Klausner · 20 years ago
  36. 24a722b Include zip.h in zipint.h; remove zlib.h from zip.h; add zlib.h where necessary. by Thomas Klausner · 20 years ago
  37. 7003621 Prefer unsigned char as tolower() argument. by Thomas Klausner · 20 years ago
  38. 6be5981 Try to be consistent in calling struct zips za and struct zip_files zf. by Thomas Klausner · 20 years ago
  39. ef9a02f * zip.h: Rename zip_get_error to zip_error_get; by Thomas Klausner · 20 years ago
  40. cb56975 improve overwrite confirmation prompt. by Dieter Baron · 21 years ago
  41. b6ecb30 add zipmerge(1) -- merge multiple zip archives into one by Dieter Baron · 21 years ago
  42. b2ed74d Merge no-meta branch by Dieter Baron · 21 years ago
  43. c14b758 (compare_zip): use correct index. by Dieter Baron · 21 years ago
  44. 38053cd Update for autoconf-2.59/automake-1.8. by Thomas Klausner · 21 years ago
  45. e3f91ef API cleanup (see ChangeLog) by Dieter Baron · 21 years ago
  46. 3014e88 add -i flag (case insensitive name comparison) by Dieter Baron · 21 years ago
  47. dd9afca change to three-clause BSD license by Dieter Baron · 21 years ago
  48. 9afd7bd exit with 2 on error by Dieter Baron · 21 years ago
  49. 9aebb4c convert to standalone package (and reorganize slightly) by Dieter Baron · 21 years ago
  50. b6632a4 Correct my name(!). by Thomas Klausner · 22 years ago
  51. 392787a add a zip comaprison tool (used in regression tests) by Dieter Baron · 22 years ago