1. 3f9fb61 Minor Javadoc enhancement for TarArchiveOutputStream.handleLongName() by Emmanuel Bourg · 11 years ago
  2. 366189b Test cases for long links in tar files by Emmanuel Bourg · 11 years ago
  3. 16da2b9 Improved the exception message when the name/link is too long by Emmanuel Bourg · 11 years ago
  4. 8d7e1f4 Don't check the length of empty links by Emmanuel Bourg · 11 years ago
  5. 866f6d2 typo by Stefan Bodewig · 11 years ago
  6. 2ba2203 COMPRESS-237 properly write TAR entries with long link names. Patch by Emmanuel Bourg by Stefan Bodewig · 11 years ago
  7. 040e42d COMPRESS-236 - CpioArchiveInputStream doesn't like Redline RPM's archives. Patch by Andrew Duffy by Stefan Bodewig · 11 years ago
  8. a671a70 COMPRESS-234 read/skip performance improvements to TarArchiveInputStream - patch by BELUGA BEHR by Stefan Bodewig · 11 years ago
  9. c708961 verify TarArchiveOutputStream is a "well-behaving citizen" and pads the output by Stefan Bodewig · 11 years ago
  10. 3a7e01b Added more tests for CompressorStreamFactory by Emmanuel Bourg · 11 years ago
  11. dab23f7 Removed the explicit calls to the default constructor by Emmanuel Bourg · 11 years ago
  12. bb2200b Replaced StringBuffers with StringBuilders by Emmanuel Bourg · 11 years ago
  13. 26fc82f Changed the return type of CpioArchiveInputStream.getNextEntry() to avoid casting to CpioArchiveEntry by Emmanuel Bourg · 11 years ago
  14. 6f63fab Add some tests for ARJ archives by Emmanuel Bourg · 11 years ago
  15. 4c71a47 Build the debug messages only if the debugging is enabled by Emmanuel Bourg · 11 years ago
  16. 46e61a9 Removed the final modifier on the private methods by Emmanuel Bourg · 11 years ago
  17. c873310 Removed the unnecessary @inheritDoc tags by Emmanuel Bourg · 11 years ago
  18. 8b76ad5 Added tests for the ERROR and TRUNCATE long file modes of TarArchiveOutputStream by Emmanuel Bourg · 11 years ago
  19. 10fdfd5 buffer input and add a test that skips a large amount of bytes by winding forward to the end of the archive by Stefan Bodewig · 11 years ago
  20. b86d8a6 Remove direct citations form APPNOTE.TXT in javadocs, obey to section by Stefan Bodewig · 11 years ago
  21. 8f725e7 === separator is not needed by Sebastian Bazley · 11 years ago
  22. d2bcb03 COMPRESS-233 performance and readability tweak for TarBuffer by Stefan Bodewig · 11 years ago
  23. d57a662 COMPRESS-232 improve readability of TarArchiveInputStream by Stefan Bodewig · 11 years ago
  24. d2391db upgrade to CP32 by Stefan Bodewig · 11 years ago
  25. 8c40c4d Update commons-parent to 30. by Gary D. Gregory · 11 years ago
  26. 62dc97e mandatory crypto notice by Stefan Bodewig · 11 years ago
  27. 67ea501 Add preliminary support for writing 7z archives. by Damjan Jovanovic · 11 years ago
  28. 3bd9f3e not the current limitations of 7z and arj support by Stefan Bodewig · 11 years ago
  29. 026afc5 keep track of changes by Stefan Bodewig · 11 years ago
  30. 5127ee6 COMPRESS-227 return Iterable rather than Iterator in new methods by Stefan Bodewig · 11 years ago
  31. a33995a Fix support for 7z files that are > 2 GB. by Damjan Jovanovic · 11 years ago
  32. 29d9a8b COMPRESS-229 aftermaths, properly deal with broken archives that end with an incomplete entry. Unfortunately we don't have a test for this by Stefan Bodewig · 11 years ago
  33. 601e4d7 COMPRESS-229 properly parse GNU_LONGLNK entries, patch by Christoph Gysin by Stefan Bodewig · 11 years ago
  34. 7b117a4 use LinkedList explicitly for the tiny gain getFirst() provides over get(0) by Stefan Bodewig · 11 years ago
  35. b607aa2 Unnecessary @SuppressWarnings("unchecked") - these are not used for casts by Sebastian Bazley · 11 years ago
  36. 59925ce Javadoc syntax by Sebastian Bazley · 11 years ago
  37. 3f7f768 Javadoc by Sebastian Bazley · 11 years ago
  38. d31dc36 Replace Deque (1.6) with List, as we don't need the extra Deque functionality by Sebastian Bazley · 11 years ago
  39. 344708b Java5 doesn't like Zip64 extra fields at all by Stefan Bodewig · 11 years ago
  40. e860d2f COMPRESS-228 be more lenient when parsing zip64 extra field by Stefan Bodewig · 11 years ago
  41. ed53404 COMPRESS-227 make test more complete by Stefan Bodewig · 11 years ago
  42. f62cf85 provide access to all entries of a given name in ZipFile, COMPRESS-227 by Stefan Bodewig · 11 years ago
  43. 6a12f48 Use example archive from COMPRESS-227 in test rather than creating a new one by Stefan Bodewig · 11 years ago
  44. 0548867 COMPRESS-227 forgot to enable now-passing test by Stefan Bodewig · 11 years ago
  45. 1a237bd COMPRESS-227 ensure ZipFile#getEntry only returns entries that will by Stefan Bodewig · 11 years ago
  46. bf6bea1 LANG-894 some doap files have incorrect download page by Sebastian Bazley · 11 years ago
  47. 93a15dd Add initial support for ARJ archives. Document it. by Damjan Jovanovic · 11 years ago
  48. b7de910 Fix a typo. by Damjan Jovanovic · 11 years ago
  49. 5273bd5 Fix a read() regression. by Damjan Jovanovic · 11 years ago
  50. c25c8df Decrypt lazily, on the first read(), otherwise the password by Damjan Jovanovic · 11 years ago
  51. 5989652 Add support for archive header decompression/decryption. by Damjan Jovanovic · 11 years ago
  52. 109a7a8 Don't NPE on archives of all empty files. by Damjan Jovanovic · 11 years ago
  53. 57b7432 It seems animal-sniffer doesn't work well by Damjan Jovanovic · 11 years ago
  54. b6b1e4f Verify conformance to the Java 1.5 API using the animal-sniffer plugin. by Damjan Jovanovic · 11 years ago
  55. df8b3b2 Avoid NPE warning by Sebastian Bazley · 11 years ago
  56. e1379e2 Protect against NPE; throw more specific exception by Sebastian Bazley · 11 years ago
  57. 9ad93a9 Unused imports by Sebastian Bazley · 11 years ago
  58. 592b100 Unnecessary casts by Sebastian Bazley · 11 years ago
  59. 8391bf8 Drop BOM accidentally added in r1481983. by Sebastian Bazley · 11 years ago
  60. afb5df5 Show max heap memory as test requires more than the default for a Java 1.5 client installation by Sebastian Bazley · 11 years ago
  61. 516f3c8 Latest version of XZ by Sebastian Bazley · 11 years ago
  62. 1f08b3c Latest version of JUnit by Sebastian Bazley · 11 years ago
  63. a20cf4b new IOException(String, Throwable) is Java 1.6+ by Sebastian Bazley · 11 years ago
  64. f72a88c Fix a Javadoc typo. by Damjan Jovanovic · 11 years ago
  65. 1044ee4 Add support for BZIP2 decompression and AES-256 + SHA-256 decryption by Damjan Jovanovic · 11 years ago
  66. f69ccab Add preliminary read-only support for the 7z archive format, by Damjan Jovanovic · 11 years ago
  67. d244dc6 Some Javadoc fixes submitted by Andreas Krüger by Stefan Bodewig · 11 years ago
  68. 5e49d8a properly close stream, submitted by Andreas Krüger by Stefan Bodewig · 11 years ago
  69. d4baeb1 COMPRESS-223 fix NPE in TarBuffer.tryToConsumeSecondEOFRecord - patch by Jeremy Gustie by Stefan Bodewig · 11 years ago
  70. e7587c1 Missing full stops, contributed by Andreas Krüger by Stefan Bodewig · 11 years ago
  71. 80beb0e Fix up URLs so they point to actual sites; this allows relative URLs to work properly by Sebastian Bazley · 11 years ago
  72. a7be29e 1.5 has been released by Stefan Bodewig · 11 years ago
  73. ba43c74 next iteration by Stefan Bodewig · 11 years ago
  74. 86a0fa2 Standardise on ENGLISH, not US. by Sebastian Bazley · 11 years ago
  75. 1bb434e Add missing SVN mime-type by Sebastian Bazley · 11 years ago
  76. a1a2170 Add missing SVN eol-style by Sebastian Bazley · 11 years ago
  77. ddbca72 @since: Standardise on number only; drop redundant component name by Sebastian Bazley · 11 years ago
  78. a422183 Standardise on number only; drop redundant component name by Sebastian Bazley · 11 years ago
  79. 31184ea stray character in comment by Stefan Bodewig · 11 years ago
  80. 48d7470 Prepartions for Compress 1.5 release by Stefan Bodewig · 11 years ago
  81. c1fd317 Add a bunch of since markers by Stefan Bodewig · 11 years ago
  82. 853fa97 let rat ignore git related files by Stefan Bodewig · 11 years ago
  83. 6228ebd add license by Stefan Bodewig · 11 years ago
  84. 01c3fe9 COMPRESS-200 support decompressConcatenated in CompressorStreamFactory by Stefan Bodewig · 11 years ago
  85. 62200b4 COMPRESS-221 make XZ for Jaca truely optional for CompressorStreamFactory, based on patch description by Matt Quigley by Stefan Bodewig · 11 years ago
  86. 8ea84ed I must admit I don't know whether publishing to the CMS backed site is going to work, but these settings are obsolete in either case by Stefan Bodewig · 11 years ago
  87. d6f78a4 COMPRESS-217 explain terms compressor and archiver and add an example for guessing the format of a compressor input stream. by Stefan Bodewig · 11 years ago
  88. baf8465 restore download cgi by Olivier Lamy · 11 years ago
  89. 60f4ac2 enable test for COMPRESS-219 by Stefan Bodewig · 11 years ago
  90. 340a344 Disable test until I know we can include the zip that is needed for the test by Stefan Bodewig · 11 years ago
  91. d9b5596 COMPRESS-219 reading stored entries could try to read past the end of the internal buffer by Stefan Bodewig · 11 years ago
  92. 367c1ff Unused imports by Sebastian Bazley · 11 years ago
  93. 853576a COMPRESS-218 Typo in CompressorStreamFactory Javadoc by Sebastian Bazley · 11 years ago
  94. b8690f9 allow mkdir/rmdir to be used by unrelated test classes as well by Stefan Bodewig · 11 years ago
  95. 57022c4 fix typos by Julius Davies · 11 years ago
  96. b0d2bd6 make PMD and findbugs a bit less unhappy by Stefan Bodewig · 11 years ago
  97. b39c4b3 upgrade parent pom by Stefan Bodewig · 11 years ago
  98. dab3bb8 COMPRESS-214 add docs about symlink support in zip package by Stefan Bodewig · 11 years ago
  99. f3a5bf6 COMPRESS-214 move getUnixSymlink from ZipArchiveEntry to ZipFile by Stefan Bodewig · 11 years ago
  100. b19fe70 fix changelog comment about XZ not providing a bundle by Stefan Bodewig · 12 years ago