1. 2f69e63 Drop trailing spaces where file has at least one instance of multiple trailing spaces by Sebastian Bazley · 12 years ago
  2. fdcf80d Oops, closed the stream too early by Sebastian Bazley · 12 years ago
  3. 2acbbed Simplify and avoid a lot of boxing/unboxing warnings by Sebastian Bazley · 12 years ago
  4. 50b419b Remove spurious ; Ensure stream is closed by Sebastian Bazley · 12 years ago
  5. aa36c49 Exception not thrown by Sebastian Bazley · 12 years ago
  6. 7fcab11 Javadoc syntax by Sebastian Bazley · 12 years ago
  7. a67d562 Add final modifier to private fields. by Gary D. Gregory · 12 years ago
  8. 7181d54 consume remainder of ZIP when last LF-entry has been read by Stefan Bodewig · 12 years ago
  9. 2a207ec buffer can be final by Stefan Bodewig · 12 years ago
  10. 93e861d document 'EOF behaviour' of Dump/Ar/Cpio InputStreams by Stefan Bodewig · 12 years ago
  11. 3161093 Don't close dump's input when the archive has been consumed by Stefan Bodewig · 12 years ago
  12. 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
  13. 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
  14. 46212e5 some Javadoc fixes by Stefan Bodewig · 12 years ago
  15. df4c479 COMPRESS-215 improve central directory location for Zip32 archives, based on patch by Robin Power by Stefan Bodewig · 12 years ago
  16. 8f398dd changes.xml for COMPRESS-214 by Julius Davies · 12 years ago
  17. 1120914 COMPRESS-214 - better support for unix symlinks by Julius Davies · 12 years ago
  18. 0e31dcc this should take care of regions with DST in January as well by Stefan Bodewig · 12 years ago
  19. 45384fe adjust test expectations to the difference in InfoZIP's and ZipEntry's interpretation of the LFH time by Stefan Bodewig · 12 years ago
  20. 2626ec7 Fix parameter order to assertEquals(expected, actual) by Sebastian Bazley · 12 years ago
  21. 5f8d904 Close stream to avoid IDE warning by Sebastian Bazley · 12 years ago
  22. 5e1e298 Generics by Sebastian Bazley · 12 years ago
  23. aeaac64 Missing @Override by Sebastian Bazley · 12 years ago
  24. d2af700 Javadoc by Sebastian Bazley · 12 years ago
  25. d4e24f2 Exception not thrown by Sebastian Bazley · 12 years ago
  26. d8836f6 Exception not thrown by Sebastian Bazley · 12 years ago
  27. 3305619 Javadoc syntax by Sebastian Bazley · 12 years ago
  28. 3621e29 SimpleDateFormat uses yyyy not YYYY for year by Sebastian Bazley · 12 years ago
  29. 2a2c5fc added COMPRESS-210, COMPRESS-211, and COMPRESS-213 to changes.xml. Added myself to pom.xml. by Julius Davies · 12 years ago
  30. 0e1d5a4 COMPRESS-210 - handle zip extra field 0x5455 - Extended Timestamp by Julius Davies · 12 years ago
  31. ba8d7c4 COMPRESS-211 - handle zip extra field 0x7875. I improved code coverage a little for the unit tests. by Julius Davies · 12 years ago
  32. 3ece2da bump year before it is forgotten when preparing the next release by Stefan Bodewig · 12 years ago
  33. 2245d7a COMPRESS-211 - handle zip extra field 0x7875 - Info Zip New Unix Extra Field by Julius Davies · 12 years ago
  34. ccc7441 COMPRESS-213 - ZipShort, ZipLong, ZipEightByteInteger should implement Serializable by Julius Davies · 12 years ago
  35. a6072ce Document why local buffers are used (and restrictions on their use) by Sebastian Bazley · 12 years ago
  36. 57d8a1c unused import by Stefan Bodewig · 12 years ago
  37. 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
  38. 4497c3c enable testcase for COMPRESS-189 by Stefan Bodewig · 12 years ago
  39. 21148e7 micro optimization by Stefan Bodewig · 12 years ago
  40. f4044dd COMPRESS-212 use specified encoding when reading GNU long names in TarAIS by Stefan Bodewig · 12 years ago
  41. ec0f585 COMPRESS-159 make ChangeSetPerformer work on ZipFiles as well by Stefan Bodewig · 12 years ago
  42. 6583714 COMPRESS-201 add an additional convenience constructor to TarArchiveEntry by Stefan Bodewig · 12 years ago
  43. c0a9923 make TarAEntry's constructors less redundant and make file attribute final by Stefan Bodewig · 12 years ago
  44. 376f7d6 record changes WRT COMPRESS-208 by Stefan Bodewig · 12 years ago
  45. 0d6defe COMPRESS-208 properly detect split ZIP files by Stefan Bodewig · 12 years ago
  46. e10ce2c COMPRESS-208: skip over PK00 splitting marker which really only says 'nothing to see here' by Stefan Bodewig · 12 years ago
  47. 92d8c57 explicitly fail when ZipArchiveInputStream reads a split/spanned archive by Stefan Bodewig · 12 years ago
  48. 37995c1 COMPRESS-208: ZipFile deals well with PK00 prefix by Stefan Bodewig · 12 years ago
  49. 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
  50. b4a985f if the inflater needs a dictionary, that's worth an exception by Stefan Bodewig · 12 years ago
  51. 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
  52. e4f645c COMPRESS-203 actually, the file name must be fixed after it has been truncated by Stefan Bodewig · 12 years ago
  53. 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
  54. 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
  55. 37378a7 make test use encoding explicitly by Stefan Bodewig · 12 years ago
  56. e9d7bcf COMPRESS-200 use the backing array of the returned ByteBuffer properly by Stefan Bodewig · 12 years ago
  57. e185dad COMPRESS-200 the test actually fails if encoding is specified explicitly by Stefan Bodewig · 12 years ago
  58. 0e1bea1 COMPRESS-200 make test case name match what is actually tested by Stefan Bodewig · 12 years ago
  59. 73603cd COMPRESS-199 XZ for Java doesn't provide an OSGi bundle, mark the dependency as optional by Stefan Bodewig · 12 years ago
  60. f5cfff2 ignore TAGS by Stefan Bodewig · 12 years ago
  61. 05292cc COMPRESS-200 - passing test case, will ask for more info by Stefan Bodewig · 12 years ago
  62. 59dfc7c Avoid some threading issues with HashMap by Stefan Bodewig · 12 years ago
  63. 1dffeb0 COMPRESS-209 Add test.doc to show problem has been fixed by Sebastian Bazley · 12 years ago
  64. a0ac844 Javadoc fixes. by Gary D. Gregory · 12 years ago
  65. 7c82a46 Update CP to version 27. by Gary D. Gregory · 12 years ago
  66. ab45643 COMPRESS-197: Tar file for Android backup cannot be read by Jukka Zitting · 12 years ago
  67. db6dda3 Fix up test failures caused by closing resources by Sebastian Bazley · 12 years ago
  68. 5b0d41a Cannot use close on null underlying stream by Sebastian Bazley · 12 years ago
  69. ead7019 Ensure resources are closed by Sebastian Bazley · 12 years ago
  70. 00fecc4 Javadoc syntax by Sebastian Bazley · 12 years ago
  71. 13f8b90 Remove @return from void method by Sebastian Bazley · 12 years ago
  72. 9d23637 Ensure resource is closed by Sebastian Bazley · 12 years ago
  73. c96b2e2 COMPRESS-188 improve exception method for unsupported compression methods in zips. Submitted by Harald Kuhn by Stefan Bodewig · 12 years ago
  74. 581a7f5 COMPRESS-190 some common git settings by Stefan Bodewig · 12 years ago
  75. 2ab43b0 COMPRESS-192 add an encoding option to ArchiveStreamFactory for zip and tar. Based on patch by Jukka Zitting by Stefan Bodewig · 12 years ago
  76. 9bdacbf COMPRESS-191 ArchiveStreamFactory false positive for tar format. Submitted by Jukka Zitting by Stefan Bodewig · 12 years ago
  77. 811fb4e COMPRESS-191 add checksum check to TarArchiveEntry. Submitted by Jukka Zitting. by Stefan Bodewig · 12 years ago
  78. aa8365f Add explicit length checks by Sebastian Bazley · 12 years ago
  79. b417df3 Javadoc by Sebastian Bazley · 12 years ago
  80. 7d80791 don't read if you know the stream is already exhausted by Stefan Bodewig · 12 years ago
  81. f36320a some formatting and javadoc tweaks, minor optimization by Stefan Bodewig · 12 years ago
  82. 306c3c8 typos by Stefan Bodewig · 12 years ago
  83. 4becc32 COMPRESS-187 - make empty comments compare equal to no comments in ZIP entries by Stefan Bodewig · 12 years ago
  84. 306b3d6 some more updates, it's been a bit hectic yesterday by Stefan Bodewig · 12 years ago
  85. c567466 site updates post-release by Stefan Bodewig · 12 years ago
  86. 676d954 Add TM to logo. by Gary D. Gregory · 12 years ago
  87. 9df15cd kudos to libbzip2 by Stefan Bodewig · 12 years ago
  88. 28e87e5 bump version by Stefan Bodewig · 12 years ago
  89. b90ffa7 prepare for 1.4.1 release by Stefan Bodewig · 12 years ago
  90. b58c039 Cannot delegate assignment of final field to a method called by a ctor; has to be done in the ctor itself by Sebastian Bazley · 12 years ago
  91. 7684a4b some comments still mention old Ant class name by Stefan Bodewig · 12 years ago
  92. 8f70246 [CVE-2012-2098] Actually this shift is supposed to be unsigned. by Stefan Bodewig · 12 years ago
  93. 15883a6 record changes by Stefan Bodewig · 12 years ago
  94. 654222e typos and make PMD happy by Stefan Bodewig · 12 years ago
  95. 6ced422 remove randomization code by Stefan Bodewig · 12 years ago
  96. 2ab2fcb fix indentation by Stefan Bodewig · 12 years ago
  97. 0600296 [CVE-2012-2098] Integrate fallback sort into the rest, add some more tests and fix bug in bucket boundary calculation by Stefan Bodewig · 12 years ago
  98. fdd7459 [CVE-2012-2098] add fallback sorting algorithm of libbzip2 1.0.6 (actually added with 0.9.5) by Stefan Bodewig · 12 years ago
  99. cca0e6e just moving stuff around to closer match source code layout of libbzip2 1.0.6 by Stefan Bodewig · 12 years ago
  100. ea31005 Add some explanations, mark comments originally made by Julian Seward by Stefan Bodewig · 12 years ago