1. 8a3ea14 Actually add new test scripts. by Dieter Baron · 11 years ago
  2. 78faf6b Merge again. by Dieter Baron · 11 years ago
  3. f9103ef Remove old runtest script. by Dieter Baron · 11 years ago
  4. c0e21b0 Switch to Perl based runtest. by Dieter Baron · 11 years ago
  5. cef68dc Fix zipcmp build with cmake. by Thomas Klausner · 11 years ago
  6. 65e576a merge by Dieter Baron · 11 years ago
  7. 46f3741 copyright police by Thomas Klausner · 11 years ago
  8. 99262ae Try fixing OS/2 & Windows issue with removing open files. by Thomas Klausner · 11 years ago
  9. 1fea97f + switch to perl test framework by Thomas Klausner · 11 years ago
  10. f29ad8e Recognize /dev/stdin in add_file test. by Thomas Klausner · 11 years ago
  11. 6756cb8 Invalidate zip_source_zip when underlying zip archive is closed. by Thomas Klausner · 11 years ago
  12. de610c3 Use fts(3) where available. by Thomas Klausner · 11 years ago
  13. 8202218 Add missing file. by Thomas Klausner · 11 years ago
  14. c25f33b Clarify validity requirements on data. by Dieter Baron · 11 years ago
  15. e5ac177 make sure zipcmp will work on Windows by Thomas Klausner · 11 years ago
  16. 1bdacca On Windows: If _strdup is defined, override strdup. by Thomas Klausner · 11 years ago
  17. 1e36153 Fix cmake build. by Thomas Klausner · 11 years ago
  18. 10f8ef0 merge by Thomas Klausner · 11 years ago
  19. 18bb359 Thank Bogdan <bogiebog@gmail.com> by Thomas Klausner · 11 years ago
  20. ff4f12d Use %H:%M:%S instead of %T. by Thomas Klausner · 11 years ago
  21. d454452 Update my email address. by Dieter Baron · 11 years ago
  22. c4c737e * check if http://bugs.python.org/issue20078 provides ideas for new tests by Thomas Klausner · 11 years ago
  23. d398777 Fix a sign conversion warning. by Thomas Klausner · 11 years ago
  24. 5deb2c1 Make usage a macro for gcc's -Wformat-nonliteral. by Thomas Klausner · 11 years ago
  25. 199a91f Add some unsigned for gcc's -Wsign-compare. by Thomas Klausner · 11 years ago
  26. d683c12 Initialize ef so that it's easier for gcc to analyze that it's correct. by Thomas Klausner · 11 years ago
  27. 23134fd Fix shadow warning. by Thomas Klausner · 11 years ago
  28. 6b7c16b Remove ^L. by Thomas Klausner · 11 years ago
  29. 9091840 Replace fts() with opendir() based code coming from ckmame. by Thomas Klausner · 11 years ago
  30. 58bcb91 Add -Wl,-R${libdir} to pkg-config file on BSD. by Thomas Klausner · 11 years ago
  31. a9b7b4b Bump version for zipcmp directory comparison feature. by Thomas Klausner · 11 years ago
  32. 0931aed add one by Thomas Klausner · 11 years ago
  33. 35aaa11 Add one by Thomas Klausner · 11 years ago
  34. fbc4f5e merge by Thomas Klausner · 11 years ago
  35. f9e8026 Add one. by Thomas Klausner · 11 years ago
  36. a191f7b Add support for comparing zip archives to directories. by Thomas Klausner · 11 years ago
  37. d9f39fa Fix unsave implicit integer conversions (found by Jan Weiß). by Dieter Baron · 11 years ago
  38. 4abc106 Remove unused variables (from Jan Weiß). by Dieter Baron · 11 years ago
  39. f37d840 Complete framework rename, fix path to source files. (From Jan Weiß.) by Dieter Baron · 11 years ago
  40. abd6f67 Add new files to Xcode build. by Dieter Baron · 11 years ago
  41. ac08462 merge by Dieter Baron · 11 years ago
  42. 37fc32d Fix Organization Name. by Dieter Baron · 11 years ago
  43. c0bd817 Add input file for open_too_short.test by Thomas Klausner · 11 years ago
  44. 85bc01d Add test case for really short non-zip file. by Thomas Klausner · 11 years ago
  45. eb4dbac post-release bump to 0.11.2a by Thomas Klausner · 11 years ago
  46. f7ebfad Added tag rel-0-11-2 for changeset 7ce71a0ca2b3 by Thomas Klausner · 11 years ago
  47. 6f3dba6 Bump to 0.11.2. by Thomas Klausner · 11 years ago
  48. 843bbe0 Fix previous: use correct error setting function. by Thomas Klausner · 11 years ago
  49. cee0c71 Fix opening files less than 22 bytes long: they can't be zip files, so don't try to find a central directory. by Dieter Baron · 11 years ago
  50. cc4d2a9 regen by Thomas Klausner · 11 years ago
  51. 551b514 Improve documentation for opsys. by Thomas Klausner · 11 years ago
  52. e8a870f Mention 4GB file bug fix. by Thomas Klausner · 11 years ago
  53. 7371605 Use matching single quotes in messages. by Thomas Klausner · 11 years ago
  54. b52bda0 Consistently use TODO for to-dos. by Thomas Klausner · 11 years ago
  55. bd260c9 Fix compressed/uncompressed size in zip64 EF. by Thomas Klausner · 11 years ago
  56. b174cc6 Improve cmake infrastructure. by Thomas Klausner · 11 years ago
  57. 193dded Fix permissions (off by <<16) by Thomas Klausner · 11 years ago
  58. c64e44b merge by Thomas Klausner · 11 years ago
  59. bf68aa9 Add InfoZip's version of the appnote, from by Thomas Klausner · 11 years ago
  60. c279efa Fix ssize_t check for cmake. by Thomas Klausner · 11 years ago
  61. 41aada2 Update version number to current. by Dieter Baron · 11 years ago
  62. dfdbe56 Thank Ankur Kothari. by Dieter Baron · 11 years ago
  63. 2bddff0 Put year next to month, and use localtime to report date. by Thomas Klausner · 11 years ago
  64. bef37b7 Thank Remi Collet by Thomas Klausner · 11 years ago
  65. 460411f Apply patch from Remi Collet: za can be NULL. by Dieter Baron · 11 years ago
  66. 379d589 .Fn has no default argument; fix such a case without one. Bump date. by Thomas Klausner · 11 years ago
  67. 76984c6 Add two more. by Thomas Klausner · 11 years ago
  68. a5e9d4d regen (with mandoc-1.12.2) by Thomas Klausner · 11 years ago
  69. 5d96bd4 Switch from mdoc2man to mandoc -T man. by Thomas Klausner · 11 years ago
  70. ea24afb Thank Paul Harris by Thomas Klausner · 11 years ago
  71. 5b9854c Add missing source files to build. Based on patch by Paul Harris. by Thomas Klausner · 11 years ago
  72. 9c8d54f Only define strdup if it's not defined yet. Merge long line. by Thomas Klausner · 12 years ago
  73. 7cd54c6 Use zip_flags_t, as in prototype. by Thomas Klausner · 12 years ago
  74. e63d2a2 merge by Thomas Klausner · 12 years ago
  75. cdbc471 regen by Thomas Klausner · 12 years ago
  76. 7cba603 Be more explicit when zip_stat_init should be used. by Thomas Klausner · 12 years ago
  77. 504965c Support setting and querying opsys and external attributes. by Dieter Baron · 12 years ago
  78. 88c5d69 Add extrafld.txt -- Extra Field documentation from zip30.tgz. by Thomas Klausner · 12 years ago
  79. 3e61be6 Add one. by Dieter Baron · 12 years ago
  80. 22f2e2b regen by Thomas Klausner · 12 years ago
  81. 4fc7881 Update docs about deleting extra fields. by Thomas Klausner · 12 years ago
  82. 378e054 Fix test cases and enable them. by Thomas Klausner · 12 years ago
  83. 17bf6d3 Disallow deleting extra fields by index in central & local dir at same time. by Thomas Klausner · 12 years ago
  84. 88062f2 Fix test, but it's still broken. by Thomas Klausner · 12 years ago
  85. 7deb0f5 - 2, done by Thomas Klausner · 12 years ago
  86. d599196 Add one working and one non-working test. by Thomas Klausner · 12 years ago
  87. c41a5e4 Fix pasto by Thomas Klausner · 12 years ago
  88. 0acbab4 Use Mt for emails. by Thomas Klausner · 12 years ago
  89. 463ff23 fix typo by Thomas Klausner · 12 years ago
  90. 900f52f New sentence, new line. Reword a bit. by Thomas Klausner · 12 years ago
  91. 2fa34e2 Document ZIP_ER_WRONGPASSWD, and note that zip_fopen doesn't catch all wrong passwords. by Dieter Baron · 12 years ago
  92. 0c19766 Slightly reformat to improve HTML version on web page. by Dieter Baron · 12 years ago
  93. 13d107f merge by Thomas Klausner · 12 years ago
  94. df31ee5 Update copyright year. by Dieter Baron · 12 years ago
  95. a9bc8d9 merge by Thomas Klausner · 12 years ago
  96. 69da437 Copyright maintenance. by Thomas Klausner · 12 years ago
  97. 74f0a91 Finalize zip_error structures, indirectly noted by Alexander Galanin. by Dieter Baron · 12 years ago
  98. 8aaa3b7 Add one by Dieter Baron · 12 years ago
  99. f631eb7 Add script to create merged 32/64bit config.h. by Dieter Baron · 12 years ago
  100. 9aac8aa Integer conversion cast needed for 32bit, by Jan Weiß. by Dieter Baron · 12 years ago