1. e80b954 added replace feature for Add-Changes by Christian Grobmeier · 15 years ago
  2. 835cc03 added javadocs by Christian Grobmeier · 15 years ago
  3. 72cc142 added test which reads the entries from a nested archive by Christian Grobmeier · 15 years ago
  4. 08c0502 added test which reads the entries from a nested archive by Christian Grobmeier · 15 years ago
  5. a1e5831 added license header by Christian Grobmeier · 15 years ago
  6. 19360c3 Additions from ChangeSets replace entry which are allready in the stream. Test to do by Christian Grobmeier · 15 years ago
  7. a438bdb Added ChangeSetResults which reports what actually has happened while performing the changeset. Added Test. by Christian Grobmeier · 15 years ago
  8. 0139902 prevent adding an ArchiveEntry with same name twice to an ChangeSet by Christian Grobmeier · 15 years ago
  9. 28c23fb added equals / hashCode based on the name property by Christian Grobmeier · 15 years ago
  10. 1a6cf43 added test: delete file and add another file under the same name. by Christian Grobmeier · 15 years ago
  11. 39fff76 made it possible to clean up resources manually by Christian Grobmeier · 15 years ago
  12. 631c1dd Fix bug: deleteDir should not delete file with matching name by Sebastian Bazley · 15 years ago
  13. 4e9b504 Additional test cases by Sebastian Bazley · 15 years ago
  14. e740b86 Extra test case by Sebastian Bazley · 15 years ago
  15. c387c44 Should only delete directories if type = DELETE_DIRECTORY by Sebastian Bazley · 15 years ago
  16. 8619fdc Javadoc by Sebastian Bazley · 15 years ago
  17. d79270d Javadoc by Sebastian Bazley · 15 years ago
  18. 4d75bd5 Move mutable rNums array into separate utility class by Sebastian Bazley · 15 years ago
  19. 325f002 Document why default charset usage is OK by Sebastian Bazley · 15 years ago
  20. 479a349 Missing/misplaced TODOs for default charset by Sebastian Bazley · 15 years ago
  21. eca71f5 Javadoc correction. Align table entries by Sebastian Bazley · 15 years ago
  22. 673fd9b document default encoding in ASi extra field by Stefan Bodewig · 15 years ago
  23. b99befd Remove TODO, see constructor's Javadoc by Stefan Bodewig · 15 years ago
  24. df7f45f Constants should be uppercase by Sebastian Bazley · 15 years ago
  25. 177483e Remove unused code by Sebastian Bazley · 15 years ago
  26. 865686a COMPRESS-63 - replace dependency on default charset with ASCII where appropriate; by Sebastian Bazley · 15 years ago
  27. 7155281 Typo by Sebastian Bazley · 15 years ago
  28. b7bcdc2 Fix Javadoc markup by Sebastian Bazley · 15 years ago
  29. 70ce471 Fix Javadoc complaint by Sebastian Bazley · 15 years ago
  30. 5dd3a97 Typo by Sebastian Bazley · 15 years ago
  31. 8b2cfc2 Additional String <=> Byte array Ascii conversion methods + basic tests by Sebastian Bazley · 15 years ago
  32. 2f08020 Add svn:eol-style=native by Sebastian Bazley · 15 years ago
  33. 8d0334f Javadoc fixes by Sebastian Bazley · 15 years ago
  34. 4638b0c reduced method visibility to package by Christian Grobmeier · 15 years ago
  35. 4423573 added examples to javadoc by Christian Grobmeier · 15 years ago
  36. 0ef0fc4 added examples to javadoc by Christian Grobmeier · 15 years ago
  37. c75d2d3 added javadocs. Moved CompressorException out of try/catch to avoid catching the newly thrown exception by Christian Grobmeier · 15 years ago
  38. 61ba3d9 added javadocs, removed constructor without parameters from CompressorException by Christian Grobmeier · 15 years ago
  39. 14c1830 organized imports by Christian Grobmeier · 15 years ago
  40. c04eecc COMPRESS-69: corrected class level java doc by Christian Grobmeier · 15 years ago
  41. 7314c60 COMPRESS-69: corrected class level java doc by Christian Grobmeier · 15 years ago
  42. c547b85 COMPRESS-69: reenabled testcase by Christian Grobmeier · 15 years ago
  43. cf64557 COMPRESS-69: Applied patch from Uwe Schindler. Writing magic BZ is now done by the stream again. by Christian Grobmeier · 15 years ago
  44. 3126e37 COMPRESS-69: Docs state BZ should be skipped by caller, but the Stream checks for it. Removed wrong docs. by Christian Grobmeier · 15 years ago
  45. f2674c4 improved testcase for COMPRESS-69: currently commented out since it doesn't work as expected by Christian Grobmeier · 15 years ago
  46. 603116e added deleteDir method to ChangeSet to avoid confusion with delete for files by Christian Grobmeier · 15 years ago
  47. 183688e removed unnecessary methods from the old drafts by Christian Grobmeier · 15 years ago
  48. b69329d fixed inline docs by Christian Grobmeier · 15 years ago
  49. c9affe0 added myself :-) by Christian Grobmeier · 15 years ago
  50. 9b0e917 removed copyEntryContents since it mixes up reading and writing by Christian Grobmeier · 15 years ago
  51. 4bce1fb COMPRESS-56: enabled counting read bytes in InputStreams and added this information to exceptions, where it seems to fit. by Christian Grobmeier · 15 years ago
  52. 6c1ce16 fixed xml hierachy by Christian Grobmeier · 15 years ago
  53. 818b9a1 removed nightly build link - its outdated by Christian Grobmeier · 15 years ago
  54. 34bcc4f added conventions page by Christian Grobmeier · 15 years ago
  55. 5dade73 corrected threading javadoc tags by Christian Grobmeier · 15 years ago
  56. 3bf9f75 added checkout location by Christian Grobmeier · 15 years ago
  57. 40e0109 COMPRESS-60: extracted ChangeSetPerformer class for more thread safety. by Christian Grobmeier · 15 years ago
  58. 63aa078 perform works on a copy of the actual changeset. This enables multiple uses of the same changset on different streams by Christian Grobmeier · 15 years ago
  59. 04c4921 removed debug flag and console outputs by Christian Grobmeier · 15 years ago
  60. 795dfc3 replaced deprecated method calls by Christian Grobmeier · 15 years ago
  61. dfc7eec reenabled test by Christian Grobmeier · 15 years ago
  62. 2abbc8f added some javadocs by Christian Grobmeier · 15 years ago
  63. 669c7a5 changed visiblity to package. Only ChangeSet methods use Change by Christian Grobmeier · 15 years ago
  64. fdead64 cleaned commented out code by Christian Grobmeier · 15 years ago
  65. c006941 Unused imports by Sebastian Bazley · 15 years ago
  66. 69509ee cleaned up: no need for returning the Set. No need for making a synchronized Set at the moment by Christian Grobmeier · 15 years ago
  67. 272aafd added more ar entry details by Christian Grobmeier · 15 years ago
  68. 9e98de9 Make ChangeSet work for empty initial archives by Stefan Bodewig · 15 years ago
  69. cbdc8bf COMPRESS-68 Filename suffix mappings for compression formats by Sebastian Bazley · 15 years ago
  70. 16b557d Tar autodetect now works for existing test files by Sebastian Bazley · 15 years ago
  71. 8118f82 Split magic into magic and version by Sebastian Bazley · 15 years ago
  72. 9567f87 Add some utility methods and tests by Sebastian Bazley · 15 years ago
  73. 3a75bfd Give Tar more data to work with when autodetecting by Sebastian Bazley · 15 years ago
  74. 1d55670 Rename TarUtils.getXXX methods as formatXXX by Sebastian Bazley · 15 years ago
  75. 048db3b Unused import by Sebastian Bazley · 15 years ago
  76. 24f9c9b Update Javadoc Rationalise MAGIC names by Sebastian Bazley · 15 years ago
  77. 93fe95d Add myself as developer by Sebastian Bazley · 15 years ago
  78. 7e4a034 Initial ArchiveUtils implementation by Sebastian Bazley · 15 years ago
  79. 12e9753 Compare filesize as well as filename by Sebastian Bazley · 15 years ago
  80. 7a011db Allow comparison string to be overriden when processing archive content by Sebastian Bazley · 15 years ago
  81. eeb30fc Dropping me from the list of compress developers now that there are others there by Henri Yandell · 15 years ago
  82. 20ea709 Fix up some missing mime types by Sebastian Bazley · 15 years ago
  83. dfb0333 Some shiny new ar files by Sebastian Bazley · 15 years ago
  84. 7ef9107 SVR4/GNU adds trailing / to filename entries. Go figure. by Sebastian Bazley · 15 years ago
  85. b79bd08 Oops - forgot no-args constructor by Sebastian Bazley · 15 years ago
  86. c89d5d3 Two more test archives by Sebastian Bazley · 15 years ago
  87. 346ee42 Move Archive read tests to separate class so can use suites to name the tests by Sebastian Bazley · 15 years ago
  88. a1e11b3 Allow subclasses to use suites by Sebastian Bazley · 15 years ago
  89. 180789a Enable checking of resources/archives folder by Sebastian Bazley · 15 years ago
  90. 00779b3 Add some test data files - cpio and tar by Sebastian Bazley · 15 years ago
  91. 26387a1 Handle tar files specially since match() does not work. by Sebastian Bazley · 15 years ago
  92. 91401bf Javadoc and test corrections by Sebastian Bazley · 15 years ago
  93. 161511f Some test cases for TarUtils by Sebastian Bazley · 15 years ago
  94. 11349c5 Extract generic octal formatting method to simplify code and eliminate array copies by Sebastian Bazley · 15 years ago
  95. 26d12c5 Reject illegal sizes by Sebastian Bazley · 15 years ago
  96. b4e2915 Ensure name length is correct even if one char != one byte by Sebastian Bazley · 15 years ago
  97. ae3c158 Attempt at Javadoc - needs refining... by Sebastian Bazley · 15 years ago
  98. 2de1b50 Only set size if File#isFile() is true by Sebastian Bazley · 15 years ago
  99. 888f7e2 Changed filename in single file archive, so need to update test cases by Sebastian Bazley · 15 years ago
  100. 7df097f Allow for unknown size by Sebastian Bazley · 15 years ago