1. 8118f82 Split magic into magic and version by Sebastian Bazley · 15 years ago
  2. 9567f87 Add some utility methods and tests by Sebastian Bazley · 15 years ago
  3. 3a75bfd Give Tar more data to work with when autodetecting by Sebastian Bazley · 15 years ago
  4. 1d55670 Rename TarUtils.getXXX methods as formatXXX by Sebastian Bazley · 15 years ago
  5. 048db3b Unused import by Sebastian Bazley · 15 years ago
  6. 24f9c9b Update Javadoc Rationalise MAGIC names by Sebastian Bazley · 15 years ago
  7. 93fe95d Add myself as developer by Sebastian Bazley · 15 years ago
  8. 7e4a034 Initial ArchiveUtils implementation by Sebastian Bazley · 15 years ago
  9. 12e9753 Compare filesize as well as filename by Sebastian Bazley · 15 years ago
  10. 7a011db Allow comparison string to be overriden when processing archive content by Sebastian Bazley · 15 years ago
  11. eeb30fc Dropping me from the list of compress developers now that there are others there by Henri Yandell · 15 years ago
  12. 20ea709 Fix up some missing mime types by Sebastian Bazley · 15 years ago
  13. dfb0333 Some shiny new ar files by Sebastian Bazley · 15 years ago
  14. 7ef9107 SVR4/GNU adds trailing / to filename entries. Go figure. by Sebastian Bazley · 15 years ago
  15. b79bd08 Oops - forgot no-args constructor by Sebastian Bazley · 15 years ago
  16. c89d5d3 Two more test archives by Sebastian Bazley · 15 years ago
  17. 346ee42 Move Archive read tests to separate class so can use suites to name the tests by Sebastian Bazley · 15 years ago
  18. a1e11b3 Allow subclasses to use suites by Sebastian Bazley · 15 years ago
  19. 180789a Enable checking of resources/archives folder by Sebastian Bazley · 15 years ago
  20. 00779b3 Add some test data files - cpio and tar by Sebastian Bazley · 15 years ago
  21. 26387a1 Handle tar files specially since match() does not work. by Sebastian Bazley · 15 years ago
  22. 91401bf Javadoc and test corrections by Sebastian Bazley · 15 years ago
  23. 161511f Some test cases for TarUtils by Sebastian Bazley · 15 years ago
  24. 11349c5 Extract generic octal formatting method to simplify code and eliminate array copies by Sebastian Bazley · 15 years ago
  25. 26d12c5 Reject illegal sizes by Sebastian Bazley · 15 years ago
  26. b4e2915 Ensure name length is correct even if one char != one byte by Sebastian Bazley · 15 years ago
  27. ae3c158 Attempt at Javadoc - needs refining... by Sebastian Bazley · 15 years ago
  28. 2de1b50 Only set size if File#isFile() is true by Sebastian Bazley · 15 years ago
  29. 888f7e2 Changed filename in single file archive, so need to update test cases by Sebastian Bazley · 15 years ago
  30. 7df097f Allow for unknown size by Sebastian Bazley · 15 years ago
  31. 0869c91 Allow for unknown size by Sebastian Bazley · 15 years ago
  32. f7f6b18 Javadoc by Sebastian Bazley · 15 years ago
  33. e46c02b Set some attributes from the File by Sebastian Bazley · 15 years ago
  34. fb7053d Javadoc by Sebastian Bazley · 15 years ago
  35. abeaf6f Make sure file is deleted by Sebastian Bazley · 15 years ago
  36. e124cb4 Allow easy changing of archive type by Sebastian Bazley · 15 years ago
  37. 1f955f5 Add tests of read and write by Sebastian Bazley · 15 years ago
  38. 3d41c65 Use parent factory by Sebastian Bazley · 15 years ago
  39. b12d25f Make factory available to test cases by Sebastian Bazley · 15 years ago
  40. fec51a1 Add generic methods for creating Archive Entries. by Sebastian Bazley · 15 years ago
  41. c1e89d4 Re-enable test which is now working. by Sebastian Bazley · 15 years ago
  42. 81eb0be Fix TODOs by Sebastian Bazley · 15 years ago
  43. a427dfd COMPRESS-66: Document null return value of ArchiveInputStream.getNextEntry by Jukka Zitting · 15 years ago
  44. cf003d1 Javadoc by Sebastian Bazley · 15 years ago
  45. 91488bb Don't expose close entry method Remove unnecessary override methods by Sebastian Bazley · 15 years ago
  46. 6117cc1 Remove unnecessary override methods by Sebastian Bazley · 15 years ago
  47. 253196a Implement generic read() Update Javadoc by Sebastian Bazley · 15 years ago
  48. d92df02 Replace specific methods with generic ones by Sebastian Bazley · 15 years ago
  49. 0860a7c Use generic methods by Sebastian Bazley · 15 years ago
  50. b0922dc Remove methods already provided by superclass by Sebastian Bazley · 15 years ago
  51. 52fcfa0 Initial Javadoc Implement common write(byte) method by Sebastian Bazley · 15 years ago
  52. 421e379 Use generic methods by Sebastian Bazley · 15 years ago
  53. 6ac0dc2 make test platform independent by Stefan Bodewig · 15 years ago
  54. d09177b chunking of input by entries in AR-Input, COMPRESS-11 by Stefan Bodewig · 15 years ago
  55. 1cde882 Use generic method by Sebastian Bazley · 15 years ago
  56. d9aacbf offset calculation was broken by Stefan Bodewig · 15 years ago
  57. 29f1d08 make closeArchiveEntry a NOP if called repeatedly. This makes ArTestCase fail for all platforms consistently 8-) by Stefan Bodewig · 15 years ago
  58. e0b8b94 whitespace by Stefan Bodewig · 15 years ago
  59. d174bd3 Unused imports by Sebastian Bazley · 15 years ago
  60. 57a63ea Add some tests with a single file archive by Sebastian Bazley · 15 years ago
  61. 489f6f5 Add createSingleEntryArchive() method for ChangeSet testing by Sebastian Bazley · 15 years ago
  62. 34780ab Check can add a file to an empty archive by Sebastian Bazley · 15 years ago
  63. 88a29e1 Set up archiveList for emptyArchive by Sebastian Bazley · 15 years ago
  64. eaa3fc0 Check that empty archives created by the code can be read back by Sebastian Bazley · 15 years ago
  65. 8e636e5 Improve tidyup error message by Sebastian Bazley · 15 years ago
  66. fa526cb Empty Zip files start with End of Central directory by Sebastian Bazley · 15 years ago
  67. 5f4af52 Use archiveList for keeping track of archive contents by Sebastian Bazley · 15 years ago
  68. dc14c46 Create list of files in archive by Sebastian Bazley · 15 years ago
  69. d12bdbd Document match() problem by Sebastian Bazley · 15 years ago
  70. fc31e9d Revert r759631 - can't close input stream here as it is the ArchiveStream by Sebastian Bazley · 15 years ago
  71. 41afc6c Detect when target buffer has been closed by Sebastian Bazley · 15 years ago
  72. 4f827af Cache the ArchiveStreamFactory by Sebastian Bazley · 15 years ago
  73. 159637d Provide close method for stream by Sebastian Bazley · 15 years ago
  74. 15ce51c Actually close the streams as promised by the Javadoc by Sebastian Bazley · 15 years ago
  75. b7a9d16 Close input file once done by Sebastian Bazley · 15 years ago
  76. 154355d Javadoc by Sebastian Bazley · 15 years ago
  77. 1736719 Mode will be zero for trailers in old format cpio archives too. by Sebastian Bazley · 15 years ago
  78. 27f87f0 Oops - binary check needs to mask bytes, and need to check the correct byte! by Sebastian Bazley · 15 years ago
  79. 56b47fc Update match() by Sebastian Bazley · 15 years ago
  80. 470e63a Correct Javadoc Detect error earlier by Sebastian Bazley · 15 years ago
  81. 6140bf0 Move header and trailer strings to ArArchiveEntry constants by Sebastian Bazley · 15 years ago
  82. 50710f4 Check that archive entries copy the correct number of bytes by Sebastian Bazley · 15 years ago
  83. 3503121 Return count of bytes copied by Sebastian Bazley · 15 years ago
  84. fd648e2 Document "magic" number by Sebastian Bazley · 15 years ago
  85. 24a892b some more in depth documentation by Stefan Bodewig · 15 years ago
  86. 5d3f513 Javadoc by Sebastian Bazley · 15 years ago
  87. f1d63a6 DOcument and simplify by Sebastian Bazley · 15 years ago
  88. 398f3eb Not needed, as it duplicates the code in InputStream by Sebastian Bazley · 15 years ago
  89. 31c4fc5 Not thread-safe by Sebastian Bazley · 15 years ago
  90. d6f3633 Oops, did not mean to commit that change to the file by Sebastian Bazley · 15 years ago
  91. 99870ef Not thread-safe by Sebastian Bazley · 15 years ago
  92. 44dbd93 These classes are immutable, i.e. thread-safe by Sebastian Bazley · 15 years ago
  93. d39cf81 No need to be public class by Sebastian Bazley · 15 years ago
  94. 3adb02a Fix malicious code / thread-safety bug by Sebastian Bazley · 15 years ago
  95. b421b96 Class was not thread-safe: by Sebastian Bazley · 15 years ago
  96. a91e7c7 Javadoc - thread safety by Sebastian Bazley · 15 years ago
  97. c3a8a1c tracked down the problem of https://issues.apache.org/jira/browse/COMPRESS-11 by Torsten Curdt · 15 years ago
  98. f17ce4b Make entry "constants" final by Sebastian Bazley · 15 years ago
  99. 09fbdbd Caller must already have set the entry format by Sebastian Bazley · 15 years ago
  100. e574f33 Recursive delete of temporary directories by Sebastian Bazley · 15 years ago