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