1. 5006259 currently failing (almost passing ;-) test for deflate with known size to a stream case, save work by Stefan Bodewig · 13 years ago
  2. 6d2b8b5 ZIP64 support for writing big archive entries in the most simple of the seven possible permutations: no compression + stream + size known upfront. COMPRESS-150 by Stefan Bodewig · 13 years ago
  3. d019610 If the entry has a ZIP64 extra field, sizes inside the data descriptor must be eight bytes long. COMPRESS-150 by Stefan Bodewig · 13 years ago
  4. c5396e0 temporarily disable passing but long running tests by Stefan Bodewig · 13 years ago
  5. ed3e215 whitespace only by Stefan Bodewig · 13 years ago
  6. 4ccffaf add tests for the stream and RandomAccessFile variants of ZipArchiveOutputStream by Stefan Bodewig · 13 years ago
  7. 2f3b09f add a test that verifies ZipArchiveOutputStream now creates a ZIP64 extension extra field if the offset of a LFH exceeds 4GB. COMPRESS-150 by Stefan Bodewig · 13 years ago
  8. 8ba08d8 merge Javadoc fixes from trunk by Stefan Bodewig · 13 years ago
  9. a058133 there is one more case where the CD version of the ZIP64 extended information can be parsed without context information by Stefan Bodewig · 13 years ago
  10. ca91f41 Javadoc: Invalid URL reference. Double quote the reference or use the href syntax line 27 by Gary D. Gregory · 13 years ago
  11. 43e546e add ZIP64 extended information to the central directory if needed. COMPRESS-150 by Stefan Bodewig · 13 years ago
  12. 6824421 Javadoc: Invalid URL reference. Double quote the reference or use the href syntax line 50 by Gary D. Gregory · 13 years ago
  13. d9017b2 Javadoc: Parameter length is not declared line 116. by Gary D. Gregory · 13 years ago
  14. 2c09534 completely validate the structure of ZIP64 'end of central directory' structures. COMPRESS-150 by Stefan Bodewig · 13 years ago
  15. ab96bfc start validating file structure, incomplete, need to run now by Stefan Bodewig · 13 years ago
  16. 55960b1 sync with trunk, make archive itself available to writing ZIP64 tests by Stefan Bodewig · 13 years ago
  17. a7303c1 recommend using the File constructor in ZipArchiveOutputStream by Stefan Bodewig · 13 years ago
  18. 8516248 wrong method name in examples by Stefan Bodewig · 13 years ago
  19. fadf636 shuffling some code around by Stefan Bodewig · 13 years ago
  20. f169feb very preliminary not-a-test for writing archives with more than 64k entries. InfoZIP's zip likes the archive created. by Stefan Bodewig · 13 years ago
  21. aad757e properly write ZIP64 central directories if the number of entries, the size of the central directory or its location exceed the ZIP32 limit. COMPRESS-150 by Stefan Bodewig · 13 years ago
  22. 6e6454e write ZIP64 end of central directory if anything has used ZIP64. Right now this means never. COMPRESS-150. by Stefan Bodewig · 13 years ago
  23. 7599b70 add a bunch of @Override annotations by Stefan Bodewig · 13 years ago
  24. 3153636 minor Java5ification of ZipArchiveOutputStream by Stefan Bodewig · 13 years ago
  25. 679449a unused imports by Stefan Bodewig · 13 years ago
  26. 8aeea17 initial tests for reading of ZIP64 archives using ZipArchiveInputStream, seems to work OK. COMPRESS-148 by Stefan Bodewig · 13 years ago
  27. 4155670 sync by Stefan Bodewig · 13 years ago
  28. 5383d3a and back to 1.3-SNAPSHOT again by Stefan Bodewig · 13 years ago
  29. f0f2242 prepare Compress 1.2RC2 by Stefan Bodewig · 13 years ago
  30. 4941132 Fixing javadoc @see tag by Henri Yandell · 13 years ago
  31. cae9cf8 sync from trunk by Stefan Bodewig · 13 years ago
  32. a18f6e5 trunk => 1.3-SNAPSHOT again by Stefan Bodewig · 13 years ago
  33. dcc5892 [maven-release-plugin] prepare release COMPRESS_1.2_RC1 by Stefan Bodewig · 13 years ago
  34. 947e983 newly generated release notes, add a blurb on Java 1.4 compatibility by Stefan Bodewig · 13 years ago
  35. a9bd2e2 For non-ZIP64 entries this should actually fix COMPRESS-129 by Stefan Bodewig · 13 years ago
  36. 33dcf85 early release preparations (decided to give the release plugin a try) by Stefan Bodewig · 13 years ago
  37. 5031a97 ignore 'version made by' and use the Zip64 field if present by Stefan Bodewig · 13 years ago
  38. 3879e47 Assume a record is using ZIP64 if and only if the ZIP64 extended information by Stefan Bodewig · 13 years ago
  39. 8659088 minor optimization by Stefan Bodewig · 13 years ago
  40. 825b46d whitespace by Stefan Bodewig · 13 years ago
  41. 6c5f04b first cut at reading Zip64 without any real tests, yet. At least the existing test still pass. COMPRESS-148 by Stefan Bodewig · 13 years ago
  42. 45ac135 sync with trunk by Stefan Bodewig · 13 years ago
  43. 5b494b5 more release preparations by Stefan Bodewig · 13 years ago
  44. ab0c782 preparations for 1.2 release candidate by Stefan Bodewig · 13 years ago
  45. 15f04cc if the one-arg version of setName is protected, the two-arg version should be as well by Stefan Bodewig · 13 years ago
  46. cb1fdba constants used in ZIP64 to mark sizes that are to be read from the ZIP64ExtraField instead of their normal location by Stefan Bodewig · 13 years ago
  47. e53e88a Java5ify ZipArchiveInputStream implementation and related classes by Stefan Bodewig · 13 years ago
  48. 3f1a7c4 use long returning methods in Java5's Inflater/Deflater. Addresses COMPRESS-129. by Stefan Bodewig · 13 years ago
  49. 1f439f3 switch to Java5 by Stefan Bodewig · 13 years ago
  50. 393d3ee sync with trunk - note to self, don't use svn merge without a prior svn up on trunk's root by Stefan Bodewig · 13 years ago
  51. 576c408 sync with trunk by Stefan Bodewig · 13 years ago
  52. f23ef9f tar archives containing sparse entries in POSIX formats generated using GNU tar with --format=posix and --sparse-version=X.Y where X and Y correspond to the file posixXY_sparse.tar. COMPRESS-124 by Stefan Bodewig · 13 years ago
  53. 2b90da6 document limited sparse file support in tar package. COMPRESS-145 by Stefan Bodewig · 13 years ago
  54. e00e51c unit test for oldGNU sparse file detection by Stefan Bodewig · 13 years ago
  55. 19e7014 TAR archive with an oldgnu style sparse file. by Stefan Bodewig · 13 years ago
  56. dd6fffb disable AvoidUsingOctalValues rule as we have lots of octal constants by Stefan Bodewig · 13 years ago
  57. 58c56fc reduce PMD whining by Stefan Bodewig · 13 years ago
  58. 2916d38 merge collected changes from trunk by Stefan Bodewig · 13 years ago
  59. ae2b436 block rev 1149599 from this branch, I want to keep my Zip64 stuff by Stefan Bodewig · 13 years ago
  60. aa9d0bc detect sparse entries in tar and allow users to skip them. Submitted by Patrick Dreyer. COMPRESS-145 (forgot to save two buffers, oops) by Stefan Bodewig · 13 years ago
  61. eedeff9 detect sparse entries in tar and allow users to skip them. Submitted by Patrick Dreyer. COMPRESS-145 by Stefan Bodewig · 13 years ago
  62. 934a96e Provide access to the raw bytes that made up the ZIP entry's name. COMPRESS-123 by Stefan Bodewig · 13 years ago
  63. a19e5f3 we can read the GNU variant of long file names in AR. COMPRESS-141 by Stefan Bodewig · 13 years ago
  64. 9afe787 document canReadEntryData more prominently (and double my commit count by maintaining two branches) by Stefan Bodewig · 13 years ago
  65. b80aca0 document canReadEntryData more prominently by Stefan Bodewig · 13 years ago
  66. 8e4b9af remove all zip64 parts I've started to implement from the codepaths that are actually being used by Stefan Bodewig · 13 years ago
  67. 76e6c94 create a branch for Zip64 support (and Java5) by Stefan Bodewig · 13 years ago
  68. 8bdc739 ArArchiveInputStream already supports reading the GNU format. COMPRESS-141 by Stefan Bodewig · 13 years ago
  69. 871fc2d a test GNU ar archive containing a single file with a name longer than 16 bytes. COMPRESS-141 by Stefan Bodewig · 13 years ago
  70. d7d90da must override ZipEntry#setSize for Zip64 as base method throws an exception on entries bigger than 2GB. COMPRESS-36 by Stefan Bodewig · 13 years ago
  71. 60e2dec very initial implementation of the extra field that holds Zip64 data. Many question marks. We'll likely be forced to change the way we deal with extra fields specifically for this one because of its parsing logic of optional data. COMPRESS-36 by Stefan Bodewig · 13 years ago
  72. 2cd145a extra field header id 1 is the zip 64 extra information field which will soon be supported, so don't use it as 'unknown' placeholder by Stefan Bodewig · 13 years ago
  73. a12930c since by Stefan Bodewig · 13 years ago
  74. ec44557 spelling by Stefan Bodewig · 13 years ago
  75. 7531f00 first piece of infrastructure for ZIP64 support, deal with numbers represented as eight bytes in big-endian order. COMPRESS-36 by Stefan Bodewig · 13 years ago
  76. 797d74f deal with entries of a size between Integer.MAX_VALUE and 2 * Integer.MAX_VALUE (size is unsigned in ZIPs). COMPRESS-129. As pointed out by Sebb the solution is incomplete and a more complete resolution is not possible without requiring Java5. by Stefan Bodewig · 13 years ago
  77. f0d62ff java.util.zip now supports the EFS flag, http://blogs.oracle.com/xuemingshen/entry/non_utf_8_encoding_in by Stefan Bodewig · 13 years ago
  78. 7a76c47 'our' skip method will not return early. COMPRESS-130 by Stefan Bodewig · 13 years ago
  79. 541898f AR entries may contain blanks in groupId or userId. Submitted by Treykaz. COMPRESS-140 by Stefan Bodewig · 13 years ago
  80. b4d7505 Make sure Inflator is cleaned up. COMPRESS-139 by Stefan Bodewig · 13 years ago
  81. 30e980d to verify https://issues.apache.org/jira/browse/COMPRESS-137 by Torsten Curdt · 13 years ago
  82. e3cdf4f Fix Oracle Javadoc site references (was Sun.) by Gary D. Gregory · 14 years ago
  83. 8c25074 don't warn in finalize if the constructor throws an exception and the user can not call close at all - happens in Maven221MultiVolumeTest's testRead7Zip... method by Stefan Bodewig · 14 years ago
  84. 6eb1982 print a warning if finalize closes the archive by Stefan Bodewig · 14 years ago
  85. dba2c5c RandomAccessFile.close() doesn't throw any exception when it is closed more than once, so the guard and synchronization are not needed by Stefan Bodewig · 14 years ago
  86. 8c2e5e6 add a finalize method to ZipFile as suggested on the user list by Stefan Bodewig · 14 years ago
  87. c795098 Deletion was failing on Windows XP / Java 1.6 by Sebastian Bazley · 14 years ago
  88. 5f8c26e COMPRESS-117 Add some test cases by Sebastian Bazley · 14 years ago
  89. 60d6b6a COMPRESS-117 Certain tar files not recognised by ArchiveStreamFactory by Sebastian Bazley · 14 years ago
  90. 9f68b5d COMPRESS-125 BZip2CompressorInputStream throws IOException if underlying stream returns available() == 0. by Sebastian Bazley · 14 years ago
  91. 8376ecf COMPRESS-127 Calling close() on inputStream returned by CompressorStreamFactory.createCompressorInputStream() does not close the underlying input stream by Sebastian Bazley · 14 years ago
  92. 87e51fc Branding updates: by Sebastian Bazley · 14 years ago
  93. 86aaf84 provide access to TarArchiveEntry's knowledge of the entry's type. COMPRESS-122 by Stefan Bodewig · 14 years ago
  94. 7dd4301 typo by Sebastian Bazley · 14 years ago
  95. 1eb9dbb write all buffered data to the stream in TarArchiveOutputStream#finish. COMPRESS-119 by Stefan Bodewig · 14 years ago
  96. 80c0d2c COMMONSSITE-57 Fix announce mod_mbox link by Niall Pemberton · 14 years ago
  97. b1ab966 [maven-release-plugin] prepare for next development iteration by Christian Grobmeier · 14 years ago
  98. 513545c [maven-release-plugin] prepare release commons-compress-1.1 by Christian Grobmeier · 14 years ago
  99. b9d85dc reduced version number to start with RC2 by Christian Grobmeier · 14 years ago
  100. 89de04f updated version number by Christian Grobmeier · 14 years ago