1. c873310 Removed the unnecessary @inheritDoc tags by Emmanuel Bourg · 11 years ago
  2. 601e4d7 COMPRESS-229 properly parse GNU_LONGLNK entries, patch by Christoph Gysin by Stefan Bodewig · 11 years ago
  3. ddbca72 @since: Standardise on number only; drop redundant component name by Sebastian Bazley · 11 years ago
  4. 31184ea stray character in comment by Stefan Bodewig · 11 years ago
  5. c1fd317 Add a bunch of since markers by Stefan Bodewig · 11 years ago
  6. 6583714 COMPRESS-201 add an additional convenience constructor to TarArchiveEntry by Stefan Bodewig · 12 years ago
  7. c0a9923 make TarAEntry's constructors less redundant and make file attribute final by Stefan Bodewig · 12 years ago
  8. 811fb4e COMPRESS-191 add checksum check to TarArchiveEntry. Submitted by Jukka Zitting. by Stefan Bodewig · 12 years ago
  9. f36320a some formatting and javadoc tweaks, minor optimization by Stefan Bodewig · 12 years ago
  10. 2bd0dd4 Normalize all @since tags to "@since version" instead of "@since Apache Commons Compress version" by Gary D. Gregory · 12 years ago
  11. aa1a75c Replace Javadoc "<code>null|true|false</code>" with "{@code null|true|false}" by Gary D. Gregory · 12 years ago
  12. 70d0fce Use existing utility to simplify code and ensure string conversion uses fixed charset by Sebastian Bazley · 12 years ago
  13. a0e435e Always use blocks for conditional statements by Sebastian Bazley · 12 years ago
  14. 32619a8 allow the encoding to be specified when writing tar archives by Stefan Bodewig · 12 years ago
  15. e4ee376 duplicate two lines of TarArchiveEntry constructor code rather than hiding an important exception by Stefan Bodewig · 12 years ago
  16. 69ceb4e infrastructure for non-ASCII encoding of file names in tar. COMPRESS-183 by Stefan Bodewig · 12 years ago
  17. 5b13f84 Support for major and minor device number in PAX headers. COMPRESS-182 by Stefan Bodewig · 12 years ago
  18. 9a1011d redundant code by Stefan Bodewig · 12 years ago
  19. be286da user STAR encoding for all numeric fields in tar headers if they don't fit in the 'normal' range. COMPRESS-182 by Stefan Bodewig · 12 years ago
  20. 6c71a2b STAR and GNU tar may use binary encoding for all numeric values, including modification time. COMPRESS-182 by Stefan Bodewig · 12 years ago
  21. b23b5c8 Javadoc by Sebastian Bazley · 12 years ago
  22. 16dc21b Javadoc by Sebastian Bazley · 12 years ago
  23. 7ee6b67 COMPRESS-175 - GNU Tar sometimes uses binary encoding for UID and GID by Sebastian Bazley · 12 years ago
  24. a6fbdae support writing big files using star extensions. COMPRESS-165. Patch by John Kodis. by Stefan Bodewig · 13 years ago
  25. 5dad112 Allow PAX headers to set sizes bigger than 8GiB. COMPRESS-163. Based on patch by John Kodis by Stefan Bodewig · 13 years ago
  26. 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
  27. e81176f @Override is not valid for interface implementations in Java5 by Stefan Bodewig · 13 years ago
  28. 46628ef @Override by Stefan Bodewig · 13 years ago
  29. 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
  30. 86aaf84 provide access to TarArchiveEntry's knowledge of the entry's type. COMPRESS-122 by Stefan Bodewig · 14 years ago
  31. 6209f81 @since markers Javadoc updates by Sebastian Bazley · 14 years ago
  32. 5b85bf1 Allow linkName to be updated (needed for Pax headers) by Sebastian Bazley · 14 years ago
  33. 5b25f6c SunOS tar -E does not add / to directory names, so fix up to be consistent by Sebastian Bazley · 14 years ago
  34. 05b6eb1 Fix Pax header checks by Sebastian Bazley · 14 years ago
  35. 33cd35e COMPRESS-110 Support "ustar" prefix field by Sebastian Bazley · 14 years ago
  36. 7b115db Misspelt Javadoc tag by Sebastian Bazley · 14 years ago
  37. bed564b equalsIgnoreCase does not depend on the current Locale. My bad. Revert unnecessary part of earlier changes. by Stefan Bodewig · 14 years ago
  38. 7bb5d88 properly indicate "oldgnu" mode for long file name entries in tar. COMPRESS-86 by Stefan Bodewig · 15 years ago
  39. 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
  40. 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
  41. 3bb9282 COMPRESS-71: corrected use of parameter. Patch applied from Eric Chatellier. by Christian Grobmeier · 15 years ago
  42. 8118f82 Split magic into magic and version by Sebastian Bazley · 15 years ago
  43. 1d55670 Rename TarUtils.getXXX methods as formatXXX by Sebastian Bazley · 15 years ago
  44. 24f9c9b Update Javadoc Rationalise MAGIC names by Sebastian Bazley · 15 years ago
  45. 26d12c5 Reject illegal sizes by Sebastian Bazley · 15 years ago
  46. fec51a1 Add generic methods for creating Archive Entries. by Sebastian Bazley · 15 years ago
  47. 99870ef Not thread-safe by Sebastian Bazley · 15 years ago
  48. c013e28 use proper size for directories - SANDBOX-303 by Stefan Bodewig · 15 years ago
  49. 32eea1e deal with file system roots added as tar entries. SANDBOX-284 by Stefan Bodewig · 15 years ago
  50. 75f92f6 whitespace by Stefan Bodewig · 15 years ago
  51. 46ad24d applied patch from Christian Grobmeier by Torsten Curdt · 16 years ago
  52. d1789e6 applying patch from Christian Grobmeier by Torsten Curdt · 16 years ago
  53. a8a9e64 removed author tags in favor of NOTICE file, split up testcases, nitpicking by Torsten Curdt · 16 years ago
  54. ca16539 import of new redesign branch by Torsten Curdt · 16 years ago