1. 35e4e4f COMPRESS-113: TarArchiveEntry.parseTarHeader() includes the trailing space/NUL when parsing the octal size by Sebastian Bazley · 14 years ago
  2. d7398f4 Must have trailing space/NUL by Sebastian Bazley · 14 years ago
  3. 78e0f2c Another fix by Sebastian Bazley · 14 years ago
  4. 4ca9982 Fixup tests - should only allow at most 11 octal digits in 12-byte buffer by Sebastian Bazley · 14 years ago
  5. 578880e Javadoc fix by Sebastian Bazley · 14 years ago
  6. 23dd809 Tell Javadoc what @Immutable, @[Not]ThreadSafe mean by Sebastian Bazley · 14 years ago
  7. 86b099f Add tag for 1.0 release so it shows up in SVN history view by Sebastian Bazley · 14 years ago
  8. dfc6638 COMPRESS-108: add initial implementation of command-line interface to list archive contents by Sebastian Bazley · 14 years ago
  9. 606bd73 Make groupId explicit, rather than inheriting from parent. by Sebastian Bazley · 14 years ago
  10. 948e342 Oops - use the correct case for the test file name... by Sebastian Bazley · 14 years ago
  11. 050db3d COMPRESS-118: TarUtils.parseName does not properly handle characters outside the range 0-127 by Sebastian Bazley · 14 years ago
  12. 2d858d5 COMPRESS-114 Fix name round-trip problem by Sebastian Bazley · 14 years ago
  13. 2419bb5 Javadoc by Sebastian Bazley · 14 years ago
  14. c83d9f7 COMPRESS-112 ArArchiveInputStream does not handle GNU extended filename records (//) by Sebastian Bazley · 14 years ago
  15. f618fa2 New utility method toAsciiString(final byte[] inputBytes, int offset, int length) by Sebastian Bazley · 14 years ago
  16. 1cc4e84 We can now handle pax archives by Sebastian Bazley · 14 years ago
  17. 29b210f Add cpio version of test by Sebastian Bazley · 14 years ago
  18. 0bc6bec Add zip and jar versions of longpath tests. Also acts as auto-detect test case by Sebastian Bazley · 14 years ago
  19. 7ddaec1 Oops - name is not picked up by Surefire by Sebastian Bazley · 14 years ago
  20. 8006d31 Javadoc tidyup by Sebastian Bazley · 14 years ago
  21. 27dea24 Trailing spaces by Sebastian Bazley · 14 years ago
  22. 6209f81 @since markers Javadoc updates by Sebastian Bazley · 14 years ago
  23. 23bfa66 Update changes list by Sebastian Bazley · 14 years ago
  24. cb893e8 Add some tar long name archive tests by Sebastian Bazley · 14 years ago
  25. 45fa6e0 COMPRESS-109 - Tar implementation does not support Pax headers by Sebastian Bazley · 14 years ago
  26. 1e4034b COMPRESS-107 - recognise Ant tar files by Sebastian Bazley · 14 years ago
  27. 5b85bf1 Allow linkName to be updated (needed for Pax headers) by Sebastian Bazley · 14 years ago
  28. 5b25f6c SunOS tar -E does not add / to directory names, so fix up to be consistent by Sebastian Bazley · 14 years ago
  29. 05b6eb1 Fix Pax header checks by Sebastian Bazley · 14 years ago
  30. 8fcd06e COMPRESS-110 Support "ustar" prefix field Document change by Sebastian Bazley · 14 years ago
  31. 33cd35e COMPRESS-110 Support "ustar" prefix field by Sebastian Bazley · 14 years ago
  32. 1bf8e32 Handle archives containing directories Report actual missing entry by Sebastian Bazley · 14 years ago
  33. 14429ec Temporary hack to fix up LF-only EOLs on Windows by Sebastian Bazley · 14 years ago
  34. 1b333b7 Eol-style fix by Sebastian Bazley · 14 years ago
  35. 58c4dad Remove reference to removal of method that was never released by Sebastian Bazley · 14 years ago
  36. 69f6d06 Recent changes by Sebastian Bazley · 14 years ago
  37. 6732f90 remove useless equals method from ZipFile.OFFSET_COMPARATOR. COMPRESS-106 by Stefan Bodewig · 14 years ago
  38. b29bcb9 Generate custom Mailing List pages for components (using "mvn commons:mail-page") by Niall Pemberton · 14 years ago
  39. a48dd01 Upgrade to commons-parent version 15 by Niall Pemberton · 14 years ago
  40. 1da1cb5 whitespace by Stefan Bodewig · 14 years ago
  41. 9b4b477 document relation between zip entry's name and whether it is assumed to be a directory. COMPRESS-105 by Stefan Bodewig · 14 years ago
  42. 6021ccb Add profile "relnotes" so can optionally override changes plugin template. by Sebastian Bazley · 14 years ago
  43. 318cee8 Track changes.xml by Sebastian Bazley · 14 years ago
  44. 886f71b Synch with JIRA Fix versions by Sebastian Bazley · 14 years ago
  45. 48882f1 Add release-notes.vm for generating RELEASE-NOTES.txt by Sebastian Bazley · 14 years ago
  46. e2d38c1 Happy New Year! by Sebastian Bazley · 14 years ago
  47. 842dfd8 Fix definition to be more like website by Sebastian Bazley · 14 years ago
  48. bea8d43 Move properties near start of file, so they are close to the other specifications by Sebastian Bazley · 14 years ago
  49. 299516d Remove items which are now handled by commons-parent by Sebastian Bazley · 14 years ago
  50. 0fd9354 Don't rely on default charset by Sebastian Bazley · 14 years ago
  51. d49f9d3 add some documentation related to COMPRESS-103 by Stefan Bodewig · 15 years ago
  52. d009f7b code examples are wrong by Stefan Bodewig · 15 years ago
  53. 03e94a4 optionally read STORED entries with data descriptors. COMPRESS-103 by Stefan Bodewig · 15 years ago
  54. 02e2be6 STORED entry with data descriptors are not a problem for ZipFile and the output stream doesn't care anyway - so only check for the combination inside the input stream. by Stefan Bodewig · 15 years ago
  55. 1154e7b actually read content of data descriptor by Stefan Bodewig · 15 years ago
  56. df75e6f Upgrade to commons-parent-14 (and maven-javadoc-plugin 2.5 when specified) by Niall Pemberton · 15 years ago
  57. 7b115db Misspelt Javadoc tag by Sebastian Bazley · 15 years ago
  58. fc62b2a Unused variables by Sebastian Bazley · 15 years ago
  59. 75ecf4f Javadoc fixes. by Sebastian Bazley · 15 years ago
  60. 53c08f4 Math.signum() is Java 1.5 by Sebastian Bazley · 15 years ago
  61. f08fadf Unused import by Sebastian Bazley · 15 years ago
  62. c69db93 Make private static field final by Sebastian Bazley · 15 years ago
  63. a48ab3b Public fields should always be final, especially static fields Fix Javadoc by Sebastian Bazley · 15 years ago
  64. ed7b39b typo by Sebastian Bazley · 15 years ago
  65. 62cb9c4 provide access to the general purpose bit flag field of a zip entry and fail when a STORED entry requires a data descriptor. COMPRESS-100 by Stefan Bodewig · 15 years ago
  66. cd65397 minor doc fixes by Stefan Bodewig · 15 years ago
  67. d7ea9ff Check a data descriptor actually uses the signature before skipping too many bytes if it doesn't. COMPRESS-101 by Stefan Bodewig · 15 years ago
  68. 30e1cc8 provide more information if an entry cannot be read/written. OCMPRESS-98 by Stefan Bodewig · 15 years ago
  69. b6814d4 extract common code by Stefan Bodewig · 15 years ago
  70. ade9379 return Zipentries in predictable order. COMPRESS-99 by Stefan Bodewig · 15 years ago
  71. c9fe47f Re-generate the download pages using the new commons-build-plugin .12 (via commons-parent version 13) by Niall Pemberton · 15 years ago
  72. 99e384a Upgrade to version 13 of commons-parent by Niall Pemberton · 15 years ago
  73. 292e185 make archive/compressor name constants public. by Stefan Bodewig · 15 years ago
  74. 49bf626 Use Eclipse version of comment by Sebastian Bazley · 15 years ago
  75. d67b1c3 Unused import and data by Sebastian Bazley · 15 years ago
  76. bd7d575 Javadoc syntax by Sebastian Bazley · 15 years ago
  77. a740ea6 Overriden method is synchronized by Sebastian Bazley · 15 years ago
  78. 145d876 Javadoc; unused import by Sebastian Bazley · 15 years ago
  79. fd2c260 Unused variables by Sebastian Bazley · 15 years ago
  80. c640fab Tab police by Sebastian Bazley · 15 years ago
  81. c37c629 Tab police tidy code slightly by Sebastian Bazley · 15 years ago
  82. 8b3e64b was closing the wrong stream by Stefan Bodewig · 15 years ago
  83. 98e8e5a testcase for COMPRESS-84 by Stefan Bodewig · 15 years ago
  84. 23e7ed8 ensure streams get closed by Stefan Bodewig · 15 years ago
  85. 7cc558b whitespace by Stefan Bodewig · 15 years ago
  86. e0692ec canRead => canReadEntryData as discussed on the list by Stefan Bodewig · 15 years ago
  87. 734e6f7 if it's not a ZipArchiveEntry then the stream can't read/write it by Stefan Bodewig · 15 years ago
  88. 9e94237 typo by Stefan Bodewig · 15 years ago
  89. a33505b move canRead/canWrite up. Remove isSupportedCompressionMethod. COMPRESS-93 by Stefan Bodewig · 15 years ago
  90. e0ffbc1 document fix for COMPRESS-89 which was based on a contribution by Antoni Mylka by Stefan Bodewig · 15 years ago
  91. c7e51ed detect encrypted entries and say that you can't read/write them. COMPRESS-89 by Stefan Bodewig · 15 years ago
  92. b7bd6e4 add encryption related flags. COMPRESS-89 by Stefan Bodewig · 15 years ago
  93. 4d68dda extract general purpose bit logic by Stefan Bodewig · 15 years ago
  94. 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
  95. 231f1df Update count properly in CpioArchiveOutputStream, get rid of CountingStream by Stefan Bodewig · 15 years ago
  96. b0d75e6 forgot to fix javadocs by Stefan Bodewig · 15 years ago
  97. 58568f4 confusing argument name by Stefan Bodewig · 15 years ago
  98. a1015f3 properly count bytes read. COMPRESS-74 by Stefan Bodewig · 15 years ago
  99. 2dca661 use long to count bytes or we get trouble with archives > 2GB by Stefan Bodewig · 15 years ago
  100. 6179d0e now that the copy method is there ... by Stefan Bodewig · 15 years ago