1. e0692ec canRead => canReadEntryData as discussed on the list by Stefan Bodewig · 14 years ago
  2. a33505b move canRead/canWrite up. Remove isSupportedCompressionMethod. COMPRESS-93 by Stefan Bodewig · 14 years ago
  3. c7e51ed detect encrypted entries and say that you can't read/write them. COMPRESS-89 by Stefan Bodewig · 14 years ago
  4. b7bd6e4 add encryption related flags. COMPRESS-89 by Stefan Bodewig · 14 years ago
  5. 4d68dda extract general purpose bit logic by Stefan Bodewig · 14 years ago
  6. bebc6ed allow different strategies when parsing extra fields. COMPRESS-73 by Stefan Bodewig · 14 years ago
  7. 2e3acfa added support for compressor detection by Torsten Curdt · 14 years ago
  8. 124f97c improve error message for unparseable extra data. COMPRESS-73 by Stefan Bodewig · 14 years ago
  9. 5b3d609 simple command line application used to diagnose COMPRESS-90 by Stefan Bodewig · 14 years ago
  10. e7517b8 Applied COMPRESS-95 from Joerg Bellmann: Improve ExceptionMessages in ArchiveStreamFactory by Christian Grobmeier · 15 years ago
  11. 5066e9a ZipArchiveEntry#equals is broken if the String-arg constructor is used. COMPRESS-94 - submitted by Anon Devs by Stefan Bodewig · 15 years ago
  12. 41aa509 COMPRESS-93: Support for alternative ZIP compression methods by Jukka Zitting · 15 years ago
  13. 7b125a3 COMPRESS-93: Support for alternative ZIP compression methods by Jukka Zitting · 15 years ago
  14. dc3fc47 make ZipArchiveInputStream deal better with truncated archives. Submitted by Antoni Mylka. COMPRESS-87 by Stefan Bodewig · 15 years ago
  15. e1640e5 check name/directory/size and lastModified read from cpio is consistent with what we write by Stefan Bodewig · 15 years ago
  16. cf76a53 check name/size and lastModified read from ar is consistent with what we write by Stefan Bodewig · 15 years ago
  17. f382ea5 check name/directory/size and lastModified read from tar is consistent with what we write by Stefan Bodewig · 15 years ago
  18. a180778 check name/directory/size and lastModified read from zip is consistent with what we write by Stefan Bodewig · 15 years ago
  19. 06fbac9 whitespace by Stefan Bodewig · 15 years ago
  20. 17ffd7f add getLastModifiedDate to ArchiveEntry - implement it assuming cpio and ar use seconds since epoch for their time values by Stefan Bodewig · 15 years ago
  21. 47b706e Add a BZip2Utils class matching GZipUtils. Submitted by Jukka Zitting. COMPRESS-78 by Stefan Bodewig · 15 years ago
  22. b09225f added AL header by Christian Grobmeier · 15 years ago
  23. 307bf54 Fix test case to work even if test file has unexpected line endings by Sebastian Bazley · 15 years ago
  24. c304a63 Sequence checking found bug in testcase - wrong archive stream was being used. by Sebastian Bazley · 15 years ago
  25. 9b7db4e Need to ensure that data is written to the file as some archives check this - take 2 by Sebastian Bazley · 15 years ago
  26. 020bafa Need to ensure that data is written to the file as some archives check this by Sebastian Bazley · 15 years ago
  27. d17c68d Add some more sequence tests - current causes test failures by Sebastian Bazley · 15 years ago
  28. 545bfa8 call of finish() is optional calling finish() twice causes an exception by Christian Grobmeier · 15 years ago
  29. d6efcee Close file so work directory can be deleted by Sebastian Bazley · 15 years ago
  30. 5ed6fa4 Protect against possible NPE by Sebastian Bazley · 15 years ago
  31. 7989269 added asl by Christian Grobmeier · 15 years ago
  32. 6273f3a COMPRESS-64: finish() does not close archive entries by default any longer by Christian Grobmeier · 15 years ago
  33. d170f34 COMPRESS-64: finish() does not close archive entries by default any longer by Christian Grobmeier · 15 years ago
  34. ddbd61f moved one up due one test depends on the folder contents by Christian Grobmeier · 15 years ago
  35. f5bb49c moved one up due one test depends on the folder contents by Christian Grobmeier · 15 years ago
  36. e80b954 added replace feature for Add-Changes by Christian Grobmeier · 15 years ago
  37. 72cc142 added test which reads the entries from a nested archive by Christian Grobmeier · 15 years ago
  38. 08c0502 added test which reads the entries from a nested archive by Christian Grobmeier · 15 years ago
  39. a438bdb Added ChangeSetResults which reports what actually has happened while performing the changeset. Added Test. by Christian Grobmeier · 15 years ago
  40. 0139902 prevent adding an ArchiveEntry with same name twice to an ChangeSet by Christian Grobmeier · 15 years ago
  41. 1a6cf43 added test: delete file and add another file under the same name. by Christian Grobmeier · 15 years ago
  42. 39fff76 made it possible to clean up resources manually by Christian Grobmeier · 15 years ago
  43. 4e9b504 Additional test cases by Sebastian Bazley · 15 years ago
  44. e740b86 Extra test case by Sebastian Bazley · 15 years ago
  45. c387c44 Should only delete directories if type = DELETE_DIRECTORY by Sebastian Bazley · 15 years ago
  46. 8b2cfc2 Additional String <=> Byte array Ascii conversion methods + basic tests by Sebastian Bazley · 15 years ago
  47. c547b85 COMPRESS-69: reenabled testcase by Christian Grobmeier · 15 years ago
  48. f2674c4 improved testcase for COMPRESS-69: currently commented out since it doesn't work as expected by Christian Grobmeier · 15 years ago
  49. 603116e added deleteDir method to ChangeSet to avoid confusion with delete for files by Christian Grobmeier · 15 years ago
  50. 40e0109 COMPRESS-60: extracted ChangeSetPerformer class for more thread safety. by Christian Grobmeier · 15 years ago
  51. dfc7eec reenabled test by Christian Grobmeier · 15 years ago
  52. c006941 Unused imports by Sebastian Bazley · 15 years ago
  53. cbdc8bf COMPRESS-68 Filename suffix mappings for compression formats by Sebastian Bazley · 15 years ago
  54. 16b557d Tar autodetect now works for existing test files by Sebastian Bazley · 15 years ago
  55. 9567f87 Add some utility methods and tests by Sebastian Bazley · 15 years ago
  56. 1d55670 Rename TarUtils.getXXX methods as formatXXX by Sebastian Bazley · 15 years ago
  57. 048db3b Unused import by Sebastian Bazley · 15 years ago
  58. 12e9753 Compare filesize as well as filename by Sebastian Bazley · 15 years ago
  59. 7a011db Allow comparison string to be overriden when processing archive content by Sebastian Bazley · 15 years ago
  60. dfb0333 Some shiny new ar files by Sebastian Bazley · 15 years ago
  61. b79bd08 Oops - forgot no-args constructor by Sebastian Bazley · 15 years ago
  62. c89d5d3 Two more test archives by Sebastian Bazley · 15 years ago
  63. 346ee42 Move Archive read tests to separate class so can use suites to name the tests by Sebastian Bazley · 15 years ago
  64. a1e11b3 Allow subclasses to use suites by Sebastian Bazley · 15 years ago
  65. 180789a Enable checking of resources/archives folder by Sebastian Bazley · 15 years ago
  66. 00779b3 Add some test data files - cpio and tar by Sebastian Bazley · 15 years ago
  67. 26387a1 Handle tar files specially since match() does not work. by Sebastian Bazley · 15 years ago
  68. 91401bf Javadoc and test corrections by Sebastian Bazley · 15 years ago
  69. 161511f Some test cases for TarUtils by Sebastian Bazley · 15 years ago
  70. 26d12c5 Reject illegal sizes by Sebastian Bazley · 15 years ago
  71. 888f7e2 Changed filename in single file archive, so need to update test cases by Sebastian Bazley · 15 years ago
  72. 7df097f Allow for unknown size by Sebastian Bazley · 15 years ago
  73. 0869c91 Allow for unknown size by Sebastian Bazley · 15 years ago
  74. abeaf6f Make sure file is deleted by Sebastian Bazley · 15 years ago
  75. e124cb4 Allow easy changing of archive type by Sebastian Bazley · 15 years ago
  76. 1f955f5 Add tests of read and write by Sebastian Bazley · 15 years ago
  77. 3d41c65 Use parent factory by Sebastian Bazley · 15 years ago
  78. b12d25f Make factory available to test cases by Sebastian Bazley · 15 years ago
  79. c1e89d4 Re-enable test which is now working. by Sebastian Bazley · 15 years ago
  80. 0860a7c Use generic methods by Sebastian Bazley · 15 years ago
  81. 421e379 Use generic methods by Sebastian Bazley · 15 years ago
  82. 6ac0dc2 make test platform independent by Stefan Bodewig · 15 years ago
  83. 1cde882 Use generic method by Sebastian Bazley · 15 years ago
  84. 29f1d08 make closeArchiveEntry a NOP if called repeatedly. This makes ArTestCase fail for all platforms consistently 8-) by Stefan Bodewig · 15 years ago
  85. e0b8b94 whitespace by Stefan Bodewig · 15 years ago
  86. d174bd3 Unused imports by Sebastian Bazley · 15 years ago
  87. 57a63ea Add some tests with a single file archive by Sebastian Bazley · 15 years ago
  88. 489f6f5 Add createSingleEntryArchive() method for ChangeSet testing by Sebastian Bazley · 15 years ago
  89. 34780ab Check can add a file to an empty archive by Sebastian Bazley · 15 years ago
  90. 88a29e1 Set up archiveList for emptyArchive by Sebastian Bazley · 15 years ago
  91. eaa3fc0 Check that empty archives created by the code can be read back by Sebastian Bazley · 15 years ago
  92. 8e636e5 Improve tidyup error message by Sebastian Bazley · 15 years ago
  93. 5f4af52 Use archiveList for keeping track of archive contents by Sebastian Bazley · 15 years ago
  94. dc14c46 Create list of files in archive by Sebastian Bazley · 15 years ago
  95. 4f827af Cache the ArchiveStreamFactory by Sebastian Bazley · 15 years ago
  96. 50710f4 Check that archive entries copy the correct number of bytes by Sebastian Bazley · 15 years ago
  97. 3adb02a Fix malicious code / thread-safety bug by Sebastian Bazley · 15 years ago
  98. c3a8a1c tracked down the problem of https://issues.apache.org/jira/browse/COMPRESS-11 by Torsten Curdt · 15 years ago
  99. e574f33 Recursive delete of temporary directories by Sebastian Bazley · 15 years ago
  100. 1429060 Close files by Sebastian Bazley · 15 years ago