1. f331a7d COMPRESS-180 new String(byte[]) conversions use default encoding by Sebastian Bazley · 12 years ago
  2. 2a36651 COMPRESS-180 new String(byte[]) conversions use default encoding by Sebastian Bazley · 12 years ago
  3. bcc42c5 RAT not needed for .pmd file if present by Sebastian Bazley · 12 years ago
  4. 39c93f4 Trailing spaces by Sebastian Bazley · 12 years ago
  5. 578aefd Tab police by Sebastian Bazley · 12 years ago
  6. 3f69642 Current 1.4 release notes by Sebastian Bazley · 12 years ago
  7. d850072 Improve layout of release notes - fix indentation by Sebastian Bazley · 12 years ago
  8. ec37762 Improve description appearance in release notes by Sebastian Bazley · 12 years ago
  9. 7badf0e Fix how to run docs by Sebastian Bazley · 12 years ago
  10. d85f9de Refactor duplicate code in a private method (still a PMD warning through 1 instead of 2). by Gary D. Gregory · 12 years ago
  11. a08cda7 Fix indent. by Gary D. Gregory · 12 years ago
  12. 70d0fce Use existing utility to simplify code and ensure string conversion uses fixed charset by Sebastian Bazley · 12 years ago
  13. a0e435e Always use blocks for conditional statements by Sebastian Bazley · 12 years ago
  14. ff9cca1 Always use blocks for conditional statements by Sebastian Bazley · 12 years ago
  15. 10f26cb Javadoc syntax by Sebastian Bazley · 12 years ago
  16. bb11011 Remove section handled by Commons Parent by Sebastian Bazley · 12 years ago
  17. 1a6ff4f CP24 and prepare release version by Sebastian Bazley · 12 years ago
  18. f206832 make FindBugs happy by iterating over entrySet rather than keySet by Stefan Bodewig · 12 years ago
  19. 81e2678 unused import by Stefan Bodewig · 12 years ago
  20. 6bb981a add documentation for TAR file name encoding by Stefan Bodewig · 12 years ago
  21. 5c05b49 support for non-ASCII linkpath in PAX headers by Stefan Bodewig · 12 years ago
  22. e345f55 forgot to remove debug code by Stefan Bodewig · 12 years ago
  23. 9629265 optionally use PAX headers when writing non-ASCII file names. COMPRESS-183 by Stefan Bodewig · 12 years ago
  24. 4f42b00 feels like yesterday by Stefan Bodewig · 12 years ago
  25. c2bc7a4 properly parse non-ASCII content in PAX extension headers. COMPRESS-184 by Stefan Bodewig · 12 years ago
  26. 32619a8 allow the encoding to be specified when writing tar archives by Stefan Bodewig · 12 years ago
  27. 029af4d extract the old encoding/decoding methods into a ZipEncoding implementation and use ZipEncoding consistently by Stefan Bodewig · 12 years ago
  28. e43088b explicitly specify encoding for tar name roundtrip test by Stefan Bodewig · 12 years ago
  29. 0daad13 moved assembly descriptors to /src/main/assembly by Christian Grobmeier · 12 years ago
  30. dff264b moved assembly descriptors to /src/main/assembly by Christian Grobmeier · 12 years ago
  31. e4ee376 duplicate two lines of TarArchiveEntry constructor code rather than hiding an important exception by Stefan Bodewig · 12 years ago
  32. 69ceb4e infrastructure for non-ASCII encoding of file names in tar. COMPRESS-183 by Stefan Bodewig · 12 years ago
  33. 4239871 rename bigFileMode to bigNumberMode. COMPRESS-182 by Stefan Bodewig · 12 years ago
  34. 23db0b7 simplify addition of PAX headers by Stefan Bodewig · 12 years ago
  35. 8b2ec5a make sure 'too big' messages for fields that can't be represented in ustar headers are consistent by Stefan Bodewig · 12 years ago
  36. 5b13f84 Support for major and minor device number in PAX headers. COMPRESS-182 by Stefan Bodewig · 12 years ago
  37. 9a1011d redundant code by Stefan Bodewig · 12 years ago
  38. 20e860d Use PAX headers for big or negative numeric values in tar headers. COMPRESS-182 by Stefan Bodewig · 12 years ago
  39. 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
  40. 4e76725 tiny performance tweak by Stefan Bodewig · 12 years ago
  41. 1ffe1b1 parse last modification date from PAX headers if present. COMPRESS-182 by Stefan Bodewig · 12 years ago
  42. 6c71a2b STAR and GNU tar may use binary encoding for all numeric values, including modification time. COMPRESS-182 by Stefan Bodewig · 12 years ago
  43. 23aa5b4 some additional test cases by Stefan Bodewig · 12 years ago
  44. b90b1f4 Our parser for STAR-encoded binary values was wrong, STAR only uses 7 or 11 bytes and can encode negative values as twos complement signaled by the first byte being 0xff rather than 0x80. COMPRESS-182 by Stefan Bodewig · 12 years ago
  45. 40f2e63 workaround for tar implementations that insert a NUL byte into header fields. COMPRESS-181 by Stefan Bodewig · 12 years ago
  46. d39ba76 typo by Stefan Bodewig · 12 years ago
  47. c75c10f add workaround for broken implementations that use backslashes rather than slashes in file names. COMPRESS-176 by Stefan Bodewig · 12 years ago
  48. 576bd03 Add recent tags to SVN history display by Sebastian Bazley · 12 years ago
  49. e99d0ad Replace init method with private ctor; allows several fields to be made final by Sebastian Bazley · 12 years ago
  50. 432543d COMPRESS-131 ArrayOutOfBounds while decompressing bz2. Added test case - code already seems to have been fixed. by Sebastian Bazley · 12 years ago
  51. bc84d20 COMPRESS-178 TarArchiveInputStream throws IllegalArgumentException instead of IOException by Sebastian Bazley · 12 years ago
  52. b23b5c8 Javadoc by Sebastian Bazley · 12 years ago
  53. 915e8ef COMPRESS-179 TarUtils.formatLongOctalOrBinaryBytes() assumes the field will be 12 bytes long by Sebastian Bazley · 12 years ago
  54. 16dc21b Javadoc by Sebastian Bazley · 12 years ago
  55. 7ee6b67 COMPRESS-175 - GNU Tar sometimes uses binary encoding for UID and GID by Sebastian Bazley · 12 years ago
  56. a6b146b No longer needed - use release-notes profile from CP by Sebastian Bazley · 12 years ago
  57. 7d01049 Use changes plugin version from parent by Sebastian Bazley · 12 years ago
  58. dc6d153 Update to CP23 by Sebastian Bazley · 12 years ago
  59. 68391e8 Don't use default encoding by Sebastian Bazley · 12 years ago
  60. 6f3c8d1 bump copyright year by Stefan Bodewig · 13 years ago
  61. b410868 whitespace by Stefan Bodewig · 13 years ago
  62. a933173 Only assume a TAR is a TAR if it at least contains one 512 byte block. COMPRESS-171 by Stefan Bodewig · 13 years ago
  63. 00cc49e throw an IOException rather than a RuntimeException for a certain type of corrupted ZIPs. COMPRESS-169 by Stefan Bodewig · 13 years ago
  64. f90c1cb documenation for big file support and PAX support fro writing long file names in tar. COMPRESS-165 and COMPRESS-166 by Stefan Bodewig · 13 years ago
  65. 2d52e39 Support the POSIX way of writing tar entries with names longer than 100 chars. COMPRESS-166 by Stefan Bodewig · 13 years ago
  66. 0ad3bf8 Write big files in PAX/POSIX mode. COMPRESS-165 by Stefan Bodewig · 13 years ago
  67. a6fbdae support writing big files using star extensions. COMPRESS-165. Patch by John Kodis. by Stefan Bodewig · 13 years ago
  68. 67c25f9 whitespace by Stefan Bodewig · 13 years ago
  69. 5c136a3 prove parsing of PAX headers works correctly. COMPRESS-167 by Stefan Bodewig · 13 years ago
  70. c4704be test that proves PAX archives with big entries are read correctly. COMPRESS-16 by Stefan Bodewig · 13 years ago
  71. 5dad112 Allow PAX headers to set sizes bigger than 8GiB. COMPRESS-163. Based on patch by John Kodis by Stefan Bodewig · 13 years ago
  72. 3476606 ZipFile doesn't work properly for unicode extra fields. Based on patch by Volker Leidl. COMPRESS-164 by Stefan Bodewig · 13 years ago
  73. 8cece72 Test for reading GNU tar archive with file bigger than 8 GiB. COMPRESS-16 by Stefan Bodewig · 13 years ago
  74. 38f0ca9 rename run-it profile to run-zipit so ITs for other formats can be added individually by Stefan Bodewig · 13 years ago
  75. 6846564 Add read-support for big files using GNU tar extensions. write support will be added later. Based on patch by John Kodis. COMPRESS-16 by Stefan Bodewig · 13 years ago
  76. 6a2166b testcases for compressors with concatenated streams. COMPRESS-146 COMPRESS-154 COMPRESS156 by Stefan Bodewig · 13 years ago
  77. e244ef5 Use Collection.isEmpty() instead of size() == 0 by Gary D. Gregory · 13 years ago
  78. 1ce7ae0 Explicit boxing by Sebastian Bazley · 13 years ago
  79. 5a90662 Remove unused variables by Sebastian Bazley · 13 years ago
  80. d406df9 Unused buffer by Sebastian Bazley · 13 years ago
  81. e5a26fd Unused imports by Sebastian Bazley · 13 years ago
  82. 8862a48 Missing @Override by Sebastian Bazley · 13 years ago
  83. c4f3433 Avoid "empty flow control statement" warning by Sebastian Bazley · 13 years ago
  84. 2e54015 Javadoc by Sebastian Bazley · 13 years ago
  85. 23e22d2 Unnecessary @SuppressWarnings - fallthrough is commented by Sebastian Bazley · 13 years ago
  86. 1770ed0 Unused imports by Sebastian Bazley · 13 years ago
  87. 003af76 Typo by Sebastian Bazley · 13 years ago
  88. fa237cc document support for concatenated streams by Stefan Bodewig · 13 years ago
  89. 6b4172e some '@Override's that have been removed by accident by Stefan Bodewig · 13 years ago
  90. 30c859c support for concatenated streams in Gzip input. COMPRESS-154. Submitted by Lasse Collin by Stefan Bodewig · 13 years ago
  91. fa886ac make XZInputStream default to not support concatenated streams to be consistent with bzip2 and soon gzip by Stefan Bodewig · 13 years ago
  92. 20fd83a support uncompressing concatenated .bz2 files. COMPRESS-146. Submitted by Lasse Collin by Stefan Bodewig · 13 years ago
  93. 3217007 extract common file name munging code from the *Utils classes by Stefan Bodewig · 13 years ago
  94. ec0dd9b Christian has an ASF id by Stefan Bodewig · 13 years ago
  95. e166fa7 documentation for XZ by Stefan Bodewig · 13 years ago
  96. 1b86ffa XZUtils modelled after GzipUtils by Stefan Bodewig · 13 years ago
  97. eaba993 Initial test for XZ. COMPRESS-156 by Stefan Bodewig · 13 years ago
  98. aa73926 support for XZ compression format submitted by Lasse Collin. COMPRESS-156 by Stefan Bodewig · 13 years ago
  99. 3447a36 1.3 has been released, open up for 1.4 by Stefan Bodewig · 13 years ago
  100. e43a802 increase test coverage by Stefan Bodewig · 13 years ago