1. ab45643 COMPRESS-197: Tar file for Android backup cannot be read by Jukka Zitting · 12 years ago
  2. db6dda3 Fix up test failures caused by closing resources by Sebastian Bazley · 12 years ago
  3. 5b0d41a Cannot use close on null underlying stream by Sebastian Bazley · 12 years ago
  4. ead7019 Ensure resources are closed by Sebastian Bazley · 12 years ago
  5. 00fecc4 Javadoc syntax by Sebastian Bazley · 12 years ago
  6. 13f8b90 Remove @return from void method by Sebastian Bazley · 12 years ago
  7. 9d23637 Ensure resource is closed by Sebastian Bazley · 12 years ago
  8. c96b2e2 COMPRESS-188 improve exception method for unsupported compression methods in zips. Submitted by Harald Kuhn by Stefan Bodewig · 12 years ago
  9. 581a7f5 COMPRESS-190 some common git settings by Stefan Bodewig · 12 years ago
  10. 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
  11. 9bdacbf COMPRESS-191 ArchiveStreamFactory false positive for tar format. Submitted by Jukka Zitting by Stefan Bodewig · 12 years ago
  12. 811fb4e COMPRESS-191 add checksum check to TarArchiveEntry. Submitted by Jukka Zitting. by Stefan Bodewig · 12 years ago
  13. aa8365f Add explicit length checks by Sebastian Bazley · 12 years ago
  14. b417df3 Javadoc by Sebastian Bazley · 12 years ago
  15. 7d80791 don't read if you know the stream is already exhausted by Stefan Bodewig · 12 years ago
  16. f36320a some formatting and javadoc tweaks, minor optimization by Stefan Bodewig · 12 years ago
  17. 306c3c8 typos by Stefan Bodewig · 12 years ago
  18. 4becc32 COMPRESS-187 - make empty comments compare equal to no comments in ZIP entries by Stefan Bodewig · 12 years ago
  19. 306b3d6 some more updates, it's been a bit hectic yesterday by Stefan Bodewig · 12 years ago
  20. c567466 site updates post-release by Stefan Bodewig · 12 years ago
  21. 676d954 Add TM to logo. by Gary D. Gregory · 12 years ago
  22. 9df15cd kudos to libbzip2 by Stefan Bodewig · 12 years ago
  23. 28e87e5 bump version by Stefan Bodewig · 12 years ago
  24. b90ffa7 prepare for 1.4.1 release by Stefan Bodewig · 12 years ago
  25. 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
  26. 7684a4b some comments still mention old Ant class name by Stefan Bodewig · 12 years ago
  27. 8f70246 [CVE-2012-2098] Actually this shift is supposed to be unsigned. by Stefan Bodewig · 12 years ago
  28. 15883a6 record changes by Stefan Bodewig · 12 years ago
  29. 654222e typos and make PMD happy by Stefan Bodewig · 12 years ago
  30. 6ced422 remove randomization code by Stefan Bodewig · 12 years ago
  31. 2ab2fcb fix indentation by Stefan Bodewig · 12 years ago
  32. 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
  33. 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
  34. cca0e6e just moving stuff around to closer match source code layout of libbzip2 1.0.6 by Stefan Bodewig · 12 years ago
  35. ea31005 Add some explanations, mark comments originally made by Julian Seward by Stefan Bodewig · 12 years ago
  36. 020c03d verify my understanding of the code by Stefan Bodewig · 12 years ago
  37. 4cc0284 give credit to libbzip2 by Stefan Bodewig · 12 years ago
  38. 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
  39. 6e95697 Move data that is used for sorting only to BlockSort class by Stefan Bodewig · 12 years ago
  40. b06f7b4 split sorting out of BZip2CompressorOutputStream by Stefan Bodewig · 12 years ago
  41. bbb461e 1.4 has been released, move on to 1.5-SNAPSHOT by Stefan Bodewig · 12 years ago
  42. 9fe74b7 Fix up Javadoc to not refer to Commons Codec. by Gary D. Gregory · 12 years ago
  43. b39f2d0 Drop trailing blank lines by Sebastian Bazley · 12 years ago
  44. c4d33f7 EOL by Sebastian Bazley · 12 years ago
  45. dda15e8 get a little bit ahead of ourselves in trunk-site and talk about the 1.4 release by Stefan Bodewig · 12 years ago
  46. c654e04 Add license and fix line-ends by Stefan Bodewig · 12 years ago
  47. e8e9532 update download page by Stefan Bodewig · 12 years ago
  48. a75598d Remove @author tags. by Gary D. Gregory · 12 years ago
  49. 0417363 Change access using declaring type. by Gary D. Gregory · 12 years ago
  50. b2a9dd0 Convert to enhanced for loop. by Gary D. Gregory · 12 years ago
  51. 6b0229f Use blocks. by Gary D. Gregory · 12 years ago
  52. 9f0db87 Redundant superinterface Cloneable for the type ZipArchiveEntry, already defined by ZipEntry by Gary D. Gregory · 12 years ago
  53. 59bb502 Redundant superinterface ArchiveEntry for the type JarArchiveEntry, already defined by ZipArchiveEntry by Gary D. Gregory · 12 years ago
  54. 336c42d Remove unnecessary cast. by Gary D. Gregory · 12 years ago
  55. 2bd0dd4 Normalize all @since tags to "@since version" instead of "@since Apache Commons Compress version" by Gary D. Gregory · 12 years ago
  56. cf206ca Unnecessary cast by Sebastian Bazley · 12 years ago
  57. aa1a75c Replace Javadoc "<code>null|true|false</code>" with "{@code null|true|false}" by Gary D. Gregory · 12 years ago
  58. 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
  59. f331a7d COMPRESS-180 new String(byte[]) conversions use default encoding by Sebastian Bazley · 12 years ago
  60. 2a36651 COMPRESS-180 new String(byte[]) conversions use default encoding by Sebastian Bazley · 12 years ago
  61. bcc42c5 RAT not needed for .pmd file if present by Sebastian Bazley · 12 years ago
  62. 39c93f4 Trailing spaces by Sebastian Bazley · 12 years ago
  63. 578aefd Tab police by Sebastian Bazley · 12 years ago
  64. 3f69642 Current 1.4 release notes by Sebastian Bazley · 12 years ago
  65. d850072 Improve layout of release notes - fix indentation by Sebastian Bazley · 12 years ago
  66. ec37762 Improve description appearance in release notes by Sebastian Bazley · 12 years ago
  67. 7badf0e Fix how to run docs by Sebastian Bazley · 12 years ago
  68. d85f9de Refactor duplicate code in a private method (still a PMD warning through 1 instead of 2). by Gary D. Gregory · 12 years ago
  69. a08cda7 Fix indent. by Gary D. Gregory · 12 years ago
  70. 70d0fce Use existing utility to simplify code and ensure string conversion uses fixed charset by Sebastian Bazley · 12 years ago
  71. a0e435e Always use blocks for conditional statements by Sebastian Bazley · 12 years ago
  72. ff9cca1 Always use blocks for conditional statements by Sebastian Bazley · 12 years ago
  73. 10f26cb Javadoc syntax by Sebastian Bazley · 12 years ago
  74. bb11011 Remove section handled by Commons Parent by Sebastian Bazley · 12 years ago
  75. 1a6ff4f CP24 and prepare release version by Sebastian Bazley · 12 years ago
  76. f206832 make FindBugs happy by iterating over entrySet rather than keySet by Stefan Bodewig · 12 years ago
  77. 81e2678 unused import by Stefan Bodewig · 12 years ago
  78. 6bb981a add documentation for TAR file name encoding by Stefan Bodewig · 12 years ago
  79. 5c05b49 support for non-ASCII linkpath in PAX headers by Stefan Bodewig · 12 years ago
  80. e345f55 forgot to remove debug code by Stefan Bodewig · 12 years ago
  81. 9629265 optionally use PAX headers when writing non-ASCII file names. COMPRESS-183 by Stefan Bodewig · 12 years ago
  82. 4f42b00 feels like yesterday by Stefan Bodewig · 12 years ago
  83. c2bc7a4 properly parse non-ASCII content in PAX extension headers. COMPRESS-184 by Stefan Bodewig · 12 years ago
  84. 32619a8 allow the encoding to be specified when writing tar archives by Stefan Bodewig · 12 years ago
  85. 029af4d extract the old encoding/decoding methods into a ZipEncoding implementation and use ZipEncoding consistently by Stefan Bodewig · 12 years ago
  86. e43088b explicitly specify encoding for tar name roundtrip test by Stefan Bodewig · 12 years ago
  87. 0daad13 moved assembly descriptors to /src/main/assembly by Christian Grobmeier · 12 years ago
  88. dff264b moved assembly descriptors to /src/main/assembly by Christian Grobmeier · 12 years ago
  89. e4ee376 duplicate two lines of TarArchiveEntry constructor code rather than hiding an important exception by Stefan Bodewig · 12 years ago
  90. 69ceb4e infrastructure for non-ASCII encoding of file names in tar. COMPRESS-183 by Stefan Bodewig · 12 years ago
  91. 4239871 rename bigFileMode to bigNumberMode. COMPRESS-182 by Stefan Bodewig · 12 years ago
  92. 23db0b7 simplify addition of PAX headers by Stefan Bodewig · 12 years ago
  93. 8b2ec5a make sure 'too big' messages for fields that can't be represented in ustar headers are consistent by Stefan Bodewig · 12 years ago
  94. 5b13f84 Support for major and minor device number in PAX headers. COMPRESS-182 by Stefan Bodewig · 12 years ago
  95. 9a1011d redundant code by Stefan Bodewig · 12 years ago
  96. 20e860d Use PAX headers for big or negative numeric values in tar headers. COMPRESS-182 by Stefan Bodewig · 12 years ago
  97. be286da user STAR encoding for all numeric fields in tar headers if they don't fit in the 'normal' range. COMPRESS-182 by Stefan Bodewig · 12 years ago
  98. 4e76725 tiny performance tweak by Stefan Bodewig · 12 years ago
  99. 1ffe1b1 parse last modification date from PAX headers if present. COMPRESS-182 by Stefan Bodewig · 12 years ago
  100. 6c71a2b STAR and GNU tar may use binary encoding for all numeric values, including modification time. COMPRESS-182 by Stefan Bodewig · 12 years ago