1. 48d7470 Prepartions for Compress 1.5 release by Stefan Bodewig · 11 years ago
  2. c1fd317 Add a bunch of since markers by Stefan Bodewig · 11 years ago
  3. 853fa97 let rat ignore git related files by Stefan Bodewig · 11 years ago
  4. 6228ebd add license by Stefan Bodewig · 11 years ago
  5. 01c3fe9 COMPRESS-200 support decompressConcatenated in CompressorStreamFactory by Stefan Bodewig · 11 years ago
  6. 62200b4 COMPRESS-221 make XZ for Jaca truely optional for CompressorStreamFactory, based on patch description by Matt Quigley by Stefan Bodewig · 11 years ago
  7. 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
  8. 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
  9. baf8465 restore download cgi by Olivier Lamy · 11 years ago
  10. 60f4ac2 enable test for COMPRESS-219 by Stefan Bodewig · 11 years ago
  11. 340a344 Disable test until I know we can include the zip that is needed for the test by Stefan Bodewig · 11 years ago
  12. d9b5596 COMPRESS-219 reading stored entries could try to read past the end of the internal buffer by Stefan Bodewig · 11 years ago
  13. 367c1ff Unused imports by Sebastian Bazley · 11 years ago
  14. 853576a COMPRESS-218 Typo in CompressorStreamFactory Javadoc by Sebastian Bazley · 11 years ago
  15. b8690f9 allow mkdir/rmdir to be used by unrelated test classes as well by Stefan Bodewig · 11 years ago
  16. 57022c4 fix typos by Julius Davies · 11 years ago
  17. b0d2bd6 make PMD and findbugs a bit less unhappy by Stefan Bodewig · 11 years ago
  18. b39c4b3 upgrade parent pom by Stefan Bodewig · 11 years ago
  19. dab3bb8 COMPRESS-214 add docs about symlink support in zip package by Stefan Bodewig · 12 years ago
  20. f3a5bf6 COMPRESS-214 move getUnixSymlink from ZipArchiveEntry to ZipFile by Stefan Bodewig · 12 years ago
  21. b19fe70 fix changelog comment about XZ not providing a bundle by Stefan Bodewig · 12 years ago
  22. 6caf54d XZ for Java 1.2 is a proper OSGi bundle, update dependency version by Stefan Bodewig · 12 years ago
  23. 0947a4d developed by => developed at by Sebastian Bazley · 12 years ago
  24. 9000c89 don't search beyond the start of the archive by Stefan Bodewig · 12 years ago
  25. 6681dfb Unused by Sebastian Bazley · 12 years ago
  26. bc17661 Unthrown exception by Sebastian Bazley · 12 years ago
  27. 284b045 Unused imports by Sebastian Bazley · 12 years ago
  28. de0b7d7 constructor IOException(java.net.URISyntaxException) is Java 1.6+ by Sebastian Bazley · 12 years ago
  29. 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
  30. 291e52b Add Javadoc and deprecate currently useless methods by Sebastian Bazley · 12 years ago
  31. 5f77b9a JUnit 3 -> 4: replace use of junit.framework.Assert with org.junit.Assert. by Gary D. Gregory · 12 years ago
  32. bff0f68 DOcument unexpected behaviour by Sebastian Bazley · 12 years ago
  33. 2f69e63 Drop trailing spaces where file has at least one instance of multiple trailing spaces by Sebastian Bazley · 12 years ago
  34. fdcf80d Oops, closed the stream too early by Sebastian Bazley · 12 years ago
  35. 2acbbed Simplify and avoid a lot of boxing/unboxing warnings by Sebastian Bazley · 12 years ago
  36. 50b419b Remove spurious ; Ensure stream is closed by Sebastian Bazley · 12 years ago
  37. aa36c49 Exception not thrown by Sebastian Bazley · 12 years ago
  38. 7fcab11 Javadoc syntax by Sebastian Bazley · 12 years ago
  39. a67d562 Add final modifier to private fields. by Gary D. Gregory · 12 years ago
  40. 7181d54 consume remainder of ZIP when last LF-entry has been read by Stefan Bodewig · 12 years ago
  41. 2a207ec buffer can be final by Stefan Bodewig · 12 years ago
  42. 93e861d document 'EOF behaviour' of Dump/Ar/Cpio InputStreams by Stefan Bodewig · 12 years ago
  43. 3161093 Don't close dump's input when the archive has been consumed by Stefan Bodewig · 12 years ago
  44. 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
  45. 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
  46. 46212e5 some Javadoc fixes by Stefan Bodewig · 12 years ago
  47. df4c479 COMPRESS-215 improve central directory location for Zip32 archives, based on patch by Robin Power by Stefan Bodewig · 12 years ago
  48. 8f398dd changes.xml for COMPRESS-214 by Julius Davies · 12 years ago
  49. 1120914 COMPRESS-214 - better support for unix symlinks by Julius Davies · 12 years ago
  50. 0e31dcc this should take care of regions with DST in January as well by Stefan Bodewig · 12 years ago
  51. 45384fe adjust test expectations to the difference in InfoZIP's and ZipEntry's interpretation of the LFH time by Stefan Bodewig · 12 years ago
  52. 2626ec7 Fix parameter order to assertEquals(expected, actual) by Sebastian Bazley · 12 years ago
  53. 5f8d904 Close stream to avoid IDE warning by Sebastian Bazley · 12 years ago
  54. 5e1e298 Generics by Sebastian Bazley · 12 years ago
  55. aeaac64 Missing @Override by Sebastian Bazley · 12 years ago
  56. d2af700 Javadoc by Sebastian Bazley · 12 years ago
  57. d4e24f2 Exception not thrown by Sebastian Bazley · 12 years ago
  58. d8836f6 Exception not thrown by Sebastian Bazley · 12 years ago
  59. 3305619 Javadoc syntax by Sebastian Bazley · 12 years ago
  60. 3621e29 SimpleDateFormat uses yyyy not YYYY for year by Sebastian Bazley · 12 years ago
  61. 2a2c5fc added COMPRESS-210, COMPRESS-211, and COMPRESS-213 to changes.xml. Added myself to pom.xml. by Julius Davies · 12 years ago
  62. 0e1d5a4 COMPRESS-210 - handle zip extra field 0x5455 - Extended Timestamp by Julius Davies · 12 years ago
  63. ba8d7c4 COMPRESS-211 - handle zip extra field 0x7875. I improved code coverage a little for the unit tests. by Julius Davies · 12 years ago
  64. 3ece2da bump year before it is forgotten when preparing the next release by Stefan Bodewig · 12 years ago
  65. 2245d7a COMPRESS-211 - handle zip extra field 0x7875 - Info Zip New Unix Extra Field by Julius Davies · 12 years ago
  66. ccc7441 COMPRESS-213 - ZipShort, ZipLong, ZipEightByteInteger should implement Serializable by Julius Davies · 12 years ago
  67. a6072ce Document why local buffers are used (and restrictions on their use) by Sebastian Bazley · 12 years ago
  68. 57d8a1c unused import by Stefan Bodewig · 12 years ago
  69. 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
  70. 4497c3c enable testcase for COMPRESS-189 by Stefan Bodewig · 12 years ago
  71. 21148e7 micro optimization by Stefan Bodewig · 12 years ago
  72. f4044dd COMPRESS-212 use specified encoding when reading GNU long names in TarAIS by Stefan Bodewig · 12 years ago
  73. ec0f585 COMPRESS-159 make ChangeSetPerformer work on ZipFiles as well by Stefan Bodewig · 12 years ago
  74. 6583714 COMPRESS-201 add an additional convenience constructor to TarArchiveEntry by Stefan Bodewig · 12 years ago
  75. c0a9923 make TarAEntry's constructors less redundant and make file attribute final by Stefan Bodewig · 12 years ago
  76. 376f7d6 record changes WRT COMPRESS-208 by Stefan Bodewig · 12 years ago
  77. 0d6defe COMPRESS-208 properly detect split ZIP files by Stefan Bodewig · 12 years ago
  78. e10ce2c COMPRESS-208: skip over PK00 splitting marker which really only says 'nothing to see here' by Stefan Bodewig · 12 years ago
  79. 92d8c57 explicitly fail when ZipArchiveInputStream reads a split/spanned archive by Stefan Bodewig · 12 years ago
  80. 37995c1 COMPRESS-208: ZipFile deals well with PK00 prefix by Stefan Bodewig · 12 years ago
  81. 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
  82. b4a985f if the inflater needs a dictionary, that's worth an exception by Stefan Bodewig · 12 years ago
  83. 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
  84. e4f645c COMPRESS-203 actually, the file name must be fixed after it has been truncated by Stefan Bodewig · 12 years ago
  85. 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
  86. 716666a COMPRESS-200 aftermaths, we never guarantee ZipEncoding#encode returned a ByteBuffer with position() 0 - even though it always in right now by Stefan Bodewig · 12 years ago
  87. 37378a7 make test use encoding explicitly by Stefan Bodewig · 12 years ago
  88. e9d7bcf COMPRESS-200 use the backing array of the returned ByteBuffer properly by Stefan Bodewig · 12 years ago
  89. e185dad COMPRESS-200 the test actually fails if encoding is specified explicitly by Stefan Bodewig · 12 years ago
  90. 0e1bea1 COMPRESS-200 make test case name match what is actually tested by Stefan Bodewig · 12 years ago
  91. 73603cd COMPRESS-199 XZ for Java doesn't provide an OSGi bundle, mark the dependency as optional by Stefan Bodewig · 12 years ago
  92. f5cfff2 ignore TAGS by Stefan Bodewig · 12 years ago
  93. 05292cc COMPRESS-200 - passing test case, will ask for more info by Stefan Bodewig · 12 years ago
  94. 59dfc7c Avoid some threading issues with HashMap by Stefan Bodewig · 12 years ago
  95. 1dffeb0 COMPRESS-209 Add test.doc to show problem has been fixed by Sebastian Bazley · 12 years ago
  96. a0ac844 Javadoc fixes. by Gary D. Gregory · 12 years ago
  97. 7c82a46 Update CP to version 27. by Gary D. Gregory · 12 years ago
  98. ab45643 COMPRESS-197: Tar file for Android backup cannot be read by Jukka Zitting · 12 years ago
  99. db6dda3 Fix up test failures caused by closing resources by Sebastian Bazley · 12 years ago
  100. 5b0d41a Cannot use close on null underlying stream by Sebastian Bazley · 12 years ago