1. 90b73bf Add encoding support to CPIO package - related to COMPRESS-180 by Stefan Bodewig · 11 years ago
  2. 5972cab Add encoding support to DumpArchiveInputStream - related to COMPRESS-180 by Stefan Bodewig · 11 years ago
  3. 866f6d2 typo by Stefan Bodewig · 11 years ago
  4. 2ba2203 COMPRESS-237 properly write TAR entries with long link names. Patch by Emmanuel Bourg by Stefan Bodewig · 11 years ago
  5. 040e42d COMPRESS-236 - CpioArchiveInputStream doesn't like Redline RPM's archives. Patch by Andrew Duffy by Stefan Bodewig · 11 years ago
  6. a671a70 COMPRESS-234 read/skip performance improvements to TarArchiveInputStream - patch by BELUGA BEHR by Stefan Bodewig · 11 years ago
  7. d2bcb03 COMPRESS-233 performance and readability tweak for TarBuffer by Stefan Bodewig · 11 years ago
  8. d57a662 COMPRESS-232 improve readability of TarArchiveInputStream by Stefan Bodewig · 11 years ago
  9. 026afc5 keep track of changes by Stefan Bodewig · 11 years ago
  10. 601e4d7 COMPRESS-229 properly parse GNU_LONGLNK entries, patch by Christoph Gysin by Stefan Bodewig · 11 years ago
  11. e860d2f COMPRESS-228 be more lenient when parsing zip64 extra field by Stefan Bodewig · 11 years ago
  12. d4baeb1 COMPRESS-223 fix NPE in TarBuffer.tryToConsumeSecondEOFRecord - patch by Jeremy Gustie by Stefan Bodewig · 11 years ago
  13. a7be29e 1.5 has been released by Stefan Bodewig · 12 years ago
  14. 01c3fe9 COMPRESS-200 support decompressConcatenated in CompressorStreamFactory by Stefan Bodewig · 12 years ago
  15. 62200b4 COMPRESS-221 make XZ for Jaca truely optional for CompressorStreamFactory, based on patch description by Matt Quigley by Stefan Bodewig · 12 years ago
  16. d9b5596 COMPRESS-219 reading stored entries could try to read past the end of the internal buffer by Stefan Bodewig · 12 years ago
  17. 853576a COMPRESS-218 Typo in CompressorStreamFactory Javadoc by Sebastian Bazley · 12 years ago
  18. b19fe70 fix changelog comment about XZ not providing a bundle by Stefan Bodewig · 12 years ago
  19. 6caf54d XZ for Java 1.2 is a proper OSGi bundle, update dependency version by Stefan Bodewig · 12 years ago
  20. bb74f0c COMPRESS-205 - allow tests to pass even if source tree is placed in strange directories. Based on patch by Daniel Lowe by Stefan Bodewig · 12 years ago
  21. 7181d54 consume remainder of ZIP when last LF-entry has been read by Stefan Bodewig · 12 years ago
  22. 3161093 Don't close dump's input when the archive has been consumed by Stefan Bodewig · 12 years ago
  23. 79a7d82 COMPRESS-206 read second Tar-EOF record as well, if there is one. Based on patch by Peter De Maeyer by Stefan Bodewig · 12 years ago
  24. df4c479 COMPRESS-215 improve central directory location for Zip32 archives, based on patch by Robin Power by Stefan Bodewig · 12 years ago
  25. 8f398dd changes.xml for COMPRESS-214 by Julius Davies · 12 years ago
  26. 2a2c5fc added COMPRESS-210, COMPRESS-211, and COMPRESS-213 to changes.xml. Added myself to pom.xml. by Julius Davies · 12 years ago
  27. a2f978e COMPRESS-172 reuse temporary byte-arrays in several places to reduce garbage collection pressure - inspired by a patch by Thomas Mair by Stefan Bodewig · 12 years ago
  28. f4044dd COMPRESS-212 use specified encoding when reading GNU long names in TarAIS by Stefan Bodewig · 12 years ago
  29. ec0f585 COMPRESS-159 make ChangeSetPerformer work on ZipFiles as well by Stefan Bodewig · 12 years ago
  30. 6583714 COMPRESS-201 add an additional convenience constructor to TarArchiveEntry by Stefan Bodewig · 12 years ago
  31. 376f7d6 record changes WRT COMPRESS-208 by Stefan Bodewig · 12 years ago
  32. ca5721d Credit, where credit is due. These guys did the whole bug analysis, I only had to write small snippets of code following their suggestions by Stefan Bodewig · 12 years ago
  33. e2cf412 COMPRESS-189 Inflater may return 0 if it needs more input, we don't handle this case properly by Stefan Bodewig · 12 years ago
  34. 09b8f6d COMPRESS-203 the "file name" of a PAX header must not end with a slash or it is mistaken as a directory by Stefan Bodewig · 12 years ago
  35. e9d7bcf COMPRESS-200 use the backing array of the returned ByteBuffer properly by Stefan Bodewig · 12 years ago
  36. 73603cd COMPRESS-199 XZ for Java doesn't provide an OSGi bundle, mark the dependency as optional by Stefan Bodewig · 12 years ago
  37. c96b2e2 COMPRESS-188 improve exception method for unsupported compression methods in zips. Submitted by Harald Kuhn by Stefan Bodewig · 12 years ago
  38. 2ab43b0 COMPRESS-192 add an encoding option to ArchiveStreamFactory for zip and tar. Based on patch by Jukka Zitting by Stefan Bodewig · 12 years ago
  39. 9bdacbf COMPRESS-191 ArchiveStreamFactory false positive for tar format. Submitted by Jukka Zitting by Stefan Bodewig · 12 years ago
  40. c567466 site updates post-release by Stefan Bodewig · 12 years ago
  41. 15883a6 record changes by Stefan Bodewig · 12 years ago
  42. bbb461e 1.4 has been released, move on to 1.5-SNAPSHOT by Stefan Bodewig · 13 years ago
  43. 7badf0e Fix how to run docs by Sebastian Bazley · 13 years ago
  44. 9629265 optionally use PAX headers when writing non-ASCII file names. COMPRESS-183 by Stefan Bodewig · 13 years ago
  45. 4f42b00 feels like yesterday by Stefan Bodewig · 13 years ago
  46. c2bc7a4 properly parse non-ASCII content in PAX extension headers. COMPRESS-184 by Stefan Bodewig · 13 years ago
  47. 4239871 rename bigFileMode to bigNumberMode. COMPRESS-182 by Stefan Bodewig · 13 years ago
  48. 40f2e63 workaround for tar implementations that insert a NUL byte into header fields. COMPRESS-181 by Stefan Bodewig · 13 years ago
  49. c75c10f add workaround for broken implementations that use backslashes rather than slashes in file names. COMPRESS-176 by Stefan Bodewig · 13 years ago
  50. 432543d COMPRESS-131 ArrayOutOfBounds while decompressing bz2. Added test case - code already seems to have been fixed. by Sebastian Bazley · 13 years ago
  51. bc84d20 COMPRESS-178 TarArchiveInputStream throws IllegalArgumentException instead of IOException by Sebastian Bazley · 13 years ago
  52. 915e8ef COMPRESS-179 TarUtils.formatLongOctalOrBinaryBytes() assumes the field will be 12 bytes long by Sebastian Bazley · 13 years ago
  53. 7ee6b67 COMPRESS-175 - GNU Tar sometimes uses binary encoding for UID and GID by Sebastian Bazley · 13 years ago
  54. a933173 Only assume a TAR is a TAR if it at least contains one 512 byte block. COMPRESS-171 by Stefan Bodewig · 13 years ago
  55. 00cc49e throw an IOException rather than a RuntimeException for a certain type of corrupted ZIPs. COMPRESS-169 by Stefan Bodewig · 13 years ago
  56. f90c1cb documenation for big file support and PAX support fro writing long file names in tar. COMPRESS-165 and COMPRESS-166 by Stefan Bodewig · 13 years ago
  57. c4704be test that proves PAX archives with big entries are read correctly. COMPRESS-16 by Stefan Bodewig · 13 years ago
  58. 3476606 ZipFile doesn't work properly for unicode extra fields. Based on patch by Volker Leidl. COMPRESS-164 by Stefan Bodewig · 13 years ago
  59. 6846564 Add read-support for big files using GNU tar extensions. write support will be added later. Based on patch by John Kodis. COMPRESS-16 by Stefan Bodewig · 13 years ago
  60. fa237cc document support for concatenated streams by Stefan Bodewig · 13 years ago
  61. 20fd83a support uncompressing concatenated .bz2 files. COMPRESS-146. Submitted by Lasse Collin by Stefan Bodewig · 13 years ago
  62. e166fa7 documentation for XZ by Stefan Bodewig · 13 years ago
  63. 3447a36 1.3 has been released, open up for 1.4 by Stefan Bodewig · 13 years ago
  64. fdac147 TarArchiveOutputStream's getBytesWritten doesn't work. COMPRESS-160 by Stefan Bodewig · 13 years ago
  65. f4ff200 obviously incomplete documentation for pack200 streams. COMPRESS-142 by Stefan Bodewig · 13 years ago
  66. 67248f0 Add documentation for dump support. COMPRESS-132 by Stefan Bodewig · 13 years ago
  67. 3ae0c50 document ZIP64 support by Stefan Bodewig · 13 years ago
  68. 1b915c7 support writing of BSD dialect AR archives with long file names. COMPRESS-144 by Stefan Bodewig · 13 years ago
  69. c84526b typo by Stefan Bodewig · 13 years ago
  70. 0299191 Bzip2CompressorInputStream never called count() - reported by Lasse Collin by Stefan Bodewig · 13 years ago
  71. d48f106 finalize deflater and inflater instances in ZIP streams. COMPRESS-152 by Stefan Bodewig · 13 years ago
  72. 7df2426 interim commit for a site build with release date but 1.2 Javadocs by Stefan Bodewig · 13 years ago
  73. 947e983 newly generated release notes, add a blurb on Java 1.4 compatibility by Stefan Bodewig · 13 years ago
  74. a9bd2e2 For non-ZIP64 entries this should actually fix COMPRESS-129 by Stefan Bodewig · 13 years ago
  75. 2b90da6 document limited sparse file support in tar package. COMPRESS-145 by Stefan Bodewig · 13 years ago
  76. eedeff9 detect sparse entries in tar and allow users to skip them. Submitted by Patrick Dreyer. COMPRESS-145 by Stefan Bodewig · 13 years ago
  77. 934a96e Provide access to the raw bytes that made up the ZIP entry's name. COMPRESS-123 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. 8c2e5e6 add a finalize method to ZipFile as suggested on the user list by Stefan Bodewig · 13 years ago
  82. 60d6b6a COMPRESS-117 Certain tar files not recognised by ArchiveStreamFactory by Sebastian Bazley · 14 years ago
  83. 9f68b5d COMPRESS-125 BZip2CompressorInputStream throws IOException if underlying stream returns available() == 0. by Sebastian Bazley · 14 years ago
  84. 8376ecf COMPRESS-127 Calling close() on inputStream returned by CompressorStreamFactory.createCompressorInputStream() does not close the underlying input stream by Sebastian Bazley · 14 years ago
  85. 86aaf84 provide access to TarArchiveEntry's knowledge of the entry's type. COMPRESS-122 by Stefan Bodewig · 14 years ago
  86. 7dd4301 typo by Sebastian Bazley · 14 years ago
  87. 1eb9dbb write all buffered data to the stream in TarArchiveOutputStream#finish. COMPRESS-119 by Stefan Bodewig · 14 years ago
  88. 75c8711 COMPRESS-72 - Move acknowledgements from NOTICE to README by Sebastian Bazley · 14 years ago
  89. 35e4e4f COMPRESS-113: TarArchiveEntry.parseTarHeader() includes the trailing space/NUL when parsing the octal size by Sebastian Bazley · 14 years ago
  90. 78e0f2c Another fix by Sebastian Bazley · 14 years ago
  91. dfc6638 COMPRESS-108: add initial implementation of command-line interface to list archive contents by Sebastian Bazley · 14 years ago
  92. 050db3d COMPRESS-118: TarUtils.parseName does not properly handle characters outside the range 0-127 by Sebastian Bazley · 14 years ago
  93. c83d9f7 COMPRESS-112 ArArchiveInputStream does not handle GNU extended filename records (//) by Sebastian Bazley · 14 years ago
  94. 27dea24 Trailing spaces by Sebastian Bazley · 14 years ago
  95. 23bfa66 Update changes list by Sebastian Bazley · 14 years ago
  96. 8fcd06e COMPRESS-110 Support "ustar" prefix field Document change by Sebastian Bazley · 14 years ago
  97. 58c4dad Remove reference to removal of method that was never released by Sebastian Bazley · 14 years ago
  98. 69f6d06 Recent changes by Sebastian Bazley · 14 years ago
  99. 6021ccb Add profile "relnotes" so can optionally override changes plugin template. by Sebastian Bazley · 15 years ago
  100. 886f71b Synch with JIRA Fix versions by Sebastian Bazley · 15 years ago