1. ca91f41 Javadoc: Invalid URL reference. Double quote the reference or use the href syntax line 27 by Gary D. Gregory · 13 years ago
  2. 6824421 Javadoc: Invalid URL reference. Double quote the reference or use the href syntax line 50 by Gary D. Gregory · 13 years ago
  3. d9017b2 Javadoc: Parameter length is not declared line 116. by Gary D. Gregory · 13 years ago
  4. a7303c1 recommend using the File constructor in ZipArchiveOutputStream by Stefan Bodewig · 13 years ago
  5. 8516248 wrong method name in examples by Stefan Bodewig · 13 years ago
  6. 5383d3a and back to 1.3-SNAPSHOT again by Stefan Bodewig · 13 years ago
  7. f0f2242 prepare Compress 1.2RC2 by Stefan Bodewig · 13 years ago
  8. 4941132 Fixing javadoc @see tag by Henri Yandell · 13 years ago
  9. a18f6e5 trunk => 1.3-SNAPSHOT again by Stefan Bodewig · 13 years ago
  10. dcc5892 [maven-release-plugin] prepare release COMPRESS_1.2_RC1 by Stefan Bodewig · 13 years ago
  11. 947e983 newly generated release notes, add a blurb on Java 1.4 compatibility by Stefan Bodewig · 13 years ago
  12. a9bd2e2 For non-ZIP64 entries this should actually fix COMPRESS-129 by Stefan Bodewig · 13 years ago
  13. 33dcf85 early release preparations (decided to give the release plugin a try) by Stefan Bodewig · 13 years ago
  14. 5b494b5 more release preparations by Stefan Bodewig · 13 years ago
  15. ab0c782 preparations for 1.2 release candidate by Stefan Bodewig · 13 years ago
  16. 15f04cc if the one-arg version of setName is protected, the two-arg version should be as well by Stefan Bodewig · 13 years ago
  17. 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
  18. 2b90da6 document limited sparse file support in tar package. COMPRESS-145 by Stefan Bodewig · 13 years ago
  19. e00e51c unit test for oldGNU sparse file detection by Stefan Bodewig · 13 years ago
  20. 19e7014 TAR archive with an oldgnu style sparse file. by Stefan Bodewig · 13 years ago
  21. dd6fffb disable AvoidUsingOctalValues rule as we have lots of octal constants by Stefan Bodewig · 13 years ago
  22. 58c56fc reduce PMD whining by Stefan Bodewig · 13 years ago
  23. 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
  24. eedeff9 detect sparse entries in tar and allow users to skip them. Submitted by Patrick Dreyer. COMPRESS-145 by Stefan Bodewig · 13 years ago
  25. 934a96e Provide access to the raw bytes that made up the ZIP entry's name. COMPRESS-123 by Stefan Bodewig · 13 years ago
  26. a19e5f3 we can read the GNU variant of long file names in AR. COMPRESS-141 by Stefan Bodewig · 13 years ago
  27. b80aca0 document canReadEntryData more prominently by Stefan Bodewig · 13 years ago
  28. 8e4b9af remove all zip64 parts I've started to implement from the codepaths that are actually being used by Stefan Bodewig · 13 years ago
  29. 8bdc739 ArArchiveInputStream already supports reading the GNU format. COMPRESS-141 by Stefan Bodewig · 13 years ago
  30. 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
  31. 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
  32. 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
  33. 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
  34. a12930c since by Stefan Bodewig · 13 years ago
  35. ec44557 spelling by Stefan Bodewig · 13 years ago
  36. 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
  37. 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
  38. 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
  39. 7a76c47 'our' skip method will not return early. COMPRESS-130 by Stefan Bodewig · 13 years ago
  40. 541898f AR entries may contain blanks in groupId or userId. Submitted by Treykaz. COMPRESS-140 by Stefan Bodewig · 13 years ago
  41. b4d7505 Make sure Inflator is cleaned up. COMPRESS-139 by Stefan Bodewig · 13 years ago
  42. 30e980d to verify https://issues.apache.org/jira/browse/COMPRESS-137 by Torsten Curdt · 13 years ago
  43. e3cdf4f Fix Oracle Javadoc site references (was Sun.) by Gary D. Gregory · 13 years ago
  44. 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 · 13 years ago
  45. 6eb1982 print a warning if finalize closes the archive by Stefan Bodewig · 13 years ago
  46. 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 · 13 years ago
  47. 8c2e5e6 add a finalize method to ZipFile as suggested on the user list by Stefan Bodewig · 13 years ago
  48. c795098 Deletion was failing on Windows XP / Java 1.6 by Sebastian Bazley · 14 years ago
  49. 5f8c26e COMPRESS-117 Add some test cases by Sebastian Bazley · 14 years ago
  50. 60d6b6a COMPRESS-117 Certain tar files not recognised by ArchiveStreamFactory by Sebastian Bazley · 14 years ago
  51. 9f68b5d COMPRESS-125 BZip2CompressorInputStream throws IOException if underlying stream returns available() == 0. by Sebastian Bazley · 14 years ago
  52. 8376ecf COMPRESS-127 Calling close() on inputStream returned by CompressorStreamFactory.createCompressorInputStream() does not close the underlying input stream by Sebastian Bazley · 14 years ago
  53. 87e51fc Branding updates: by Sebastian Bazley · 14 years ago
  54. 86aaf84 provide access to TarArchiveEntry's knowledge of the entry's type. COMPRESS-122 by Stefan Bodewig · 14 years ago
  55. 7dd4301 typo by Sebastian Bazley · 14 years ago
  56. 1eb9dbb write all buffered data to the stream in TarArchiveOutputStream#finish. COMPRESS-119 by Stefan Bodewig · 14 years ago
  57. 80c0d2c COMMONSSITE-57 Fix announce mod_mbox link by Niall Pemberton · 14 years ago
  58. b1ab966 [maven-release-plugin] prepare for next development iteration by Christian Grobmeier · 14 years ago
  59. 513545c [maven-release-plugin] prepare release commons-compress-1.1 by Christian Grobmeier · 14 years ago
  60. b9d85dc reduced version number to start with RC2 by Christian Grobmeier · 14 years ago
  61. 89de04f updated version number by Christian Grobmeier · 14 years ago
  62. 69ed570 added RELEASE-NOTES.txt and README.txt to the assembly by Torsten Curdt · 14 years ago
  63. 45d7331 [maven-release-plugin] prepare for next development iteration by Christian Grobmeier · 14 years ago
  64. 424e14f [maven-release-plugin] prepare release commons-compress-1.1 by Christian Grobmeier · 14 years ago
  65. e516256 updated versions for new release by Christian Grobmeier · 14 years ago
  66. 2d8daa0 upgrade to commons-parent 17 by Stefan Bodewig · 14 years ago
  67. a3a9c58 typo by Stefan Bodewig · 14 years ago
  68. ac01345 Missing AL header by Sebastian Bazley · 14 years ago
  69. c98944a Handle missing argument better by Sebastian Bazley · 14 years ago
  70. 75c8711 COMPRESS-72 - Move acknowledgements from NOTICE to README by Sebastian Bazley · 14 years ago
  71. 35e4e4f COMPRESS-113: TarArchiveEntry.parseTarHeader() includes the trailing space/NUL when parsing the octal size by Sebastian Bazley · 14 years ago
  72. d7398f4 Must have trailing space/NUL by Sebastian Bazley · 14 years ago
  73. 78e0f2c Another fix by Sebastian Bazley · 14 years ago
  74. 4ca9982 Fixup tests - should only allow at most 11 octal digits in 12-byte buffer by Sebastian Bazley · 14 years ago
  75. 578880e Javadoc fix by Sebastian Bazley · 14 years ago
  76. 23dd809 Tell Javadoc what @Immutable, @[Not]ThreadSafe mean by Sebastian Bazley · 14 years ago
  77. 86b099f Add tag for 1.0 release so it shows up in SVN history view by Sebastian Bazley · 14 years ago
  78. dfc6638 COMPRESS-108: add initial implementation of command-line interface to list archive contents by Sebastian Bazley · 14 years ago
  79. 606bd73 Make groupId explicit, rather than inheriting from parent. by Sebastian Bazley · 14 years ago
  80. 948e342 Oops - use the correct case for the test file name... by Sebastian Bazley · 14 years ago
  81. 050db3d COMPRESS-118: TarUtils.parseName does not properly handle characters outside the range 0-127 by Sebastian Bazley · 14 years ago
  82. 2d858d5 COMPRESS-114 Fix name round-trip problem by Sebastian Bazley · 14 years ago
  83. 2419bb5 Javadoc by Sebastian Bazley · 14 years ago
  84. c83d9f7 COMPRESS-112 ArArchiveInputStream does not handle GNU extended filename records (//) by Sebastian Bazley · 14 years ago
  85. f618fa2 New utility method toAsciiString(final byte[] inputBytes, int offset, int length) by Sebastian Bazley · 14 years ago
  86. 1cc4e84 We can now handle pax archives by Sebastian Bazley · 14 years ago
  87. 29b210f Add cpio version of test by Sebastian Bazley · 14 years ago
  88. 0bc6bec Add zip and jar versions of longpath tests. Also acts as auto-detect test case by Sebastian Bazley · 14 years ago
  89. 7ddaec1 Oops - name is not picked up by Surefire by Sebastian Bazley · 14 years ago
  90. 8006d31 Javadoc tidyup by Sebastian Bazley · 14 years ago
  91. 27dea24 Trailing spaces by Sebastian Bazley · 14 years ago
  92. 6209f81 @since markers Javadoc updates by Sebastian Bazley · 14 years ago
  93. 23bfa66 Update changes list by Sebastian Bazley · 14 years ago
  94. cb893e8 Add some tar long name archive tests by Sebastian Bazley · 14 years ago
  95. 45fa6e0 COMPRESS-109 - Tar implementation does not support Pax headers by Sebastian Bazley · 14 years ago
  96. 1e4034b COMPRESS-107 - recognise Ant tar files by Sebastian Bazley · 14 years ago
  97. 5b85bf1 Allow linkName to be updated (needed for Pax headers) by Sebastian Bazley · 14 years ago
  98. 5b25f6c SunOS tar -E does not add / to directory names, so fix up to be consistent by Sebastian Bazley · 14 years ago
  99. 05b6eb1 Fix Pax header checks by Sebastian Bazley · 14 years ago
  100. 8fcd06e COMPRESS-110 Support "ustar" prefix field Document change by Sebastian Bazley · 14 years ago