1. f8bf454 revert 'fix' for COMPRESS-301 as GNU tar doesn't like embedded NULs either by Stefan Bodewig · 9 years ago
  2. 4355c0d add/fix a few dates in changes report by Stefan Bodewig · 9 years ago
  3. 5cf68bd return 0 from read when asked to read 0 bytes - COMPRESS-309 by Stefan Bodewig · 9 years ago
  4. 0bbe5b5 COMPRESS-305 Convert all tests to JUnit4 style by Sebastian Bazley · 9 years ago
  5. 0f540f0 Oops, omitted a Test annotation by Sebastian Bazley · 9 years ago
  6. 35bc6b7 Oops - test class was not being run because the name ended in Tests instead of Test by Sebastian Bazley · 9 years ago
  7. 2e6967a It's useless to have fail() in a loop. Show all the missing entries. by Sebastian Bazley · 9 years ago
  8. 0d53852 archives directory is reserved for use by ArchiveReadTests by Sebastian Bazley · 9 years ago
  9. 58fa9a6 COMPRESS-305 Convert all tests to JUnit4 style by Sebastian Bazley · 9 years ago
  10. 2a95bf8 Javadoc by Sebastian Bazley · 9 years ago
  11. 74e1dd6 Ensure "mvn javadoc:javadoc" knows about the JCIP tags by Sebastian Bazley · 9 years ago
  12. d50feb6 COMPRESS-306 ArchiveStreamFactory fails to pass on the encoding when creating some streams. by Sebastian Bazley · 9 years ago
  13. 66338dd Add tests for IllegalStateException by Sebastian Bazley · 9 years ago
  14. 5b5b852 Javadoc by Sebastian Bazley · 9 years ago
  15. b1caea2 Add test cases for concatenated compressed files by Sebastian Bazley · 9 years ago
  16. 9cf0fe6 Non-existent files by Sebastian Bazley · 9 years ago
  17. b5a60a2 No longer exists by Sebastian Bazley · 9 years ago
  18. 830af4f No need to override the parent changes report definition; avoids report redefinition warning by Sebastian Bazley · 9 years ago
  19. f18a9f6 JUnit => 4.12 by Sebastian Bazley · 9 years ago
  20. eecb5a6 Update to CP 37 by Sebastian Bazley · 9 years ago
  21. 0b33b14 COMPRESS-302 Restore immutability/thread-safety to ArchiveStreamFactory. by Sebastian Bazley · 9 years ago
  22. d6144b9 Javadoc by Sebastian Bazley · 9 years ago
  23. 121cae7 COMPRESS-303 Restore immutability/thread-safety to CompressorStreamFactory. by Sebastian Bazley · 9 years ago
  24. 8e7d71f Easier to read outline in Eclipse IDE if issue number is put first by Sebastian Bazley · 9 years ago
  25. 1f91bbb Javadoc corrections and enhancements by Sebastian Bazley · 9 years ago
  26. a6906ad Javadoc fixes by Sebastian Bazley · 9 years ago
  27. d84b2ec r1453945 broke immutability by Sebastian Bazley · 9 years ago
  28. 3a587d6 r1512804 broke immutability by Sebastian Bazley · 9 years ago
  29. 915fdd3 python tarfile library seems to create embedded NULs, COMPRESS-301, unit test to follow by Stefan Bodewig · 9 years ago
  30. f2c9f96 Fix indentation and alignment to agree with Release Notes by Sebastian Bazley · 10 years ago
  31. e0c0a10 Synch with RN contents by Sebastian Bazley · 10 years ago
  32. 027af52 Tweak by Sebastian Bazley · 10 years ago
  33. 08bf3f7 Reformat to look like RN by Sebastian Bazley · 10 years ago
  34. 697f2b0 Drop Apache now it is in project.name Add historic changes by Sebastian Bazley · 10 years ago
  35. 59ebc07 experiments show binary compatibiity isn't hurt as badly by Stefan Bodewig · 10 years ago
  36. 01468f0 Missing serialversionUID by Sebastian Bazley · 10 years ago
  37. 63e5a83 Generics by Sebastian Bazley · 10 years ago
  38. 26705df Avoid unclosed stream warnings by Sebastian Bazley · 10 years ago
  39. b48bd0f Unused by Sebastian Bazley · 10 years ago
  40. d9db37d Avoid unclosed stream warnings by Sebastian Bazley · 10 years ago
  41. b9443c2 Avoid unclosed stream warnings by Sebastian Bazley · 10 years ago
  42. c100d2e stronger backwards incompatibility warning by Stefan Bodewig · 10 years ago
  43. 641e980 remove file that no longer seems relevant by Stefan Bodewig · 10 years ago
  44. bdd4bd6 typos by Stefan Bodewig · 10 years ago
  45. ecd20da Fixed javadoc for jdk8, again :) by Kristian Rosenvold · 10 years ago
  46. 2f72bf1 Added a small comment about not testing timestamp in zip by Kristian Rosenvold · 10 years ago
  47. 8d7288d Avoid 1:1 binary comparison because timestamps will occasionaly vary by Kristian Rosenvold · 10 years ago
  48. ec07514 update release notes by Stefan Bodewig · 10 years ago
  49. bd8fe21 no need for special compiler configuration anymore by Stefan Bodewig · 10 years ago
  50. 2e5fdff Move PasswordRequiredException by Stefan Bodewig · 10 years ago
  51. e8aa2bd Added package info, updated "What's new" section for 1.10 by Kristian Rosenvold · 10 years ago
  52. 1a97010 don't try to compile package-info.java - Thanks to sebb by Stefan Bodewig · 10 years ago
  53. 1053ec1 expand BitInputStream to allow reading of up to 63 bits at once by Stefan Bodewig · 10 years ago
  54. 232b6db package level javadocs for exceptions package by Stefan Bodewig · 10 years ago
  55. 9b06ac4 Javadoc review fixes by Kristian Rosenvold · 10 years ago
  56. a7c227c Moved zip-unspecific scatter/gather code to org.apache.commons.compress.parallel by Kristian Rosenvold · 10 years ago
  57. e0ca4f5 move PasswordRequiredException by Stefan Bodewig · 10 years ago
  58. 1a90ed5 Added a sample in the docs. Sample is also present in code form (test scope) with test case by Kristian Rosenvold · 10 years ago
  59. 5d083b5 Review comments from Emmanuel Bourg by Kristian Rosenvold · 10 years ago
  60. a53300f cleanup in tests by Stefan Bodewig · 10 years ago
  61. b5fcfd5 Removed unused import, upgraded statement to contains() by Kristian Rosenvold · 10 years ago
  62. 0911c6e unused import by Stefan Bodewig · 10 years ago
  63. 4571c58 Arrays.copyOf requires Java6 by Stefan Bodewig · 10 years ago
  64. a103f8a some formatting changes and a stray semicolon by Stefan Bodewig · 10 years ago
  65. 70900a3 Updated changes.xml, fixed a small javadoc issue by Kristian Rosenvold · 10 years ago
  66. ee8f99b javadoc by Stefan Bodewig · 10 years ago
  67. 446ee1a provide archive name if anything goes wrong extracting stuff from 7z archives by Stefan Bodewig · 10 years ago
  68. e707c82 throw a special exception when there is no password for an encrpyted 7z archive - COMPRESS-298 by Stefan Bodewig · 10 years ago
  69. 3b7a059 Added ZipArchiveEntryRequest class by Kristian Rosenvold · 10 years ago
  70. 8aa559f record fix for COMPRESS-290 by Stefan Bodewig · 10 years ago
  71. 33c9577 COMPRESS-290 Fixed error message with large groupid by Kristian Rosenvold · 10 years ago
  72. 2bf135d Changed from nThreads to receiving an ExecutorService by Kristian Rosenvold · 10 years ago
  73. 7d99a02 Fixed last findbug issue, which was real by Kristian Rosenvold · 10 years ago
  74. dd0109a make getParseableExtraFields and getAllExtraFileds symmetric by Stefan Bodewig · 10 years ago
  75. f7070b2 make closed flag volatile as suggested by Dawid Weiss - COMPRESS-297 by Stefan Bodewig · 10 years ago
  76. 646e03c Fixed one findbugs warning, ignored another by Kristian Rosenvold · 10 years ago
  77. 09aecce Fixed style issues as reported by IntelliJ by Kristian Rosenvold · 10 years ago
  78. 516c38f Changed ZipArchiveEntry to use more optimized data structure for by Kristian Rosenvold · 10 years ago
  79. deeb355 replace a few magic numbers with constants by Stefan Bodewig · 10 years ago
  80. a136235 use for loop rather than iterator by Stefan Bodewig · 10 years ago
  81. ebef905 Remove duplicate field by Sebastian Bazley · 10 years ago
  82. b7af8b3 Minor optimizations. by Kristian Rosenvold · 10 years ago
  83. eec10fc Writing central directory in chunks instead of one by one by Kristian Rosenvold · 10 years ago
  84. cbbeae7 Modified ZipOutputStream to be able to avoid seeking and rewriting headers by Kristian Rosenvold · 10 years ago
  85. 9f41819 Renamed method to getBytesWrittenForLastEntry by Kristian Rosenvold · 10 years ago
  86. 0b33d56 was using the wrong count for locator by Stefan Bodewig · 10 years ago
  87. 6d04cbc consistently use limit() - position() for length calculations by Stefan Bodewig · 10 years ago
  88. c4deb3f testcase demonstrating zip64 EOCDL corruption by Stefan Bodewig · 10 years ago
  89. 8a942e0 Cleaned up close semantics further. Increased copy buffer size somewhat by Kristian Rosenvold · 10 years ago
  90. af60df2 Cleaned up close semantics of backing store, made this governed by ScatterZipOutputStream by Kristian Rosenvold · 10 years ago
  91. dcd6086 allow close to be used even if stream hasn't been closed before by Stefan Bodewig · 10 years ago
  92. 4d9b92a Re-made StreamCompressor public. by Kristian Rosenvold · 10 years ago
  93. 67097df Added capability to delete temp files to ScatterGatherBackingStore by Kristian Rosenvold · 10 years ago
  94. 4e6b2cb Made site build on jdk8. Fixed stricter javadoc requirements by Kristian Rosenvold · 10 years ago
  95. 7ea31ac Added docs on parallel zip by Kristian Rosenvold · 10 years ago
  96. 627b4fc Reinstated protected deflate() method by Kristian Rosenvold · 10 years ago
  97. 386b36f Review comments by Kristian Rosenvold · 10 years ago
  98. 955b510 better use getters than direct attribute access by Stefan Bodewig · 10 years ago
  99. ee60c6d add @Override to clone method by Stefan Bodewig · 10 years ago
  100. d5f5da9 no need to special case UnixMode now that copy-constructor has been fixed by Stefan Bodewig · 10 years ago