1. c873310 Removed the unnecessary @inheritDoc tags by Emmanuel Bourg · 11 years ago
  2. 8b76ad5 Added tests for the ERROR and TRUNCATE long file modes of TarArchiveOutputStream by Emmanuel Bourg · 11 years ago
  3. 10fdfd5 buffer input and add a test that skips a large amount of bytes by winding forward to the end of the archive by Stefan Bodewig · 11 years ago
  4. 67ea501 Add preliminary support for writing 7z archives. by Damjan Jovanovic · 11 years ago
  5. 5127ee6 COMPRESS-227 return Iterable rather than Iterator in new methods by Stefan Bodewig · 11 years ago
  6. 601e4d7 COMPRESS-229 properly parse GNU_LONGLNK entries, patch by Christoph Gysin by Stefan Bodewig · 11 years ago
  7. 59925ce Javadoc syntax by Sebastian Bazley · 11 years ago
  8. e860d2f COMPRESS-228 be more lenient when parsing zip64 extra field by Stefan Bodewig · 11 years ago
  9. ed53404 COMPRESS-227 make test more complete by Stefan Bodewig · 11 years ago
  10. f62cf85 provide access to all entries of a given name in ZipFile, COMPRESS-227 by Stefan Bodewig · 11 years ago
  11. 6a12f48 Use example archive from COMPRESS-227 in test rather than creating a new one by Stefan Bodewig · 11 years ago
  12. 0548867 COMPRESS-227 forgot to enable now-passing test by Stefan Bodewig · 11 years ago
  13. 1a237bd COMPRESS-227 ensure ZipFile#getEntry only returns entries that will by Stefan Bodewig · 11 years ago
  14. 109a7a8 Don't NPE on archives of all empty files. by Damjan Jovanovic · 11 years ago
  15. 9ad93a9 Unused imports by Sebastian Bazley · 11 years ago
  16. afb5df5 Show max heap memory as test requires more than the default for a Java 1.5 client installation by Sebastian Bazley · 11 years ago
  17. f69ccab Add preliminary read-only support for the 7z archive format, by Damjan Jovanovic · 11 years ago
  18. 5e49d8a properly close stream, submitted by Andreas Krüger by Stefan Bodewig · 11 years ago
  19. 86a0fa2 Standardise on ENGLISH, not US. by Sebastian Bazley · 12 years ago
  20. 60f4ac2 enable test for COMPRESS-219 by Stefan Bodewig · 12 years ago
  21. 340a344 Disable test until I know we can include the zip that is needed for the test by Stefan Bodewig · 12 years ago
  22. d9b5596 COMPRESS-219 reading stored entries could try to read past the end of the internal buffer by Stefan Bodewig · 12 years ago
  23. 367c1ff Unused imports by Sebastian Bazley · 12 years ago
  24. b8690f9 allow mkdir/rmdir to be used by unrelated test classes as well by Stefan Bodewig · 12 years ago
  25. f3a5bf6 COMPRESS-214 move getUnixSymlink from ZipArchiveEntry to ZipFile 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. 5f77b9a JUnit 3 -> 4: replace use of junit.framework.Assert with org.junit.Assert. by Gary D. Gregory · 12 years ago
  32. 2f69e63 Drop trailing spaces where file has at least one instance of multiple trailing spaces by Sebastian Bazley · 12 years ago
  33. fdcf80d Oops, closed the stream too early by Sebastian Bazley · 12 years ago
  34. 2acbbed Simplify and avoid a lot of boxing/unboxing warnings by Sebastian Bazley · 12 years ago
  35. 50b419b Remove spurious ; Ensure stream is closed by Sebastian Bazley · 12 years ago
  36. 7fcab11 Javadoc syntax by Sebastian Bazley · 12 years ago
  37. 7181d54 consume remainder of ZIP when last LF-entry has been read by Stefan Bodewig · 12 years ago
  38. 3161093 Don't close dump's input when the archive has been consumed by Stefan Bodewig · 12 years ago
  39. 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
  40. 1120914 COMPRESS-214 - better support for unix symlinks by Julius Davies · 12 years ago
  41. 0e31dcc this should take care of regions with DST in January as well by Stefan Bodewig · 12 years ago
  42. 45384fe adjust test expectations to the difference in InfoZIP's and ZipEntry's interpretation of the LFH time by Stefan Bodewig · 12 years ago
  43. 2626ec7 Fix parameter order to assertEquals(expected, actual) by Sebastian Bazley · 12 years ago
  44. 5f8d904 Close stream to avoid IDE warning by Sebastian Bazley · 12 years ago
  45. 5e1e298 Generics by Sebastian Bazley · 12 years ago
  46. d4e24f2 Exception not thrown by Sebastian Bazley · 12 years ago
  47. d8836f6 Exception not thrown by Sebastian Bazley · 12 years ago
  48. 3305619 Javadoc syntax by Sebastian Bazley · 12 years ago
  49. 3621e29 SimpleDateFormat uses yyyy not YYYY for year by Sebastian Bazley · 12 years ago
  50. 0e1d5a4 COMPRESS-210 - handle zip extra field 0x5455 - Extended Timestamp by Julius Davies · 12 years ago
  51. ba8d7c4 COMPRESS-211 - handle zip extra field 0x7875. I improved code coverage a little for the unit tests. by Julius Davies · 12 years ago
  52. 2245d7a COMPRESS-211 - handle zip extra field 0x7875 - Info Zip New Unix Extra Field by Julius Davies · 12 years ago
  53. 4497c3c enable testcase for COMPRESS-189 by Stefan Bodewig · 12 years ago
  54. f4044dd COMPRESS-212 use specified encoding when reading GNU long names in TarAIS by Stefan Bodewig · 12 years ago
  55. ec0f585 COMPRESS-159 make ChangeSetPerformer work on ZipFiles as well by Stefan Bodewig · 12 years ago
  56. 6583714 COMPRESS-201 add an additional convenience constructor to TarArchiveEntry by Stefan Bodewig · 12 years ago
  57. 0d6defe COMPRESS-208 properly detect split ZIP files by Stefan Bodewig · 12 years ago
  58. e10ce2c COMPRESS-208: skip over PK00 splitting marker which really only says 'nothing to see here' by Stefan Bodewig · 12 years ago
  59. 37995c1 COMPRESS-208: ZipFile deals well with PK00 prefix by Stefan Bodewig · 12 years ago
  60. 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
  61. 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
  62. 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
  63. 37378a7 make test use encoding explicitly by Stefan Bodewig · 12 years ago
  64. e185dad COMPRESS-200 the test actually fails if encoding is specified explicitly by Stefan Bodewig · 12 years ago
  65. 0e1bea1 COMPRESS-200 make test case name match what is actually tested by Stefan Bodewig · 12 years ago
  66. 05292cc COMPRESS-200 - passing test case, will ask for more info by Stefan Bodewig · 12 years ago
  67. 1dffeb0 COMPRESS-209 Add test.doc to show problem has been fixed by Sebastian Bazley · 12 years ago
  68. ab45643 COMPRESS-197: Tar file for Android backup cannot be read by Jukka Zitting · 12 years ago
  69. db6dda3 Fix up test failures caused by closing resources by Sebastian Bazley · 12 years ago
  70. 5b0d41a Cannot use close on null underlying stream by Sebastian Bazley · 12 years ago
  71. ead7019 Ensure resources are closed by Sebastian Bazley · 12 years ago
  72. 9bdacbf COMPRESS-191 ArchiveStreamFactory false positive for tar format. Submitted by Jukka Zitting by Stefan Bodewig · 12 years ago
  73. 811fb4e COMPRESS-191 add checksum check to TarArchiveEntry. Submitted by Jukka Zitting. by Stefan Bodewig · 12 years ago
  74. aa8365f Add explicit length checks by Sebastian Bazley · 12 years ago
  75. 4becc32 COMPRESS-187 - make empty comments compare equal to no comments in ZIP entries by Stefan Bodewig · 12 years ago
  76. 6ced422 remove randomization code by Stefan Bodewig · 12 years ago
  77. 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
  78. 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
  79. 020c03d verify my understanding of the code by Stefan Bodewig · 12 years ago
  80. c4d33f7 EOL by Sebastian Bazley · 12 years ago
  81. 0417363 Change access using declaring type. by Gary D. Gregory · 12 years ago
  82. b2a9dd0 Convert to enhanced for loop. by Gary D. Gregory · 12 years ago
  83. 6b0229f Use blocks. by Gary D. Gregory · 12 years ago
  84. cf206ca Unnecessary cast by Sebastian Bazley · 12 years ago
  85. aa1a75c Replace Javadoc "<code>null|true|false</code>" with "{@code null|true|false}" by Gary D. Gregory · 12 years ago
  86. 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
  87. 39c93f4 Trailing spaces by Sebastian Bazley · 12 years ago
  88. 10f26cb Javadoc syntax by Sebastian Bazley · 12 years ago
  89. 5c05b49 support for non-ASCII linkpath in PAX headers by Stefan Bodewig · 12 years ago
  90. e345f55 forgot to remove debug code by Stefan Bodewig · 12 years ago
  91. 9629265 optionally use PAX headers when writing non-ASCII file names. COMPRESS-183 by Stefan Bodewig · 12 years ago
  92. c2bc7a4 properly parse non-ASCII content in PAX extension headers. COMPRESS-184 by Stefan Bodewig · 12 years ago
  93. e43088b explicitly specify encoding for tar name roundtrip test by Stefan Bodewig · 12 years ago
  94. 69ceb4e infrastructure for non-ASCII encoding of file names in tar. COMPRESS-183 by Stefan Bodewig · 12 years ago
  95. 4239871 rename bigFileMode to bigNumberMode. COMPRESS-182 by Stefan Bodewig · 13 years ago
  96. 20e860d Use PAX headers for big or negative numeric values in tar headers. COMPRESS-182 by Stefan Bodewig · 13 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 · 13 years ago
  98. 1ffe1b1 parse last modification date from PAX headers if present. COMPRESS-182 by Stefan Bodewig · 13 years ago
  99. 6c71a2b STAR and GNU tar may use binary encoding for all numeric values, including modification time. COMPRESS-182 by Stefan Bodewig · 13 years ago
  100. 23aa5b4 some additional test cases by Stefan Bodewig · 13 years ago