1. e707c82 throw a special exception when there is no password for an encrpyted 7z archive - COMPRESS-298 by Stefan Bodewig · 10 years ago
  2. 3b7a059 Added ZipArchiveEntryRequest class by Kristian Rosenvold · 10 years ago
  3. 8aa559f record fix for COMPRESS-290 by Stefan Bodewig · 10 years ago
  4. 33c9577 COMPRESS-290 Fixed error message with large groupid by Kristian Rosenvold · 10 years ago
  5. 2bf135d Changed from nThreads to receiving an ExecutorService by Kristian Rosenvold · 10 years ago
  6. 7d99a02 Fixed last findbug issue, which was real by Kristian Rosenvold · 10 years ago
  7. dd0109a make getParseableExtraFields and getAllExtraFileds symmetric by Stefan Bodewig · 10 years ago
  8. f7070b2 make closed flag volatile as suggested by Dawid Weiss - COMPRESS-297 by Stefan Bodewig · 10 years ago
  9. 646e03c Fixed one findbugs warning, ignored another by Kristian Rosenvold · 10 years ago
  10. 09aecce Fixed style issues as reported by IntelliJ by Kristian Rosenvold · 10 years ago
  11. 516c38f Changed ZipArchiveEntry to use more optimized data structure for by Kristian Rosenvold · 10 years ago
  12. deeb355 replace a few magic numbers with constants by Stefan Bodewig · 10 years ago
  13. a136235 use for loop rather than iterator by Stefan Bodewig · 10 years ago
  14. ebef905 Remove duplicate field by Sebastian Bazley · 10 years ago
  15. b7af8b3 Minor optimizations. by Kristian Rosenvold · 10 years ago
  16. eec10fc Writing central directory in chunks instead of one by one by Kristian Rosenvold · 10 years ago
  17. cbbeae7 Modified ZipOutputStream to be able to avoid seeking and rewriting headers by Kristian Rosenvold · 10 years ago
  18. 9f41819 Renamed method to getBytesWrittenForLastEntry by Kristian Rosenvold · 10 years ago
  19. 0b33d56 was using the wrong count for locator by Stefan Bodewig · 10 years ago
  20. 6d04cbc consistently use limit() - position() for length calculations by Stefan Bodewig · 10 years ago
  21. c4deb3f testcase demonstrating zip64 EOCDL corruption by Stefan Bodewig · 10 years ago
  22. 8a942e0 Cleaned up close semantics further. Increased copy buffer size somewhat by Kristian Rosenvold · 10 years ago
  23. af60df2 Cleaned up close semantics of backing store, made this governed by ScatterZipOutputStream by Kristian Rosenvold · 10 years ago
  24. dcd6086 allow close to be used even if stream hasn't been closed before by Stefan Bodewig · 10 years ago
  25. 4d9b92a Re-made StreamCompressor public. by Kristian Rosenvold · 10 years ago
  26. 67097df Added capability to delete temp files to ScatterGatherBackingStore by Kristian Rosenvold · 10 years ago
  27. 4e6b2cb Made site build on jdk8. Fixed stricter javadoc requirements by Kristian Rosenvold · 10 years ago
  28. 7ea31ac Added docs on parallel zip by Kristian Rosenvold · 10 years ago
  29. 627b4fc Reinstated protected deflate() method by Kristian Rosenvold · 10 years ago
  30. 386b36f Review comments by Kristian Rosenvold · 10 years ago
  31. 955b510 better use getters than direct attribute access by Stefan Bodewig · 10 years ago
  32. ee60c6d add @Override to clone method by Stefan Bodewig · 10 years ago
  33. d5f5da9 no need to special case UnixMode now that copy-constructor has been fixed by Stefan Bodewig · 10 years ago
  34. 9ee2bbf ZipArchiveEntry's copy-constructor was incomplete by Stefan Bodewig · 10 years ago
  35. fa2e5bd implement Cloneable in GeneralPurposeBit by Stefan Bodewig · 10 years ago
  36. 790fd91 Made some stuff public by Kristian Rosenvold · 10 years ago
  37. e1914af Things are never quite as simple as they seem by Kristian Rosenvold · 10 years ago
  38. 98f98c4 Unix mode bits were not being preserved in addRawEntry by Kristian Rosenvold · 10 years ago
  39. af0b40d document parallel zip creation by Stefan Bodewig · 10 years ago
  40. e6be368 Added ParallelScatterZipCreator by Kristian Rosenvold · 10 years ago
  41. 2db99ab Removed duplication between ZipArchiveOutputStream and StreamCompressor by Kristian Rosenvold · 10 years ago
  42. efb1ca8 extract ZIP-scatter backing store responsibility into an interface by Stefan Bodewig · 10 years ago
  43. 5f99a51 don't duplicate the 'do I need zip64' check when creating central directory headers by Stefan Bodewig · 10 years ago
  44. ace950b amended for time zone in the wrong direction by Stefan Bodewig · 10 years ago
  45. 5ad7e43 so my assumption about time zones was wrong by Stefan Bodewig · 10 years ago
  46. 090e7cc add back test but take UTC offset into account by Stefan Bodewig · 10 years ago
  47. 20403a5 upgrade commons-parent by Stefan Bodewig · 10 years ago
  48. 6fd3c9f Removed testcase added in previous commit. by Kristian Rosenvold · 10 years ago
  49. 1418705 Cut overall object instantiation in half by changing file by Kristian Rosenvold · 10 years ago
  50. bc68579 record @krosenvold's changes for COMPRESS-295 by Stefan Bodewig · 10 years ago
  51. 1baac88 zap wildcard imports by Stefan Bodewig · 10 years ago
  52. 99d11ce Removed wildcard imports by Kristian Rosenvold · 10 years ago
  53. 56c83a5 COMPRESS-297 only mark file as non-closed when it can be read by Stefan Bodewig · 10 years ago
  54. e214adb COMPRESS-296 Parallel compression. Added StreamCompressor and ScatterZipOutputStream. by Kristian Rosenvold · 10 years ago
  55. 8a4ea62 COMPRESS-296 Parallel compression. Add support for cloning ZipArchiveOutputStream by Kristian Rosenvold · 10 years ago
  56. 9067b02 COMPRESS-295 Add support for transferring a zip entry from one zip file to another by Kristian Rosenvold · 10 years ago
  57. b543381 I think a number is greater, not bigger by Stefan Bodewig · 10 years ago
  58. 0f5e88e base BitStream on BitInputStream by Stefan Bodewig · 10 years ago
  59. 75bffff document readBits EOF behavior explicitly by Stefan Bodewig · 10 years ago
  60. f233537 make exception message less ambiguos by Stefan Bodewig · 10 years ago
  61. 840a20e cache bit masks by Stefan Bodewig · 10 years ago
  62. cb4b6e0 BitInputStream can only read a maximum of 31 bits a time or it can't signal EOF by Stefan Bodewig · 10 years ago
  63. 43a7d7b override PMD version used by PMD plugin by Stefan Bodewig · 10 years ago
  64. e846bb1 modifiers implied by context by Stefan Bodewig · 10 years ago
  65. e68f44a add some javadocs, check argument to readBits by Stefan Bodewig · 10 years ago
  66. 7ac9b8e document change in package structure by Stefan Bodewig · 10 years ago
  67. 69af6f5 upgrade parent pom by Stefan Bodewig · 10 years ago
  68. d241f50 Optimize the LZW implementation, by Damjan Jovanovic · 10 years ago
  69. 5336264 Avoid modifiers which are implied by the context: interface constants are final by definition. by Gary D. Gregory · 10 years ago
  70. f6305b7 No need to explicitly extend Object. by Gary D. Gregory · 10 years ago
  71. c7689fd No need to explicitly extend Object. by Gary D. Gregory · 10 years ago
  72. 681e0d0 Avoid modifiers which are implied by the context: all interface methods are public by definition. by Gary D. Gregory · 10 years ago
  73. 764069c maven-pmd-plugin 2.5 -> 3.2. by Gary D. Gregory · 10 years ago
  74. 6863d0a findbugs-maven-plugin 2.5.3 -> 2.5.5. by Gary D. Gregory · 10 years ago
  75. 5237cee Add ggregory. by Gary D. Gregory · 10 years ago
  76. de63306 moving forward by Stefan Bodewig · 10 years ago
  77. 083e7a4 Add DEFLATE in description by Stefan Bodewig · 10 years ago
  78. 0b71b47 release history by Stefan Bodewig · 10 years ago
  79. 4f06018 Add missing '@Override' annotations. by Gary D. Gregory · 10 years ago
  80. 6c53bc9 Remove unused imports. by Gary D. Gregory · 10 years ago
  81. 2ebeef5 grammar by Stefan Bodewig · 10 years ago
  82. 23d15f6 COMPRESS-289 applies to PAX-headers as well by Stefan Bodewig · 10 years ago
  83. 99dfe90 record fix of COMPRESS-289 by Stefan Bodewig · 10 years ago
  84. dd71368 COMPRESS-289 use a stable last modified time for long name entry, by Stefan Bodewig · 10 years ago
  85. 50cd755 don't repeat information already present on the project's security page by Stefan Bodewig · 10 years ago
  86. 8d547ca COMPRESS-285 docs by Stefan Bodewig · 10 years ago
  87. f70a7a4 use TLS to download signature/checksums by Stefan Bodewig · 10 years ago
  88. cfad3dc Inflater knows the amount of data it has written by Stefan Bodewig · 10 years ago
  89. d505f34 deal with some potential int overflows by Stefan Bodewig · 10 years ago
  90. f86a498 COMPRESS-286 tell LZMAInputStream the amount of data to expect by Stefan Bodewig · 10 years ago
  91. 2269d06 never meant to commit this, oops by Stefan Bodewig · 10 years ago
  92. df1d2a4 COMPRESS-285 use a volatile enum rather than an AtomicInteger by Stefan Bodewig · 10 years ago
  93. d488baf add a bunch of toString methods by Stefan Bodewig · 10 years ago
  94. f1d5df0 don't try to keep the whole entry in memory by Stefan Bodewig · 10 years ago
  95. 1c585c7 better write the bytes read when extracting the archive by Stefan Bodewig · 10 years ago
  96. 1cca1f2 COMPRESS-285 add some tests that can only test the XZ is there case - wouldn't know how to get rid of it during tests by Stefan Bodewig · 10 years ago
  97. 6fcecd1 findbugs is unhappy by Stefan Bodewig · 10 years ago
  98. c7beb9f COMPRESS-285 optionally cache whether XZ for Java is available by Stefan Bodewig · 10 years ago
  99. 7e6c713 COMPRESS-287 ignore unknown properties in 7z file headers by Stefan Bodewig · 10 years ago
  100. 6fb4fbc deal with files without parent by Stefan Bodewig · 10 years ago