1. 40f2e63 workaround for tar implementations that insert a NUL byte into header fields. COMPRESS-181 by Stefan Bodewig · 12 years ago
  2. e99d0ad Replace init method with private ctor; allows several fields to be made final by Sebastian Bazley · 12 years ago
  3. bc84d20 COMPRESS-178 TarArchiveInputStream throws IllegalArgumentException instead of IOException by Sebastian Bazley · 12 years ago
  4. b23b5c8 Javadoc by Sebastian Bazley · 12 years ago
  5. 915e8ef COMPRESS-179 TarUtils.formatLongOctalOrBinaryBytes() assumes the field will be 12 bytes long by Sebastian Bazley · 12 years ago
  6. 16dc21b Javadoc by Sebastian Bazley · 12 years ago
  7. 7ee6b67 COMPRESS-175 - GNU Tar sometimes uses binary encoding for UID and GID by Sebastian Bazley · 12 years ago
  8. 2d52e39 Support the POSIX way of writing tar entries with names longer than 100 chars. COMPRESS-166 by Stefan Bodewig · 13 years ago
  9. 0ad3bf8 Write big files in PAX/POSIX mode. COMPRESS-165 by Stefan Bodewig · 13 years ago
  10. a6fbdae support writing big files using star extensions. COMPRESS-165. Patch by John Kodis. by Stefan Bodewig · 13 years ago
  11. 67c25f9 whitespace by Stefan Bodewig · 13 years ago
  12. 5c136a3 prove parsing of PAX headers works correctly. COMPRESS-167 by Stefan Bodewig · 13 years ago
  13. 5dad112 Allow PAX headers to set sizes bigger than 8GiB. COMPRESS-163. Based on patch by John Kodis by Stefan Bodewig · 13 years ago
  14. 6846564 Add read-support for big files using GNU tar extensions. write support will be added later. Based on patch by John Kodis. COMPRESS-16 by Stefan Bodewig · 13 years ago
  15. fdac147 TarArchiveOutputStream's getBytesWritten doesn't work. COMPRESS-160 by Stefan Bodewig · 13 years ago
  16. 3ed497f forgot @Override by Stefan Bodewig · 13 years ago
  17. 7e74dd4 formatting only by Stefan Bodewig · 13 years ago
  18. b64aa8a address issues detected by FindBugs and PMD by Stefan Bodewig · 13 years ago
  19. e81176f @Override is not valid for interface implementations in Java5 by Stefan Bodewig · 13 years ago
  20. 46628ef @Override by Stefan Bodewig · 13 years ago
  21. 4397820 foreach loops by Stefan Bodewig · 13 years ago
  22. 3553cda compile without warnings using -Xlint:unchecked by Stefan Bodewig · 13 years ago
  23. d9017b2 Javadoc: Parameter length is not declared line 116. by Gary D. Gregory · 13 years ago
  24. 58c56fc reduce PMD whining by Stefan Bodewig · 13 years ago
  25. aa9d0bc detect sparse entries in tar and allow users to skip them. Submitted by Patrick Dreyer. COMPRESS-145 (forgot to save two buffers, oops) by Stefan Bodewig · 13 years ago
  26. eedeff9 detect sparse entries in tar and allow users to skip them. Submitted by Patrick Dreyer. COMPRESS-145 by Stefan Bodewig · 13 years ago
  27. 86aaf84 provide access to TarArchiveEntry's knowledge of the entry's type. COMPRESS-122 by Stefan Bodewig · 14 years ago
  28. 1eb9dbb write all buffered data to the stream in TarArchiveOutputStream#finish. COMPRESS-119 by Stefan Bodewig · 14 years ago
  29. 35e4e4f COMPRESS-113: TarArchiveEntry.parseTarHeader() includes the trailing space/NUL when parsing the octal size by Sebastian Bazley · 14 years ago
  30. 2d858d5 COMPRESS-114 Fix name round-trip problem by Sebastian Bazley · 14 years ago
  31. 2419bb5 Javadoc by Sebastian Bazley · 14 years ago
  32. 8006d31 Javadoc tidyup by Sebastian Bazley · 14 years ago
  33. 6209f81 @since markers Javadoc updates by Sebastian Bazley · 14 years ago
  34. 45fa6e0 COMPRESS-109 - Tar implementation does not support Pax headers by Sebastian Bazley · 14 years ago
  35. 1e4034b COMPRESS-107 - recognise Ant tar files by Sebastian Bazley · 14 years ago
  36. 5b85bf1 Allow linkName to be updated (needed for Pax headers) by Sebastian Bazley · 14 years ago
  37. 5b25f6c SunOS tar -E does not add / to directory names, so fix up to be consistent by Sebastian Bazley · 14 years ago
  38. 05b6eb1 Fix Pax header checks by Sebastian Bazley · 14 years ago
  39. 33cd35e COMPRESS-110 Support "ustar" prefix field by Sebastian Bazley · 14 years ago
  40. 7b115db Misspelt Javadoc tag by Sebastian Bazley · 14 years ago
  41. a740ea6 Overriden method is synchronized by Sebastian Bazley · 14 years ago
  42. 2dca661 use long to count bytes or we get trouble with archives > 2GB by Stefan Bodewig · 14 years ago
  43. bed564b equalsIgnoreCase does not depend on the current Locale. My bad. Revert unnecessary part of earlier changes. by Stefan Bodewig · 14 years ago
  44. cc84bf4 document the format supported by tar. COMPRESS-17. by Stefan Bodewig · 14 years ago
  45. 7bb5d88 properly indicate "oldgnu" mode for long file name entries in tar. COMPRESS-86 by Stefan Bodewig · 15 years ago
  46. 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
  47. 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
  48. 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
  49. 3bb9282 COMPRESS-71: corrected use of parameter. Patch applied from Eric Chatellier. by Christian Grobmeier · 15 years ago
  50. 6a6d62d Check for closing non-existent entry by Sebastian Bazley · 15 years ago
  51. a45e9cb only write and close is allowed after the call of finish by Christian Grobmeier · 15 years ago
  52. 285ee87 added comments by Christian Grobmeier · 15 years ago
  53. 545bfa8 call of finish() is optional calling finish() twice causes an exception by Christian Grobmeier · 15 years ago
  54. 1872885 Prevent instantiation of utility classes by Sebastian Bazley · 15 years ago
  55. 7ae0eec Remove or document unused fields by Sebastian Bazley · 15 years ago
  56. ab26943 added byte counter by Christian Grobmeier · 15 years ago
  57. 4c9360e COMPRESS-63: fields are stored in ASCII 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. 865686a COMPRESS-63 - replace dependency on default charset with ASCII where appropriate; by Sebastian Bazley · 15 years ago
  61. 14c1830 organized imports by Christian Grobmeier · 15 years ago
  62. 183688e removed unnecessary methods from the old drafts by Christian Grobmeier · 15 years ago
  63. b69329d fixed inline docs by Christian Grobmeier · 15 years ago
  64. 9b0e917 removed copyEntryContents since it mixes up reading and writing by Christian Grobmeier · 15 years ago
  65. 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
  66. 04c4921 removed debug flag and console outputs by Christian Grobmeier · 15 years ago
  67. 8118f82 Split magic into magic and version by Sebastian Bazley · 15 years ago
  68. 1d55670 Rename TarUtils.getXXX methods as formatXXX by Sebastian Bazley · 15 years ago
  69. 24f9c9b Update Javadoc Rationalise MAGIC names by Sebastian Bazley · 15 years ago
  70. 91401bf Javadoc and test corrections by Sebastian Bazley · 15 years ago
  71. 11349c5 Extract generic octal formatting method to simplify code and eliminate array copies by Sebastian Bazley · 15 years ago
  72. 26d12c5 Reject illegal sizes by Sebastian Bazley · 15 years ago
  73. b4e2915 Ensure name length is correct even if one char != one byte by Sebastian Bazley · 15 years ago
  74. ae3c158 Attempt at Javadoc - needs refining... by Sebastian Bazley · 15 years ago
  75. fec51a1 Add generic methods for creating Archive Entries. by Sebastian Bazley · 15 years ago
  76. 6117cc1 Remove unnecessary override methods by Sebastian Bazley · 15 years ago
  77. d92df02 Replace specific methods with generic ones by Sebastian Bazley · 15 years ago
  78. d12bdbd Document match() problem by Sebastian Bazley · 15 years ago
  79. 41afc6c Detect when target buffer has been closed by Sebastian Bazley · 15 years ago
  80. 398f3eb Not needed, as it duplicates the code in InputStream by Sebastian Bazley · 15 years ago
  81. 99870ef Not thread-safe by Sebastian Bazley · 15 years ago
  82. 44dbd93 These classes are immutable, i.e. thread-safe by Sebastian Bazley · 15 years ago
  83. d39cf81 No need to be public class by Sebastian Bazley · 15 years ago
  84. 8101724 minimal package level javadocs by Stefan Bodewig · 15 years ago
  85. 41f4a20 clean up protected/public API - SANDBOX-294 - a combination of patches by Sebb, Christian Grobmeier and discussion on the dev list http://mail-archives.apache.org/mod_mbox/commons-dev/200903.mbox/%3Cy1ufxhbifdo.fsf@v30161.1blu.de%3E by Stefan Bodewig · 15 years ago
  86. c013e28 use proper size for directories - SANDBOX-303 by Stefan Bodewig · 15 years ago
  87. 32eea1e deal with file system roots added as tar entries. SANDBOX-284 by Stefan Bodewig · 15 years ago
  88. 75f92f6 whitespace by Stefan Bodewig · 15 years ago
  89. 69170ea Remove unnecessary casts by Sebastian Bazley · 15 years ago
  90. 0a986c6 fix linefeeds, thanks to Sebb for spotting this by Stefan Bodewig · 15 years ago
  91. a7049ab provide convenience getNext*Entry methods to ArchiveInputStream subclasses by Stefan Bodewig · 15 years ago
  92. 55c78f6 rename Tar*Stream by Stefan Bodewig · 15 years ago
  93. 0ba4e2a merge TarArchive*Stream with Tar*Stream by Stefan Bodewig · 15 years ago
  94. c30b588 no longer extende FilterOutputStream in ArchiveOutputStream by Stefan Bodewig · 15 years ago
  95. 90a05f7 revert Filter*Stream patches since they do more harm than help by Stefan Bodewig · 15 years ago
  96. c828c1d take advantage of FilterOutputStream by Stefan Bodewig · 15 years ago
  97. 3f9bcc6 fix whitespace by Stefan Bodewig · 15 years ago
  98. f77e1f1 merge ZipArchiveOutputStream and ZipOutputStream by Stefan Bodewig · 15 years ago
  99. dff9001 use length of signature read when trying to match input stream formats by Stefan Bodewig · 15 years ago
  100. bd9e3bb whitespace only by Stefan Bodewig · 15 years ago