1. 21148e7 micro optimization by Stefan Bodewig · 12 years ago
  2. f4044dd COMPRESS-212 use specified encoding when reading GNU long names in TarAIS by Stefan Bodewig · 12 years ago
  3. ec0f585 COMPRESS-159 make ChangeSetPerformer work on ZipFiles as well by Stefan Bodewig · 12 years ago
  4. 6583714 COMPRESS-201 add an additional convenience constructor to TarArchiveEntry by Stefan Bodewig · 12 years ago
  5. c0a9923 make TarAEntry's constructors less redundant and make file attribute final by Stefan Bodewig · 12 years ago
  6. 376f7d6 record changes WRT COMPRESS-208 by Stefan Bodewig · 12 years ago
  7. 0d6defe COMPRESS-208 properly detect split ZIP files by Stefan Bodewig · 12 years ago
  8. e10ce2c COMPRESS-208: skip over PK00 splitting marker which really only says 'nothing to see here' by Stefan Bodewig · 12 years ago
  9. 92d8c57 explicitly fail when ZipArchiveInputStream reads a split/spanned archive by Stefan Bodewig · 12 years ago
  10. 37995c1 COMPRESS-208: ZipFile deals well with PK00 prefix by Stefan Bodewig · 12 years ago
  11. 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
  12. b4a985f if the inflater needs a dictionary, that's worth an exception by Stefan Bodewig · 12 years ago
  13. 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
  14. e4f645c COMPRESS-203 actually, the file name must be fixed after it has been truncated by Stefan Bodewig · 12 years ago
  15. 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
  16. 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
  17. 37378a7 make test use encoding explicitly by Stefan Bodewig · 12 years ago
  18. e9d7bcf COMPRESS-200 use the backing array of the returned ByteBuffer properly by Stefan Bodewig · 12 years ago
  19. e185dad COMPRESS-200 the test actually fails if encoding is specified explicitly by Stefan Bodewig · 12 years ago
  20. 0e1bea1 COMPRESS-200 make test case name match what is actually tested by Stefan Bodewig · 12 years ago
  21. 73603cd COMPRESS-199 XZ for Java doesn't provide an OSGi bundle, mark the dependency as optional by Stefan Bodewig · 12 years ago
  22. f5cfff2 ignore TAGS by Stefan Bodewig · 12 years ago
  23. 05292cc COMPRESS-200 - passing test case, will ask for more info by Stefan Bodewig · 12 years ago
  24. 59dfc7c Avoid some threading issues with HashMap by Stefan Bodewig · 12 years ago
  25. 1dffeb0 COMPRESS-209 Add test.doc to show problem has been fixed by Sebastian Bazley · 12 years ago
  26. a0ac844 Javadoc fixes. by Gary D. Gregory · 12 years ago
  27. 7c82a46 Update CP to version 27. by Gary D. Gregory · 12 years ago
  28. ab45643 COMPRESS-197: Tar file for Android backup cannot be read by Jukka Zitting · 12 years ago
  29. db6dda3 Fix up test failures caused by closing resources by Sebastian Bazley · 12 years ago
  30. 5b0d41a Cannot use close on null underlying stream by Sebastian Bazley · 12 years ago
  31. ead7019 Ensure resources are closed by Sebastian Bazley · 12 years ago
  32. 00fecc4 Javadoc syntax by Sebastian Bazley · 12 years ago
  33. 13f8b90 Remove @return from void method by Sebastian Bazley · 12 years ago
  34. 9d23637 Ensure resource is closed by Sebastian Bazley · 12 years ago
  35. c96b2e2 COMPRESS-188 improve exception method for unsupported compression methods in zips. Submitted by Harald Kuhn by Stefan Bodewig · 12 years ago
  36. 581a7f5 COMPRESS-190 some common git settings by Stefan Bodewig · 12 years ago
  37. 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
  38. 9bdacbf COMPRESS-191 ArchiveStreamFactory false positive for tar format. Submitted by Jukka Zitting by Stefan Bodewig · 12 years ago
  39. 811fb4e COMPRESS-191 add checksum check to TarArchiveEntry. Submitted by Jukka Zitting. by Stefan Bodewig · 12 years ago
  40. aa8365f Add explicit length checks by Sebastian Bazley · 12 years ago
  41. b417df3 Javadoc by Sebastian Bazley · 12 years ago
  42. 7d80791 don't read if you know the stream is already exhausted by Stefan Bodewig · 12 years ago
  43. f36320a some formatting and javadoc tweaks, minor optimization by Stefan Bodewig · 12 years ago
  44. 306c3c8 typos by Stefan Bodewig · 12 years ago
  45. 4becc32 COMPRESS-187 - make empty comments compare equal to no comments in ZIP entries by Stefan Bodewig · 12 years ago
  46. 306b3d6 some more updates, it's been a bit hectic yesterday by Stefan Bodewig · 12 years ago
  47. c567466 site updates post-release by Stefan Bodewig · 12 years ago
  48. 676d954 Add TM to logo. by Gary D. Gregory · 12 years ago
  49. 9df15cd kudos to libbzip2 by Stefan Bodewig · 12 years ago
  50. 28e87e5 bump version by Stefan Bodewig · 12 years ago
  51. b90ffa7 prepare for 1.4.1 release by Stefan Bodewig · 12 years ago
  52. 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
  53. 7684a4b some comments still mention old Ant class name by Stefan Bodewig · 12 years ago
  54. 8f70246 [CVE-2012-2098] Actually this shift is supposed to be unsigned. by Stefan Bodewig · 12 years ago
  55. 15883a6 record changes by Stefan Bodewig · 12 years ago
  56. 654222e typos and make PMD happy by Stefan Bodewig · 12 years ago
  57. 6ced422 remove randomization code by Stefan Bodewig · 12 years ago
  58. 2ab2fcb fix indentation by Stefan Bodewig · 12 years ago
  59. 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
  60. 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
  61. cca0e6e just moving stuff around to closer match source code layout of libbzip2 1.0.6 by Stefan Bodewig · 12 years ago
  62. ea31005 Add some explanations, mark comments originally made by Julian Seward by Stefan Bodewig · 12 years ago
  63. 020c03d verify my understanding of the code by Stefan Bodewig · 12 years ago
  64. 4cc0284 give credit to libbzip2 by Stefan Bodewig · 12 years ago
  65. 1ce57d9 Add a few comments as earmarks for myself, I think this is what the code does. Two 'final's thrown in for good measure by Stefan Bodewig · 12 years ago
  66. 6e95697 Move data that is used for sorting only to BlockSort class by Stefan Bodewig · 12 years ago
  67. b06f7b4 split sorting out of BZip2CompressorOutputStream by Stefan Bodewig · 12 years ago
  68. bbb461e 1.4 has been released, move on to 1.5-SNAPSHOT by Stefan Bodewig · 12 years ago
  69. 9fe74b7 Fix up Javadoc to not refer to Commons Codec. by Gary D. Gregory · 12 years ago
  70. b39f2d0 Drop trailing blank lines by Sebastian Bazley · 12 years ago
  71. c4d33f7 EOL by Sebastian Bazley · 12 years ago
  72. dda15e8 get a little bit ahead of ourselves in trunk-site and talk about the 1.4 release by Stefan Bodewig · 12 years ago
  73. c654e04 Add license and fix line-ends by Stefan Bodewig · 12 years ago
  74. e8e9532 update download page by Stefan Bodewig · 12 years ago
  75. a75598d Remove @author tags. by Gary D. Gregory · 12 years ago
  76. 0417363 Change access using declaring type. by Gary D. Gregory · 12 years ago
  77. b2a9dd0 Convert to enhanced for loop. by Gary D. Gregory · 12 years ago
  78. 6b0229f Use blocks. by Gary D. Gregory · 12 years ago
  79. 9f0db87 Redundant superinterface Cloneable for the type ZipArchiveEntry, already defined by ZipEntry by Gary D. Gregory · 12 years ago
  80. 59bb502 Redundant superinterface ArchiveEntry for the type JarArchiveEntry, already defined by ZipArchiveEntry by Gary D. Gregory · 12 years ago
  81. 336c42d Remove unnecessary cast. by Gary D. Gregory · 12 years ago
  82. 2bd0dd4 Normalize all @since tags to "@since version" instead of "@since Apache Commons Compress version" by Gary D. Gregory · 12 years ago
  83. cf206ca Unnecessary cast by Sebastian Bazley · 12 years ago
  84. aa1a75c Replace Javadoc "<code>null|true|false</code>" with "{@code null|true|false}" by Gary D. Gregory · 12 years ago
  85. d7119be Replace magic strings "UTF-8", "US-ASCII", and so on with references to a new .util class CharsetNames (like in other commons components.) The Charsets class will be more useful when [compress] moves to Java 6 and can use String#getBytes(Charset) instead of String#getBytes(String). by Gary D. Gregory · 12 years ago
  86. f331a7d COMPRESS-180 new String(byte[]) conversions use default encoding by Sebastian Bazley · 12 years ago
  87. 2a36651 COMPRESS-180 new String(byte[]) conversions use default encoding by Sebastian Bazley · 12 years ago
  88. bcc42c5 RAT not needed for .pmd file if present by Sebastian Bazley · 12 years ago
  89. 39c93f4 Trailing spaces by Sebastian Bazley · 12 years ago
  90. 578aefd Tab police by Sebastian Bazley · 12 years ago
  91. 3f69642 Current 1.4 release notes by Sebastian Bazley · 12 years ago
  92. d850072 Improve layout of release notes - fix indentation by Sebastian Bazley · 12 years ago
  93. ec37762 Improve description appearance in release notes by Sebastian Bazley · 12 years ago
  94. 7badf0e Fix how to run docs by Sebastian Bazley · 12 years ago
  95. d85f9de Refactor duplicate code in a private method (still a PMD warning through 1 instead of 2). by Gary D. Gregory · 12 years ago
  96. a08cda7 Fix indent. by Gary D. Gregory · 12 years ago
  97. 70d0fce Use existing utility to simplify code and ensure string conversion uses fixed charset by Sebastian Bazley · 12 years ago
  98. a0e435e Always use blocks for conditional statements by Sebastian Bazley · 12 years ago
  99. ff9cca1 Always use blocks for conditional statements by Sebastian Bazley · 12 years ago
  100. 10f26cb Javadoc syntax by Sebastian Bazley · 12 years ago