1. 26387a1 Handle tar files specially since match() does not work. by Sebastian Bazley · 16 years ago
  2. 91401bf Javadoc and test corrections by Sebastian Bazley · 16 years ago
  3. 161511f Some test cases for TarUtils by Sebastian Bazley · 16 years ago
  4. 11349c5 Extract generic octal formatting method to simplify code and eliminate array copies by Sebastian Bazley · 16 years ago
  5. 26d12c5 Reject illegal sizes by Sebastian Bazley · 16 years ago
  6. b4e2915 Ensure name length is correct even if one char != one byte by Sebastian Bazley · 16 years ago
  7. ae3c158 Attempt at Javadoc - needs refining... by Sebastian Bazley · 16 years ago
  8. 2de1b50 Only set size if File#isFile() is true by Sebastian Bazley · 16 years ago
  9. 888f7e2 Changed filename in single file archive, so need to update test cases by Sebastian Bazley · 16 years ago
  10. 7df097f Allow for unknown size by Sebastian Bazley · 16 years ago
  11. 0869c91 Allow for unknown size by Sebastian Bazley · 16 years ago
  12. f7f6b18 Javadoc by Sebastian Bazley · 16 years ago
  13. e46c02b Set some attributes from the File by Sebastian Bazley · 16 years ago
  14. fb7053d Javadoc by Sebastian Bazley · 16 years ago
  15. abeaf6f Make sure file is deleted by Sebastian Bazley · 16 years ago
  16. e124cb4 Allow easy changing of archive type by Sebastian Bazley · 16 years ago
  17. 1f955f5 Add tests of read and write by Sebastian Bazley · 16 years ago
  18. 3d41c65 Use parent factory by Sebastian Bazley · 16 years ago
  19. b12d25f Make factory available to test cases by Sebastian Bazley · 16 years ago
  20. fec51a1 Add generic methods for creating Archive Entries. by Sebastian Bazley · 16 years ago
  21. c1e89d4 Re-enable test which is now working. by Sebastian Bazley · 16 years ago
  22. 81eb0be Fix TODOs by Sebastian Bazley · 16 years ago
  23. a427dfd COMPRESS-66: Document null return value of ArchiveInputStream.getNextEntry by Jukka Zitting · 16 years ago
  24. cf003d1 Javadoc by Sebastian Bazley · 16 years ago
  25. 91488bb Don't expose close entry method Remove unnecessary override methods by Sebastian Bazley · 16 years ago
  26. 6117cc1 Remove unnecessary override methods by Sebastian Bazley · 16 years ago
  27. 253196a Implement generic read() Update Javadoc by Sebastian Bazley · 16 years ago
  28. d92df02 Replace specific methods with generic ones by Sebastian Bazley · 16 years ago
  29. 0860a7c Use generic methods by Sebastian Bazley · 16 years ago
  30. b0922dc Remove methods already provided by superclass by Sebastian Bazley · 16 years ago
  31. 52fcfa0 Initial Javadoc Implement common write(byte) method by Sebastian Bazley · 16 years ago
  32. 421e379 Use generic methods by Sebastian Bazley · 16 years ago
  33. 6ac0dc2 make test platform independent by Stefan Bodewig · 16 years ago
  34. d09177b chunking of input by entries in AR-Input, COMPRESS-11 by Stefan Bodewig · 16 years ago
  35. 1cde882 Use generic method by Sebastian Bazley · 16 years ago
  36. d9aacbf offset calculation was broken by Stefan Bodewig · 16 years ago
  37. 29f1d08 make closeArchiveEntry a NOP if called repeatedly. This makes ArTestCase fail for all platforms consistently 8-) by Stefan Bodewig · 16 years ago
  38. e0b8b94 whitespace by Stefan Bodewig · 16 years ago
  39. d174bd3 Unused imports by Sebastian Bazley · 16 years ago
  40. 57a63ea Add some tests with a single file archive by Sebastian Bazley · 16 years ago
  41. 489f6f5 Add createSingleEntryArchive() method for ChangeSet testing by Sebastian Bazley · 16 years ago
  42. 34780ab Check can add a file to an empty archive by Sebastian Bazley · 16 years ago
  43. 88a29e1 Set up archiveList for emptyArchive by Sebastian Bazley · 16 years ago
  44. eaa3fc0 Check that empty archives created by the code can be read back by Sebastian Bazley · 16 years ago
  45. 8e636e5 Improve tidyup error message by Sebastian Bazley · 16 years ago
  46. fa526cb Empty Zip files start with End of Central directory by Sebastian Bazley · 16 years ago
  47. 5f4af52 Use archiveList for keeping track of archive contents by Sebastian Bazley · 16 years ago
  48. dc14c46 Create list of files in archive by Sebastian Bazley · 16 years ago
  49. d12bdbd Document match() problem by Sebastian Bazley · 16 years ago
  50. fc31e9d Revert r759631 - can't close input stream here as it is the ArchiveStream by Sebastian Bazley · 16 years ago
  51. 41afc6c Detect when target buffer has been closed by Sebastian Bazley · 16 years ago
  52. 4f827af Cache the ArchiveStreamFactory by Sebastian Bazley · 16 years ago
  53. 159637d Provide close method for stream by Sebastian Bazley · 16 years ago
  54. 15ce51c Actually close the streams as promised by the Javadoc by Sebastian Bazley · 16 years ago
  55. b7a9d16 Close input file once done by Sebastian Bazley · 16 years ago
  56. 154355d Javadoc by Sebastian Bazley · 16 years ago
  57. 1736719 Mode will be zero for trailers in old format cpio archives too. by Sebastian Bazley · 16 years ago
  58. 27f87f0 Oops - binary check needs to mask bytes, and need to check the correct byte! by Sebastian Bazley · 16 years ago
  59. 56b47fc Update match() by Sebastian Bazley · 16 years ago
  60. 470e63a Correct Javadoc Detect error earlier by Sebastian Bazley · 16 years ago
  61. 6140bf0 Move header and trailer strings to ArArchiveEntry constants by Sebastian Bazley · 16 years ago
  62. 50710f4 Check that archive entries copy the correct number of bytes by Sebastian Bazley · 16 years ago
  63. 3503121 Return count of bytes copied by Sebastian Bazley · 16 years ago
  64. fd648e2 Document "magic" number by Sebastian Bazley · 16 years ago
  65. 24a892b some more in depth documentation by Stefan Bodewig · 16 years ago
  66. 5d3f513 Javadoc by Sebastian Bazley · 16 years ago
  67. f1d63a6 DOcument and simplify by Sebastian Bazley · 16 years ago
  68. 398f3eb Not needed, as it duplicates the code in InputStream by Sebastian Bazley · 16 years ago
  69. 31c4fc5 Not thread-safe by Sebastian Bazley · 16 years ago
  70. d6f3633 Oops, did not mean to commit that change to the file by Sebastian Bazley · 16 years ago
  71. 99870ef Not thread-safe by Sebastian Bazley · 16 years ago
  72. 44dbd93 These classes are immutable, i.e. thread-safe by Sebastian Bazley · 16 years ago
  73. d39cf81 No need to be public class by Sebastian Bazley · 16 years ago
  74. 3adb02a Fix malicious code / thread-safety bug by Sebastian Bazley · 16 years ago
  75. b421b96 Class was not thread-safe: by Sebastian Bazley · 16 years ago
  76. a91e7c7 Javadoc - thread safety by Sebastian Bazley · 16 years ago
  77. c3a8a1c tracked down the problem of https://issues.apache.org/jira/browse/COMPRESS-11 by Torsten Curdt · 16 years ago
  78. f17ce4b Make entry "constants" final by Sebastian Bazley · 16 years ago
  79. 09fbdbd Caller must already have set the entry format by Sebastian Bazley · 16 years ago
  80. e574f33 Recursive delete of temporary directories by Sebastian Bazley · 16 years ago
  81. 1429060 Close files by Sebastian Bazley · 16 years ago
  82. cd71b5e fixed the testcase by Torsten Curdt · 16 years ago
  83. 99696be reproduce https://issues.apache.org/jira/browse/COMPRESS-11 by Torsten Curdt · 16 years ago
  84. 04fa434 Name changed; remove unnecessary casts by Sebastian Bazley · 16 years ago
  85. 958e1bc unused by Sebastian Bazley · 16 years ago
  86. f235f6b Simplify code by using getXXXPadCount() methods by Sebastian Bazley · 16 years ago
  87. 1b2e300 Add alignmentBoundary and pad calculation methods to simplify the job for users. by Sebastian Bazley · 16 years ago
  88. e909f5c remove links to broken examples, update the documentation a little, fix link to svn by Stefan Bodewig · 16 years ago
  89. 8101724 minimal package level javadocs by Stefan Bodewig · 16 years ago
  90. b1bfbcb Improve bzip2 creation speed, submitted by Rodrigo Schmidt to Ant, COMPRESS-58 by Stefan Bodewig · 16 years ago
  91. c78e72b Add some TODOs and implementation notes by Sebastian Bazley · 16 years ago
  92. 008ca94 support as much as possible of ZipFile as a stream can do in ZipArchiveInputStream, COMPRESS-47 by Stefan Bodewig · 16 years ago
  93. fc425ae Oops, forgot to change check for initial value when the default changed by Sebastian Bazley · 16 years ago
  94. 84f836e COMPRESS-55 Throw error if user attempts to set an invalid mode by Sebastian Bazley · 16 years ago
  95. 9fbe205 COMPRESS-55 Don't attempt to set mode zero. Print error if mode 0 found not in trailer. by Sebastian Bazley · 16 years ago
  96. 9a87102 Mode defaults to zero, so no need to set it. by Sebastian Bazley · 16 years ago
  97. db7f577 The default value for fileFormat must be chosen so checkNewFormat() and checkOldFormat() both fail; -1 is not suitable. by Sebastian Bazley · 16 years ago
  98. 2b9b452 Re-arrange constants in descending order; ensure numbers are aligned and the same length. by Sebastian Bazley · 16 years ago
  99. 31d002b Ensure a valid mode is set by Sebastian Bazley · 16 years ago
  100. 952d0fc Use constant string for trailer by Sebastian Bazley · 16 years ago