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