1. e8f5e50 Add test for setting extra fields. by Thomas Klausner · 11 years ago
  2. cbb6e27 Check for Text::Diff in configure script. by Thomas Klausner · 11 years ago
  3. a254811 * replace Text::Diff with own implementation by Thomas Klausner · 11 years ago
  4. 621fabb Add two related to zipcmp. by Dieter Baron · 11 years ago
  5. af2c40e Explain zipcmp -t more. by Thomas Klausner · 11 years ago
  6. e71af93 Enable utf-8-standardization.test, now that the bug is fixed. by Thomas Klausner · 11 years ago
  7. d154802 (_zip_dirent_process_ef_utf_8) Fix flags argument to _zip_string_new. by Dieter Baron · 11 years ago
  8. 19d337b Use set_mtime and binary diff to make test fail. by Thomas Klausner · 11 years ago
  9. 3299ad3 Support setting last modification time for file in archive. by Thomas Klausner · 11 years ago
  10. dd9d8a0 Fix keys on reference, found by Perl 5.20. by Dieter Baron · 11 years ago
  11. 05940fe regen by Thomas Klausner · 11 years ago
  12. 86a346b Add zip_source(3) and use instead of links to all implementations. by Thomas Klausner · 11 years ago
  13. fb2ee76 Add test for file name standardization. by Thomas Klausner · 11 years ago
  14. cf3b7bf Add replace_file_contents command. by Thomas Klausner · 11 years ago
  15. ff4dec1 Thanks Andrew Molyneux <andrew@molyneuxfamily.co.uk> by Thomas Klausner · 11 years ago
  16. 2f1eca3 Fix ssize_t types. by Thomas Klausner · 11 years ago
  17. 12c354f Remove remaining ^L. by Thomas Klausner · 11 years ago
  18. 3b0ea21 Add ZIP_STATIC for Windows static library compilation, and add a by Thomas Klausner · 11 years ago
  19. bff487a + check for Text::Diff in configure script by Thomas Klausner · 11 years ago
  20. 4eb32b1 regen by Thomas Klausner · 11 years ago
  21. 7ddf7d1 Bump copyright year. by Thomas Klausner · 11 years ago
  22. f07c976 Add S_ISDIR compat define. From Patrick Spendrin. by Thomas Klausner · 11 years ago
  23. ce6b58a Fix typo, reported by Patrick Spendrin. by Thomas Klausner · 11 years ago
  24. 3611491 Reword: libzip-discuss is preferred. by Thomas Klausner · 11 years ago
  25. a123a53 Bump date. by Thomas Klausner · 11 years ago
  26. c861a47 regen by Thomas Klausner · 11 years ago
  27. 0cf99e5 Bump version for a test release. by Thomas Klausner · 11 years ago
  28. c58b002 ignore regress/runtest by Thomas Klausner · 11 years ago
  29. 82f95df bump date by Thomas Klausner · 11 years ago
  30. 8a3ea14 Actually add new test scripts. by Dieter Baron · 11 years ago
  31. 78faf6b Merge again. by Dieter Baron · 11 years ago
  32. f9103ef Remove old runtest script. by Dieter Baron · 11 years ago
  33. c0e21b0 Switch to Perl based runtest. by Dieter Baron · 11 years ago
  34. cef68dc Fix zipcmp build with cmake. by Thomas Klausner · 11 years ago
  35. 65e576a merge by Dieter Baron · 11 years ago
  36. 46f3741 copyright police by Thomas Klausner · 11 years ago
  37. 99262ae Try fixing OS/2 & Windows issue with removing open files. by Thomas Klausner · 11 years ago
  38. 1fea97f + switch to perl test framework by Thomas Klausner · 11 years ago
  39. f29ad8e Recognize /dev/stdin in add_file test. by Thomas Klausner · 11 years ago
  40. 6756cb8 Invalidate zip_source_zip when underlying zip archive is closed. by Thomas Klausner · 11 years ago
  41. de610c3 Use fts(3) where available. by Thomas Klausner · 11 years ago
  42. 8202218 Add missing file. by Thomas Klausner · 11 years ago
  43. c25f33b Clarify validity requirements on data. by Dieter Baron · 11 years ago
  44. e5ac177 make sure zipcmp will work on Windows by Thomas Klausner · 11 years ago
  45. 1bdacca On Windows: If _strdup is defined, override strdup. by Thomas Klausner · 11 years ago
  46. 1e36153 Fix cmake build. by Thomas Klausner · 11 years ago
  47. 10f8ef0 merge by Thomas Klausner · 11 years ago
  48. 18bb359 Thank Bogdan <bogiebog@gmail.com> by Thomas Klausner · 11 years ago
  49. ff4f12d Use %H:%M:%S instead of %T. by Thomas Klausner · 11 years ago
  50. d454452 Update my email address. by Dieter Baron · 11 years ago
  51. c4c737e * check if http://bugs.python.org/issue20078 provides ideas for new tests by Thomas Klausner · 11 years ago
  52. d398777 Fix a sign conversion warning. by Thomas Klausner · 11 years ago
  53. 5deb2c1 Make usage a macro for gcc's -Wformat-nonliteral. by Thomas Klausner · 11 years ago
  54. 199a91f Add some unsigned for gcc's -Wsign-compare. by Thomas Klausner · 11 years ago
  55. d683c12 Initialize ef so that it's easier for gcc to analyze that it's correct. by Thomas Klausner · 11 years ago
  56. 23134fd Fix shadow warning. by Thomas Klausner · 11 years ago
  57. 6b7c16b Remove ^L. by Thomas Klausner · 11 years ago
  58. 9091840 Replace fts() with opendir() based code coming from ckmame. by Thomas Klausner · 11 years ago
  59. 58bcb91 Add -Wl,-R${libdir} to pkg-config file on BSD. by Thomas Klausner · 11 years ago
  60. a9b7b4b Bump version for zipcmp directory comparison feature. by Thomas Klausner · 11 years ago
  61. 0931aed add one by Thomas Klausner · 11 years ago
  62. 35aaa11 Add one by Thomas Klausner · 11 years ago
  63. fbc4f5e merge by Thomas Klausner · 11 years ago
  64. f9e8026 Add one. by Thomas Klausner · 11 years ago
  65. a191f7b Add support for comparing zip archives to directories. by Thomas Klausner · 11 years ago
  66. d9f39fa Fix unsave implicit integer conversions (found by Jan Weiß). by Dieter Baron · 11 years ago
  67. 4abc106 Remove unused variables (from Jan Weiß). by Dieter Baron · 11 years ago
  68. f37d840 Complete framework rename, fix path to source files. (From Jan Weiß.) by Dieter Baron · 11 years ago
  69. abd6f67 Add new files to Xcode build. by Dieter Baron · 11 years ago
  70. ac08462 merge by Dieter Baron · 11 years ago
  71. 37fc32d Fix Organization Name. by Dieter Baron · 11 years ago
  72. c0bd817 Add input file for open_too_short.test by Thomas Klausner · 11 years ago
  73. 85bc01d Add test case for really short non-zip file. by Thomas Klausner · 11 years ago
  74. eb4dbac post-release bump to 0.11.2a by Thomas Klausner · 11 years ago
  75. f7ebfad Added tag rel-0-11-2 for changeset 7ce71a0ca2b3 by Thomas Klausner · 11 years ago
  76. 6f3dba6 Bump to 0.11.2. by Thomas Klausner · 11 years ago
  77. 843bbe0 Fix previous: use correct error setting function. by Thomas Klausner · 11 years ago
  78. 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
  79. cc4d2a9 regen by Thomas Klausner · 11 years ago
  80. 551b514 Improve documentation for opsys. by Thomas Klausner · 11 years ago
  81. e8a870f Mention 4GB file bug fix. by Thomas Klausner · 11 years ago
  82. 7371605 Use matching single quotes in messages. by Thomas Klausner · 11 years ago
  83. b52bda0 Consistently use TODO for to-dos. by Thomas Klausner · 11 years ago
  84. bd260c9 Fix compressed/uncompressed size in zip64 EF. by Thomas Klausner · 11 years ago
  85. b174cc6 Improve cmake infrastructure. by Thomas Klausner · 11 years ago
  86. 193dded Fix permissions (off by <<16) by Thomas Klausner · 11 years ago
  87. c64e44b merge by Thomas Klausner · 11 years ago
  88. bf68aa9 Add InfoZip's version of the appnote, from by Thomas Klausner · 11 years ago
  89. c279efa Fix ssize_t check for cmake. by Thomas Klausner · 11 years ago
  90. 41aada2 Update version number to current. by Dieter Baron · 11 years ago
  91. dfdbe56 Thank Ankur Kothari. by Dieter Baron · 11 years ago
  92. 2bddff0 Put year next to month, and use localtime to report date. by Thomas Klausner · 11 years ago
  93. bef37b7 Thank Remi Collet by Thomas Klausner · 11 years ago
  94. 460411f Apply patch from Remi Collet: za can be NULL. by Dieter Baron · 11 years ago
  95. 379d589 .Fn has no default argument; fix such a case without one. Bump date. by Thomas Klausner · 11 years ago
  96. 76984c6 Add two more. by Thomas Klausner · 11 years ago
  97. a5e9d4d regen (with mandoc-1.12.2) by Thomas Klausner · 11 years ago
  98. 5d96bd4 Switch from mdoc2man to mandoc -T man. by Thomas Klausner · 11 years ago
  99. ea24afb Thank Paul Harris by Thomas Klausner · 11 years ago
  100. 5b9854c Add missing source files to build. Based on patch by Paul Harris. by Thomas Klausner · 11 years ago