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