1. c873310 Removed the unnecessary @inheritDoc tags by Emmanuel Bourg · 11 years ago
  2. 8b76ad5 Added tests for the ERROR and TRUNCATE long file modes of TarArchiveOutputStream by Emmanuel Bourg · 11 years ago
  3. 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
  4. b86d8a6 Remove direct citations form APPNOTE.TXT in javadocs, obey to section by Stefan Bodewig · 11 years ago
  5. d2bcb03 COMPRESS-233 performance and readability tweak for TarBuffer by Stefan Bodewig · 11 years ago
  6. d57a662 COMPRESS-232 improve readability of TarArchiveInputStream by Stefan Bodewig · 11 years ago
  7. 67ea501 Add preliminary support for writing 7z archives. by Damjan Jovanovic · 11 years ago
  8. 3bd9f3e not the current limitations of 7z and arj support by Stefan Bodewig · 11 years ago
  9. 026afc5 keep track of changes by Stefan Bodewig · 11 years ago
  10. 5127ee6 COMPRESS-227 return Iterable rather than Iterator in new methods by Stefan Bodewig · 11 years ago
  11. a33995a Fix support for 7z files that are > 2 GB. by Damjan Jovanovic · 11 years ago
  12. 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
  13. 601e4d7 COMPRESS-229 properly parse GNU_LONGLNK entries, patch by Christoph Gysin by Stefan Bodewig · 11 years ago
  14. 7b117a4 use LinkedList explicitly for the tiny gain getFirst() provides over get(0) by Stefan Bodewig · 11 years ago
  15. b607aa2 Unnecessary @SuppressWarnings("unchecked") - these are not used for casts by Sebastian Bazley · 11 years ago
  16. 59925ce Javadoc syntax by Sebastian Bazley · 11 years ago
  17. 3f7f768 Javadoc by Sebastian Bazley · 11 years ago
  18. d31dc36 Replace Deque (1.6) with List, as we don't need the extra Deque functionality by Sebastian Bazley · 11 years ago
  19. 344708b Java5 doesn't like Zip64 extra fields at all by Stefan Bodewig · 11 years ago
  20. e860d2f COMPRESS-228 be more lenient when parsing zip64 extra field by Stefan Bodewig · 11 years ago
  21. ed53404 COMPRESS-227 make test more complete by Stefan Bodewig · 11 years ago
  22. f62cf85 provide access to all entries of a given name in ZipFile, COMPRESS-227 by Stefan Bodewig · 11 years ago
  23. 6a12f48 Use example archive from COMPRESS-227 in test rather than creating a new one by Stefan Bodewig · 11 years ago
  24. 0548867 COMPRESS-227 forgot to enable now-passing test by Stefan Bodewig · 11 years ago
  25. 1a237bd COMPRESS-227 ensure ZipFile#getEntry only returns entries that will by Stefan Bodewig · 11 years ago
  26. 93a15dd Add initial support for ARJ archives. Document it. by Damjan Jovanovic · 11 years ago
  27. b7de910 Fix a typo. by Damjan Jovanovic · 11 years ago
  28. 5273bd5 Fix a read() regression. by Damjan Jovanovic · 11 years ago
  29. c25c8df Decrypt lazily, on the first read(), otherwise the password by Damjan Jovanovic · 11 years ago
  30. 5989652 Add support for archive header decompression/decryption. by Damjan Jovanovic · 11 years ago
  31. 109a7a8 Don't NPE on archives of all empty files. by Damjan Jovanovic · 11 years ago
  32. df8b3b2 Avoid NPE warning by Sebastian Bazley · 11 years ago
  33. e1379e2 Protect against NPE; throw more specific exception by Sebastian Bazley · 11 years ago
  34. 9ad93a9 Unused imports by Sebastian Bazley · 11 years ago
  35. 592b100 Unnecessary casts by Sebastian Bazley · 11 years ago
  36. 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
  37. a20cf4b new IOException(String, Throwable) is Java 1.6+ by Sebastian Bazley · 11 years ago
  38. f72a88c Fix a Javadoc typo. by Damjan Jovanovic · 11 years ago
  39. 1044ee4 Add support for BZIP2 decompression and AES-256 + SHA-256 decryption by Damjan Jovanovic · 11 years ago
  40. f69ccab Add preliminary read-only support for the 7z archive format, by Damjan Jovanovic · 11 years ago
  41. d244dc6 Some Javadoc fixes submitted by Andreas Krüger by Stefan Bodewig · 11 years ago
  42. 5e49d8a properly close stream, submitted by Andreas Krüger by Stefan Bodewig · 11 years ago
  43. d4baeb1 COMPRESS-223 fix NPE in TarBuffer.tryToConsumeSecondEOFRecord - patch by Jeremy Gustie by Stefan Bodewig · 11 years ago
  44. a7be29e 1.5 has been released by Stefan Bodewig · 11 years ago
  45. 86a0fa2 Standardise on ENGLISH, not US. by Sebastian Bazley · 11 years ago
  46. ddbca72 @since: Standardise on number only; drop redundant component name by Sebastian Bazley · 11 years ago
  47. a422183 Standardise on number only; drop redundant component name by Sebastian Bazley · 11 years ago
  48. 31184ea stray character in comment by Stefan Bodewig · 11 years ago
  49. 48d7470 Prepartions for Compress 1.5 release by Stefan Bodewig · 11 years ago
  50. c1fd317 Add a bunch of since markers by Stefan Bodewig · 11 years ago
  51. 6228ebd add license by Stefan Bodewig · 11 years ago
  52. 01c3fe9 COMPRESS-200 support decompressConcatenated in CompressorStreamFactory by Stefan Bodewig · 11 years ago
  53. 62200b4 COMPRESS-221 make XZ for Jaca truely optional for CompressorStreamFactory, based on patch description by Matt Quigley by Stefan Bodewig · 11 years ago
  54. 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
  55. baf8465 restore download cgi by Olivier Lamy · 11 years ago
  56. 60f4ac2 enable test for COMPRESS-219 by Stefan Bodewig · 11 years ago
  57. 340a344 Disable test until I know we can include the zip that is needed for the test by Stefan Bodewig · 11 years ago
  58. d9b5596 COMPRESS-219 reading stored entries could try to read past the end of the internal buffer by Stefan Bodewig · 11 years ago
  59. 367c1ff Unused imports by Sebastian Bazley · 11 years ago
  60. 853576a COMPRESS-218 Typo in CompressorStreamFactory Javadoc by Sebastian Bazley · 11 years ago
  61. b8690f9 allow mkdir/rmdir to be used by unrelated test classes as well by Stefan Bodewig · 11 years ago
  62. 57022c4 fix typos by Julius Davies · 12 years ago
  63. b0d2bd6 make PMD and findbugs a bit less unhappy by Stefan Bodewig · 12 years ago
  64. dab3bb8 COMPRESS-214 add docs about symlink support in zip package by Stefan Bodewig · 12 years ago
  65. f3a5bf6 COMPRESS-214 move getUnixSymlink from ZipArchiveEntry to ZipFile by Stefan Bodewig · 12 years ago
  66. b19fe70 fix changelog comment about XZ not providing a bundle by Stefan Bodewig · 12 years ago
  67. 6caf54d XZ for Java 1.2 is a proper OSGi bundle, update dependency version by Stefan Bodewig · 12 years ago
  68. 9000c89 don't search beyond the start of the archive by Stefan Bodewig · 12 years ago
  69. 6681dfb Unused by Sebastian Bazley · 12 years ago
  70. bc17661 Unthrown exception by Sebastian Bazley · 12 years ago
  71. 284b045 Unused imports by Sebastian Bazley · 12 years ago
  72. de0b7d7 constructor IOException(java.net.URISyntaxException) is Java 1.6+ by Sebastian Bazley · 12 years ago
  73. 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
  74. 291e52b Add Javadoc and deprecate currently useless methods by Sebastian Bazley · 12 years ago
  75. 5f77b9a JUnit 3 -> 4: replace use of junit.framework.Assert with org.junit.Assert. by Gary D. Gregory · 12 years ago
  76. bff0f68 DOcument unexpected behaviour by Sebastian Bazley · 12 years ago
  77. 2f69e63 Drop trailing spaces where file has at least one instance of multiple trailing spaces by Sebastian Bazley · 12 years ago
  78. fdcf80d Oops, closed the stream too early by Sebastian Bazley · 12 years ago
  79. 2acbbed Simplify and avoid a lot of boxing/unboxing warnings by Sebastian Bazley · 12 years ago
  80. 50b419b Remove spurious ; Ensure stream is closed by Sebastian Bazley · 12 years ago
  81. aa36c49 Exception not thrown by Sebastian Bazley · 12 years ago
  82. 7fcab11 Javadoc syntax by Sebastian Bazley · 12 years ago
  83. a67d562 Add final modifier to private fields. by Gary D. Gregory · 12 years ago
  84. 7181d54 consume remainder of ZIP when last LF-entry has been read by Stefan Bodewig · 12 years ago
  85. 2a207ec buffer can be final by Stefan Bodewig · 12 years ago
  86. 93e861d document 'EOF behaviour' of Dump/Ar/Cpio InputStreams by Stefan Bodewig · 12 years ago
  87. 3161093 Don't close dump's input when the archive has been consumed by Stefan Bodewig · 12 years ago
  88. 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
  89. 0eeef09 COMPRESS-202 document current end-of-archive behavior of tar/zip input as well as what I intend to implement before the next release by Stefan Bodewig · 12 years ago
  90. 46212e5 some Javadoc fixes by Stefan Bodewig · 12 years ago
  91. df4c479 COMPRESS-215 improve central directory location for Zip32 archives, based on patch by Robin Power by Stefan Bodewig · 12 years ago
  92. 8f398dd changes.xml for COMPRESS-214 by Julius Davies · 12 years ago
  93. 1120914 COMPRESS-214 - better support for unix symlinks by Julius Davies · 12 years ago
  94. 0e31dcc this should take care of regions with DST in January as well by Stefan Bodewig · 12 years ago
  95. 45384fe adjust test expectations to the difference in InfoZIP's and ZipEntry's interpretation of the LFH time by Stefan Bodewig · 12 years ago
  96. 2626ec7 Fix parameter order to assertEquals(expected, actual) by Sebastian Bazley · 12 years ago
  97. 5f8d904 Close stream to avoid IDE warning by Sebastian Bazley · 12 years ago
  98. 5e1e298 Generics by Sebastian Bazley · 12 years ago
  99. aeaac64 Missing @Override by Sebastian Bazley · 12 years ago
  100. d2af700 Javadoc by Sebastian Bazley · 12 years ago