1. 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
  2. 47b706e Add a BZip2Utils class matching GZipUtils. Submitted by Jukka Zitting. COMPRESS-78 by Stefan Bodewig · 15 years ago
  3. 423483e there is a release by Stefan Bodewig · 15 years ago
  4. 2318ba3 clear block after write to avoid garbage in the final block if it isn't full. COMPRESS-81. Merge from Ant. by Stefan Bodewig · 15 years ago
  5. dcd81ec Insert announce date and uncomment by Sebastian Bazley · 15 years ago
  6. 01917aa Fix DOAP version tags by Sebastian Bazley · 15 years ago
  7. 730bd50 removed old download page by Christian Grobmeier · 15 years ago
  8. 1af94af changed html to cgi by Christian Grobmeier · 15 years ago
  9. 8eefe7d [maven-release-plugin] prepare for next development iteration by Christian Grobmeier · 15 years ago
  10. 5e89284 [maven-release-plugin] prepare release commons-compress-1.0 by Christian Grobmeier · 15 years ago
  11. 61bf591 reverted due to mvn error (delete tag necessary according to wiki) by Christian Grobmeier · 15 years ago
  12. 471620e reverted due to mvn error (delete tag necessary according to wiki) by Christian Grobmeier · 15 years ago
  13. 082cc41 [maven-release-plugin] prepare release commons-compress-1.0 by Christian Grobmeier · 15 years ago
  14. 9d87dbb Adding SVN eol-style native from CRLF system by Sebastian Bazley · 15 years ago
  15. f6d184d Adding SVN eol-style native from CRLF system by Sebastian Bazley · 15 years ago
  16. afd5a21 Minor tweak to phrasing. by Sebastian Bazley · 15 years ago
  17. 4f13cd2 changed release numbers for the next rc creation by Christian Grobmeier · 15 years ago
  18. b09225f added AL header by Christian Grobmeier · 15 years ago
  19. f5cfb48 added java version removed wrong status indicators by Christian Grobmeier · 15 years ago
  20. ce5ad99 use download_compress.xml instead of downloads.xml as the downloadpage by Christian Grobmeier · 15 years ago
  21. fc4fe58 Fix Javadoc plugin configuration so it creates a manifest by Sebastian Bazley · 15 years ago
  22. 0fc47a9 Add default implementation and spec entries to source jar by Sebastian Bazley · 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. 7c10e83 [maven-release-plugin] prepare for next development iteration by Christian Grobmeier · 15 years ago
  25. b4f8b10 [maven-release-plugin] prepare release commons-compress-1.0 by Christian Grobmeier · 15 years ago
  26. 2f652b7 generated download page by Christian Grobmeier · 15 years ago
  27. 35ac05e inital release by Christian Grobmeier · 15 years ago
  28. 3bb9282 COMPRESS-71: corrected use of parameter. Patch applied from Eric Chatellier. by Christian Grobmeier · 15 years ago
  29. f84dd36 Only use the zip-extra-field if configured to do so and the entry didn't set the EFS flag - COMPRESS-70 by Stefan Bodewig · 15 years ago
  30. 13b90ae Check for closing non-existent entry by Sebastian Bazley · 15 years ago
  31. 6a6d62d Check for closing non-existent entry by Sebastian Bazley · 15 years ago
  32. c304a63 Sequence checking found bug in testcase - wrong archive stream was being used. by Sebastian Bazley · 15 years ago
  33. 38118ec Avoid NPE if closeArchiveEntry called with no active entry by Sebastian Bazley · 15 years ago
  34. 9b7db4e Need to ensure that data is written to the file as some archives check this - take 2 by Sebastian Bazley · 15 years ago
  35. 020bafa Need to ensure that data is written to the file as some archives check this by Sebastian Bazley · 15 years ago
  36. d17c68d Add some more sequence tests - current causes test failures by Sebastian Bazley · 15 years ago
  37. eebf2db Typo by Sebastian Bazley · 15 years ago
  38. a45e9cb only write and close is allowed after the call of finish by Christian Grobmeier · 15 years ago
  39. 285ee87 added comments by Christian Grobmeier · 15 years ago
  40. 545bfa8 call of finish() is optional calling finish() twice causes an exception by Christian Grobmeier · 15 years ago
  41. 7fce030 fixed codeflow by Christian Grobmeier · 15 years ago
  42. bcebf92 refined Exception catching by Christian Grobmeier · 15 years ago
  43. 1872885 Prevent instantiation of utility classes by Sebastian Bazley · 15 years ago
  44. 710b3ba Fields might as well be final by Sebastian Bazley · 15 years ago
  45. d6efcee Close file so work directory can be deleted by Sebastian Bazley · 15 years ago
  46. 7ae0eec Remove or document unused fields by Sebastian Bazley · 15 years ago
  47. 5ed6fa4 Protect against possible NPE by Sebastian Bazley · 15 years ago
  48. ab26943 added byte counter by Christian Grobmeier · 15 years ago
  49. 68e7436 added field comment by Christian Grobmeier · 15 years ago
  50. e2f8a9b fixed code flow by Christian Grobmeier · 15 years ago
  51. c9a47d0 improved docs by Christian Grobmeier · 15 years ago
  52. 7c44127 fixed codeflow by Christian Grobmeier · 15 years ago
  53. 4c9360e COMPRESS-63: fields are stored in ASCII by Christian Grobmeier · 15 years ago
  54. c69371b COMPRESS-63: fields are stored in ASCII added javadoc by Christian Grobmeier · 15 years ago
  55. 1c3003b COMPRESS-63: entry name is stored in ASCII by Christian Grobmeier · 15 years ago
  56. ce5fdc1 added javadocs by Christian Grobmeier · 15 years ago
  57. 7989269 added asl by Christian Grobmeier · 15 years ago
  58. 6273f3a COMPRESS-64: finish() does not close archive entries by default any longer by Christian Grobmeier · 15 years ago
  59. d170f34 COMPRESS-64: finish() does not close archive entries by default any longer by Christian Grobmeier · 15 years ago
  60. ddbd61f moved one up due one test depends on the folder contents by Christian Grobmeier · 15 years ago
  61. f5bb49c moved one up due one test depends on the folder contents by Christian Grobmeier · 15 years ago
  62. 6dfdfb5 COMPRESS-64: added finish() as abstract method and implemented it empty for Ar-Archiver. Added Javadocs by Christian Grobmeier · 15 years ago
  63. 3608991 added javadocs counts read bytes by Christian Grobmeier · 15 years ago
  64. a6537fc added byte counter by Christian Grobmeier · 15 years ago
  65. fc543bf improved javadocs by Christian Grobmeier · 15 years ago
  66. e80b954 added replace feature for Add-Changes by Christian Grobmeier · 15 years ago
  67. 835cc03 added javadocs by Christian Grobmeier · 15 years ago
  68. 72cc142 added test which reads the entries from a nested archive by Christian Grobmeier · 15 years ago
  69. 08c0502 added test which reads the entries from a nested archive by Christian Grobmeier · 15 years ago
  70. a1e5831 added license header by Christian Grobmeier · 15 years ago
  71. 19360c3 Additions from ChangeSets replace entry which are allready in the stream. Test to do by Christian Grobmeier · 15 years ago
  72. a438bdb Added ChangeSetResults which reports what actually has happened while performing the changeset. Added Test. by Christian Grobmeier · 15 years ago
  73. 0139902 prevent adding an ArchiveEntry with same name twice to an ChangeSet by Christian Grobmeier · 15 years ago
  74. 28c23fb added equals / hashCode based on the name property by Christian Grobmeier · 15 years ago
  75. 1a6cf43 added test: delete file and add another file under the same name. by Christian Grobmeier · 15 years ago
  76. 39fff76 made it possible to clean up resources manually by Christian Grobmeier · 15 years ago
  77. 631c1dd Fix bug: deleteDir should not delete file with matching name by Sebastian Bazley · 15 years ago
  78. 4e9b504 Additional test cases by Sebastian Bazley · 15 years ago
  79. e740b86 Extra test case by Sebastian Bazley · 15 years ago
  80. c387c44 Should only delete directories if type = DELETE_DIRECTORY by Sebastian Bazley · 15 years ago
  81. 8619fdc Javadoc by Sebastian Bazley · 15 years ago
  82. d79270d Javadoc by Sebastian Bazley · 15 years ago
  83. 4d75bd5 Move mutable rNums array into separate utility class by Sebastian Bazley · 15 years ago
  84. 325f002 Document why default charset usage is OK by Sebastian Bazley · 15 years ago
  85. 479a349 Missing/misplaced TODOs for default charset by Sebastian Bazley · 15 years ago
  86. eca71f5 Javadoc correction. Align table entries by Sebastian Bazley · 15 years ago
  87. 673fd9b document default encoding in ASi extra field by Stefan Bodewig · 15 years ago
  88. b99befd Remove TODO, see constructor's Javadoc by Stefan Bodewig · 15 years ago
  89. df7f45f Constants should be uppercase by Sebastian Bazley · 15 years ago
  90. 177483e Remove unused code by Sebastian Bazley · 15 years ago
  91. 865686a COMPRESS-63 - replace dependency on default charset with ASCII where appropriate; by Sebastian Bazley · 15 years ago
  92. 7155281 Typo by Sebastian Bazley · 15 years ago
  93. b7bcdc2 Fix Javadoc markup by Sebastian Bazley · 15 years ago
  94. 70ce471 Fix Javadoc complaint by Sebastian Bazley · 15 years ago
  95. 5dd3a97 Typo by Sebastian Bazley · 15 years ago
  96. 8b2cfc2 Additional String <=> Byte array Ascii conversion methods + basic tests by Sebastian Bazley · 15 years ago
  97. 2f08020 Add svn:eol-style=native by Sebastian Bazley · 15 years ago
  98. 8d0334f Javadoc fixes by Sebastian Bazley · 15 years ago
  99. 4638b0c reduced method visibility to package by Christian Grobmeier · 15 years ago
  100. 4423573 added examples to javadoc by Christian Grobmeier · 15 years ago