1. 30e1cc8 provide more information if an entry cannot be read/written. OCMPRESS-98 by Stefan Bodewig · 15 years ago
  2. b6814d4 extract common code by Stefan Bodewig · 15 years ago
  3. ade9379 return Zipentries in predictable order. COMPRESS-99 by Stefan Bodewig · 15 years ago
  4. c9fe47f Re-generate the download pages using the new commons-build-plugin .12 (via commons-parent version 13) by Niall Pemberton · 15 years ago
  5. 99e384a Upgrade to version 13 of commons-parent by Niall Pemberton · 15 years ago
  6. 292e185 make archive/compressor name constants public. by Stefan Bodewig · 15 years ago
  7. 49bf626 Use Eclipse version of comment by Sebastian Bazley · 15 years ago
  8. d67b1c3 Unused import and data by Sebastian Bazley · 15 years ago
  9. bd7d575 Javadoc syntax by Sebastian Bazley · 15 years ago
  10. a740ea6 Overriden method is synchronized by Sebastian Bazley · 15 years ago
  11. 145d876 Javadoc; unused import by Sebastian Bazley · 15 years ago
  12. fd2c260 Unused variables by Sebastian Bazley · 15 years ago
  13. c640fab Tab police by Sebastian Bazley · 15 years ago
  14. c37c629 Tab police tidy code slightly by Sebastian Bazley · 15 years ago
  15. 8b3e64b was closing the wrong stream by Stefan Bodewig · 15 years ago
  16. 98e8e5a testcase for COMPRESS-84 by Stefan Bodewig · 15 years ago
  17. 23e7ed8 ensure streams get closed by Stefan Bodewig · 15 years ago
  18. 7cc558b whitespace by Stefan Bodewig · 15 years ago
  19. e0692ec canRead => canReadEntryData as discussed on the list by Stefan Bodewig · 15 years ago
  20. 734e6f7 if it's not a ZipArchiveEntry then the stream can't read/write it by Stefan Bodewig · 15 years ago
  21. 9e94237 typo by Stefan Bodewig · 15 years ago
  22. a33505b move canRead/canWrite up. Remove isSupportedCompressionMethod. COMPRESS-93 by Stefan Bodewig · 15 years ago
  23. e0ffbc1 document fix for COMPRESS-89 which was based on a contribution by Antoni Mylka by Stefan Bodewig · 15 years ago
  24. c7e51ed detect encrypted entries and say that you can't read/write them. COMPRESS-89 by Stefan Bodewig · 15 years ago
  25. b7bd6e4 add encryption related flags. COMPRESS-89 by Stefan Bodewig · 15 years ago
  26. 4d68dda extract general purpose bit logic by Stefan Bodewig · 15 years ago
  27. 2b20993 EFS in APPNOTE.TXT stands for 'Early Feature Specification' so our usage of it as 'use the general purpose field to signal UTF8' is wrong. by Stefan Bodewig · 15 years ago
  28. 231f1df Update count properly in CpioArchiveOutputStream, get rid of CountingStream by Stefan Bodewig · 15 years ago
  29. b0d75e6 forgot to fix javadocs by Stefan Bodewig · 15 years ago
  30. 58568f4 confusing argument name by Stefan Bodewig · 15 years ago
  31. a1015f3 properly count bytes read. COMPRESS-74 by Stefan Bodewig · 15 years ago
  32. 2dca661 use long to count bytes or we get trouble with archives > 2GB by Stefan Bodewig · 15 years ago
  33. 6179d0e now that the copy method is there ... by Stefan Bodewig · 15 years ago
  34. 315b947 document fix for COMPRESS-85 by Stefan Bodewig · 15 years ago
  35. 57cb8c8 allow format to be specified with convenience constructors by Stefan Bodewig · 15 years ago
  36. bed564b equalsIgnoreCase does not depend on the current Locale. My bad. Revert unnecessary part of earlier changes. by Stefan Bodewig · 15 years ago
  37. b11dca2 make block size configurable, auto-generate unique values for inode and dev, provide a reasonable default for mode. COMPRESS-85 by Stefan Bodewig · 15 years ago
  38. 1468424 it looks as if CPIO was writing files in blocks with 512 being the default blocksize. COMPRESS-85 by Stefan Bodewig · 15 years ago
  39. 3c5ab4f whitespace by Stefan Bodewig · 15 years ago
  40. 91695e4 Allow extra fields to violate the recommended structure. COMPRESS-73 by Stefan Bodewig · 15 years ago
  41. bebc6ed allow different strategies when parsing extra fields. COMPRESS-73 by Stefan Bodewig · 15 years ago
  42. ae0f984 make String comparisions locale-insensitive by Stefan Bodewig · 15 years ago
  43. 10a8ddf a bit too much copy-paste by Stefan Bodewig · 15 years ago
  44. a9af6c0 recommend buffering. COMPRESS-82 by Stefan Bodewig · 15 years ago
  45. 2e3acfa added support for compressor detection by Torsten Curdt · 15 years ago
  46. 124f97c improve error message for unparseable extra data. COMPRESS-73 by Stefan Bodewig · 15 years ago
  47. 25b5956 Add more information to the exception if extra fields can not be parsed. COMPRESS-75 by Stefan Bodewig · 15 years ago
  48. 5b3d609 simple command line application used to diagnose COMPRESS-90 by Stefan Bodewig · 15 years ago
  49. cc84bf4 document the format supported by tar. COMPRESS-17. by Stefan Bodewig · 15 years ago
  50. d673674 compress does tar as well by Stefan Bodewig · 15 years ago
  51. e7517b8 Applied COMPRESS-95 from Joerg Bellmann: Improve ExceptionMessages in ArchiveStreamFactory by Christian Grobmeier · 15 years ago
  52. 7be9796 complete equals implementation. COMPRESS-94 by Stefan Bodewig · 15 years ago
  53. 5066e9a ZipArchiveEntry#equals is broken if the String-arg constructor is used. COMPRESS-94 - submitted by Anon Devs by Stefan Bodewig · 15 years ago
  54. 41aa509 COMPRESS-93: Support for alternative ZIP compression methods by Jukka Zitting · 15 years ago
  55. b6886eb COMPRESS-93: Support for alternative ZIP compression methods by Jukka Zitting · 15 years ago
  56. 90991bd compress: Ignore hidden files by Jukka Zitting · 15 years ago
  57. 7b125a3 COMPRESS-93: Support for alternative ZIP compression methods by Jukka Zitting · 15 years ago
  58. dc3fc47 make ZipArchiveInputStream deal better with truncated archives. Submitted by Antoni Mylka. COMPRESS-87 by Stefan Bodewig · 15 years ago
  59. c520d00 Update to commons-parent-12 by Niall Pemberton · 15 years ago
  60. 7bb5d88 properly indicate "oldgnu" mode for long file name entries in tar. COMPRESS-86 by Stefan Bodewig · 15 years ago
  61. 3e2ddad The tar Ant task has a usecase where absolute paths inside archives are required - allow creation of such entries by Stefan Bodewig · 15 years ago
  62. 4efda70 ar stores permissions as octal numbers, output stream does write them correctly, input stream was reading them as decimal by Stefan Bodewig · 15 years ago
  63. 7be8ef6 document today's changes by Stefan Bodewig · 15 years ago
  64. 381d4a6 delegate all read/write methods in gzip streams. COMPRESS-83 by Stefan Bodewig · 15 years ago
  65. e1640e5 check name/directory/size and lastModified read from cpio is consistent with what we write by Stefan Bodewig · 15 years ago
  66. cf76a53 check name/size and lastModified read from ar is consistent with what we write by Stefan Bodewig · 15 years ago
  67. f382ea5 check name/directory/size and lastModified read from tar is consistent with what we write by Stefan Bodewig · 15 years ago
  68. a180778 check name/directory/size and lastModified read from zip is consistent with what we write by Stefan Bodewig · 15 years ago
  69. cc3d418 now ar and cpio really use seconds internally and read/write them as such. by Stefan Bodewig · 15 years ago
  70. 06fbac9 whitespace by Stefan Bodewig · 15 years ago
  71. 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
  72. 47b706e Add a BZip2Utils class matching GZipUtils. Submitted by Jukka Zitting. COMPRESS-78 by Stefan Bodewig · 15 years ago
  73. 423483e there is a release by Stefan Bodewig · 15 years ago
  74. 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
  75. dcd81ec Insert announce date and uncomment by Sebastian Bazley · 15 years ago
  76. 01917aa Fix DOAP version tags by Sebastian Bazley · 15 years ago
  77. 730bd50 removed old download page by Christian Grobmeier · 15 years ago
  78. 1af94af changed html to cgi by Christian Grobmeier · 15 years ago
  79. 8eefe7d [maven-release-plugin] prepare for next development iteration by Christian Grobmeier · 15 years ago
  80. 5e89284 [maven-release-plugin] prepare release commons-compress-1.0 by Christian Grobmeier · 15 years ago
  81. 61bf591 reverted due to mvn error (delete tag necessary according to wiki) by Christian Grobmeier · 15 years ago
  82. 471620e reverted due to mvn error (delete tag necessary according to wiki) by Christian Grobmeier · 15 years ago
  83. 082cc41 [maven-release-plugin] prepare release commons-compress-1.0 by Christian Grobmeier · 15 years ago
  84. 9d87dbb Adding SVN eol-style native from CRLF system by Sebastian Bazley · 15 years ago
  85. f6d184d Adding SVN eol-style native from CRLF system by Sebastian Bazley · 15 years ago
  86. afd5a21 Minor tweak to phrasing. by Sebastian Bazley · 15 years ago
  87. 4f13cd2 changed release numbers for the next rc creation by Christian Grobmeier · 15 years ago
  88. b09225f added AL header by Christian Grobmeier · 15 years ago
  89. f5cfb48 added java version removed wrong status indicators by Christian Grobmeier · 15 years ago
  90. ce5ad99 use download_compress.xml instead of downloads.xml as the downloadpage by Christian Grobmeier · 15 years ago
  91. fc4fe58 Fix Javadoc plugin configuration so it creates a manifest by Sebastian Bazley · 15 years ago
  92. 0fc47a9 Add default implementation and spec entries to source jar by Sebastian Bazley · 15 years ago
  93. 307bf54 Fix test case to work even if test file has unexpected line endings by Sebastian Bazley · 15 years ago
  94. 7c10e83 [maven-release-plugin] prepare for next development iteration by Christian Grobmeier · 15 years ago
  95. b4f8b10 [maven-release-plugin] prepare release commons-compress-1.0 by Christian Grobmeier · 15 years ago
  96. 2f652b7 generated download page by Christian Grobmeier · 15 years ago
  97. 35ac05e inital release by Christian Grobmeier · 15 years ago
  98. 3bb9282 COMPRESS-71: corrected use of parameter. Patch applied from Eric Chatellier. by Christian Grobmeier · 15 years ago
  99. 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
  100. 13b90ae Check for closing non-existent entry by Sebastian Bazley · 15 years ago