1. 40f2e63 workaround for tar implementations that insert a NUL byte into header fields. COMPRESS-181 by Stefan Bodewig · 13 years ago
  2. c75c10f add workaround for broken implementations that use backslashes rather than slashes in file names. COMPRESS-176 by Stefan Bodewig · 13 years ago
  3. 432543d COMPRESS-131 ArrayOutOfBounds while decompressing bz2. Added test case - code already seems to have been fixed. by Sebastian Bazley · 13 years ago
  4. bc84d20 COMPRESS-178 TarArchiveInputStream throws IllegalArgumentException instead of IOException by Sebastian Bazley · 13 years ago
  5. 915e8ef COMPRESS-179 TarUtils.formatLongOctalOrBinaryBytes() assumes the field will be 12 bytes long by Sebastian Bazley · 13 years ago
  6. 7ee6b67 COMPRESS-175 - GNU Tar sometimes uses binary encoding for UID and GID by Sebastian Bazley · 13 years ago
  7. 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
  8. 00cc49e throw an IOException rather than a RuntimeException for a certain type of corrupted ZIPs. COMPRESS-169 by Stefan Bodewig · 13 years ago
  9. 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
  10. c4704be test that proves PAX archives with big entries are read correctly. COMPRESS-16 by Stefan Bodewig · 13 years ago
  11. 3476606 ZipFile doesn't work properly for unicode extra fields. Based on patch by Volker Leidl. COMPRESS-164 by Stefan Bodewig · 13 years ago
  12. 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
  13. fa237cc document support for concatenated streams by Stefan Bodewig · 13 years ago
  14. 20fd83a support uncompressing concatenated .bz2 files. COMPRESS-146. Submitted by Lasse Collin by Stefan Bodewig · 13 years ago
  15. e166fa7 documentation for XZ by Stefan Bodewig · 13 years ago
  16. 3447a36 1.3 has been released, open up for 1.4 by Stefan Bodewig · 13 years ago
  17. fdac147 TarArchiveOutputStream's getBytesWritten doesn't work. COMPRESS-160 by Stefan Bodewig · 13 years ago
  18. f4ff200 obviously incomplete documentation for pack200 streams. COMPRESS-142 by Stefan Bodewig · 13 years ago
  19. 67248f0 Add documentation for dump support. COMPRESS-132 by Stefan Bodewig · 13 years ago
  20. 3ae0c50 document ZIP64 support by Stefan Bodewig · 13 years ago
  21. 1b915c7 support writing of BSD dialect AR archives with long file names. COMPRESS-144 by Stefan Bodewig · 13 years ago
  22. c84526b typo by Stefan Bodewig · 13 years ago
  23. 0299191 Bzip2CompressorInputStream never called count() - reported by Lasse Collin by Stefan Bodewig · 13 years ago
  24. d48f106 finalize deflater and inflater instances in ZIP streams. COMPRESS-152 by Stefan Bodewig · 13 years ago
  25. 7df2426 interim commit for a site build with release date but 1.2 Javadocs by Stefan Bodewig · 13 years ago
  26. 947e983 newly generated release notes, add a blurb on Java 1.4 compatibility by Stefan Bodewig · 13 years ago
  27. a9bd2e2 For non-ZIP64 entries this should actually fix COMPRESS-129 by Stefan Bodewig · 13 years ago
  28. 2b90da6 document limited sparse file support in tar package. COMPRESS-145 by Stefan Bodewig · 13 years ago
  29. eedeff9 detect sparse entries in tar and allow users to skip them. Submitted by Patrick Dreyer. COMPRESS-145 by Stefan Bodewig · 13 years ago
  30. 934a96e Provide access to the raw bytes that made up the ZIP entry's name. COMPRESS-123 by Stefan Bodewig · 13 years ago
  31. 7a76c47 'our' skip method will not return early. COMPRESS-130 by Stefan Bodewig · 13 years ago
  32. 541898f AR entries may contain blanks in groupId or userId. Submitted by Treykaz. COMPRESS-140 by Stefan Bodewig · 13 years ago
  33. b4d7505 Make sure Inflator is cleaned up. COMPRESS-139 by Stefan Bodewig · 13 years ago
  34. 8c2e5e6 add a finalize method to ZipFile as suggested on the user list by Stefan Bodewig · 13 years ago
  35. 60d6b6a COMPRESS-117 Certain tar files not recognised by ArchiveStreamFactory by Sebastian Bazley · 14 years ago
  36. 9f68b5d COMPRESS-125 BZip2CompressorInputStream throws IOException if underlying stream returns available() == 0. by Sebastian Bazley · 14 years ago
  37. 8376ecf COMPRESS-127 Calling close() on inputStream returned by CompressorStreamFactory.createCompressorInputStream() does not close the underlying input stream by Sebastian Bazley · 14 years ago
  38. 86aaf84 provide access to TarArchiveEntry's knowledge of the entry's type. COMPRESS-122 by Stefan Bodewig · 14 years ago
  39. 7dd4301 typo by Sebastian Bazley · 14 years ago
  40. 1eb9dbb write all buffered data to the stream in TarArchiveOutputStream#finish. COMPRESS-119 by Stefan Bodewig · 14 years ago
  41. 75c8711 COMPRESS-72 - Move acknowledgements from NOTICE to README by Sebastian Bazley · 14 years ago
  42. 35e4e4f COMPRESS-113: TarArchiveEntry.parseTarHeader() includes the trailing space/NUL when parsing the octal size by Sebastian Bazley · 14 years ago
  43. 78e0f2c Another fix by Sebastian Bazley · 14 years ago
  44. dfc6638 COMPRESS-108: add initial implementation of command-line interface to list archive contents by Sebastian Bazley · 14 years ago
  45. 050db3d COMPRESS-118: TarUtils.parseName does not properly handle characters outside the range 0-127 by Sebastian Bazley · 14 years ago
  46. c83d9f7 COMPRESS-112 ArArchiveInputStream does not handle GNU extended filename records (//) by Sebastian Bazley · 14 years ago
  47. 27dea24 Trailing spaces by Sebastian Bazley · 14 years ago
  48. 23bfa66 Update changes list by Sebastian Bazley · 14 years ago
  49. 8fcd06e COMPRESS-110 Support "ustar" prefix field Document change by Sebastian Bazley · 14 years ago
  50. 14429ec Temporary hack to fix up LF-only EOLs on Windows by Sebastian Bazley · 14 years ago
  51. 58c4dad Remove reference to removal of method that was never released by Sebastian Bazley · 14 years ago
  52. 69f6d06 Recent changes by Sebastian Bazley · 14 years ago
  53. 6021ccb Add profile "relnotes" so can optionally override changes plugin template. by Sebastian Bazley · 15 years ago
  54. 886f71b Synch with JIRA Fix versions by Sebastian Bazley · 15 years ago
  55. 48882f1 Add release-notes.vm for generating RELEASE-NOTES.txt by Sebastian Bazley · 15 years ago
  56. 03e94a4 optionally read STORED entries with data descriptors. COMPRESS-103 by Stefan Bodewig · 15 years ago
  57. 62cb9c4 provide access to the general purpose bit flag field of a zip entry and fail when a STORED entry requires a data descriptor. COMPRESS-100 by Stefan Bodewig · 15 years ago
  58. d7ea9ff Check a data descriptor actually uses the signature before skipping too many bytes if it doesn't. COMPRESS-101 by Stefan Bodewig · 15 years ago
  59. 30e1cc8 provide more information if an entry cannot be read/written. OCMPRESS-98 by Stefan Bodewig · 15 years ago
  60. ade9379 return Zipentries in predictable order. COMPRESS-99 by Stefan Bodewig · 15 years ago
  61. 292e185 make archive/compressor name constants public. by Stefan Bodewig · 15 years ago
  62. e0692ec canRead => canReadEntryData as discussed on the list by Stefan Bodewig · 15 years ago
  63. 9e94237 typo by Stefan Bodewig · 15 years ago
  64. a33505b move canRead/canWrite up. Remove isSupportedCompressionMethod. COMPRESS-93 by Stefan Bodewig · 15 years ago
  65. e0ffbc1 document fix for COMPRESS-89 which was based on a contribution by Antoni Mylka by Stefan Bodewig · 15 years ago
  66. a1015f3 properly count bytes read. COMPRESS-74 by Stefan Bodewig · 15 years ago
  67. 315b947 document fix for COMPRESS-85 by Stefan Bodewig · 15 years ago
  68. 91695e4 Allow extra fields to violate the recommended structure. COMPRESS-73 by Stefan Bodewig · 15 years ago
  69. 124f97c improve error message for unparseable extra data. COMPRESS-73 by Stefan Bodewig · 15 years ago
  70. e7517b8 Applied COMPRESS-95 from Joerg Bellmann: Improve ExceptionMessages in ArchiveStreamFactory by Christian Grobmeier · 15 years ago
  71. 5066e9a ZipArchiveEntry#equals is broken if the String-arg constructor is used. COMPRESS-94 - submitted by Anon Devs by Stefan Bodewig · 15 years ago
  72. dc3fc47 make ZipArchiveInputStream deal better with truncated archives. Submitted by Antoni Mylka. COMPRESS-87 by Stefan Bodewig · 15 years ago
  73. 7bb5d88 properly indicate "oldgnu" mode for long file name entries in tar. COMPRESS-86 by Stefan Bodewig · 15 years ago
  74. 3e2ddad The tar Ant task has a usecase where absolute paths inside archives are required - allow creation of such entries by Stefan Bodewig · 15 years ago
  75. 7be8ef6 document today's changes by Stefan Bodewig · 15 years ago
  76. 47b706e Add a BZip2Utils class matching GZipUtils. Submitted by Jukka Zitting. COMPRESS-78 by Stefan Bodewig · 15 years ago
  77. 2318ba3 clear block after write to avoid garbage in the final block if it isn't full. COMPRESS-81. Merge from Ant. by Stefan Bodewig · 15 years ago
  78. 35ac05e inital release by Christian Grobmeier · 15 years ago
  79. f03f2f9 +) Cleaned up the site generation by Siegfried Goeschl · 16 years ago