1. 76b0184 silence Java8's javadoc, add a few @since tags by Stefan Bodewig · 8 years ago
  2. 62f86d5 COMPRESS-346 support star PAX headers for sparse files by Stefan Bodewig · 8 years ago
  3. af2da2e COMPRESS-345 add support for GNU sparse files using PAX dialects by Stefan Bodewig · 8 years ago
  4. 3baf454 improve readability by Stefan Bodewig · 8 years ago
  5. 32633c3 COMPRESS-336 properly parse prefix in xstar tar headers by Stefan Bodewig · 8 years ago
  6. 68db5fa fixes COMPRESS-328 TarArchiveEntry preserveLeadingSlashes has no effect on setName by Torsten Curdt · 8 years ago
  7. ce9e0ce fixed line endings by Torsten Curdt · 8 years ago
  8. 7aa8e75 Format nit. by ggregory · 9 years ago
  9. 1930eed COMPRESS-324 be more lenient when detecting GNU tar extensions by Stefan Bodewig · 9 years ago
  10. 1dcab3f newer version of findbugs has detected a potential NPE by Stefan Bodewig · 9 years ago
  11. 9e1ac89 lots of useless javadoc tags to make site build work on Java8 by Stefan Bodewig · 9 years ago
  12. 9b3e389 missing since tags by Stefan Bodewig · 9 years ago
  13. 24a3100 COMPRESS-315 allow tar entries with gid/uid > Integer.MAX_INT by Stefan Bodewig · 9 years ago
  14. 31b546a COMPRESS-312 normalize filename in TarArchiveEntry's (File, String) constructor by Stefan Bodewig · 9 years ago
  15. 09aecce Fixed style issues as reported by IntelliJ by Kristian Rosenvold · 9 years ago
  16. 8a2f04c Remove some unnecessary parentheses. by Gary D. Gregory · 11 years ago
  17. c873310 Removed the unnecessary @inheritDoc tags by Emmanuel Bourg · 11 years ago
  18. 601e4d7 COMPRESS-229 properly parse GNU_LONGLNK entries, patch by Christoph Gysin by Stefan Bodewig · 11 years ago
  19. ddbca72 @since: Standardise on number only; drop redundant component name by Sebastian Bazley · 11 years ago
  20. 31184ea stray character in comment by Stefan Bodewig · 11 years ago
  21. c1fd317 Add a bunch of since markers by Stefan Bodewig · 11 years ago
  22. 6583714 COMPRESS-201 add an additional convenience constructor to TarArchiveEntry by Stefan Bodewig · 12 years ago
  23. c0a9923 make TarAEntry's constructors less redundant and make file attribute final by Stefan Bodewig · 12 years ago
  24. 811fb4e COMPRESS-191 add checksum check to TarArchiveEntry. Submitted by Jukka Zitting. by Stefan Bodewig · 12 years ago
  25. f36320a some formatting and javadoc tweaks, minor optimization by Stefan Bodewig · 12 years ago
  26. 2bd0dd4 Normalize all @since tags to "@since version" instead of "@since Apache Commons Compress version" by Gary D. Gregory · 12 years ago
  27. aa1a75c Replace Javadoc "<code>null|true|false</code>" with "{@code null|true|false}" by Gary D. Gregory · 12 years ago
  28. 70d0fce Use existing utility to simplify code and ensure string conversion uses fixed charset by Sebastian Bazley · 12 years ago
  29. a0e435e Always use blocks for conditional statements by Sebastian Bazley · 12 years ago
  30. 32619a8 allow the encoding to be specified when writing tar archives by Stefan Bodewig · 12 years ago
  31. e4ee376 duplicate two lines of TarArchiveEntry constructor code rather than hiding an important exception by Stefan Bodewig · 12 years ago
  32. 69ceb4e infrastructure for non-ASCII encoding of file names in tar. COMPRESS-183 by Stefan Bodewig · 12 years ago
  33. 5b13f84 Support for major and minor device number in PAX headers. COMPRESS-182 by Stefan Bodewig · 12 years ago
  34. 9a1011d redundant code by Stefan Bodewig · 12 years ago
  35. 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
  36. 6c71a2b STAR and GNU tar may use binary encoding for all numeric values, including modification time. COMPRESS-182 by Stefan Bodewig · 12 years ago
  37. b23b5c8 Javadoc by Sebastian Bazley · 12 years ago
  38. 16dc21b Javadoc by Sebastian Bazley · 12 years ago
  39. 7ee6b67 COMPRESS-175 - GNU Tar sometimes uses binary encoding for UID and GID by Sebastian Bazley · 12 years ago
  40. a6fbdae support writing big files using star extensions. COMPRESS-165. Patch by John Kodis. by Stefan Bodewig · 13 years ago
  41. 5dad112 Allow PAX headers to set sizes bigger than 8GiB. COMPRESS-163. Based on patch by John Kodis by Stefan Bodewig · 13 years ago
  42. 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
  43. e81176f @Override is not valid for interface implementations in Java5 by Stefan Bodewig · 13 years ago
  44. 46628ef @Override by Stefan Bodewig · 13 years ago
  45. 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
  46. 86aaf84 provide access to TarArchiveEntry's knowledge of the entry's type. COMPRESS-122 by Stefan Bodewig · 14 years ago
  47. 6209f81 @since markers Javadoc updates by Sebastian Bazley · 14 years ago
  48. 5b85bf1 Allow linkName to be updated (needed for Pax headers) by Sebastian Bazley · 14 years ago
  49. 5b25f6c SunOS tar -E does not add / to directory names, so fix up to be consistent by Sebastian Bazley · 14 years ago
  50. 05b6eb1 Fix Pax header checks by Sebastian Bazley · 14 years ago
  51. 33cd35e COMPRESS-110 Support "ustar" prefix field by Sebastian Bazley · 14 years ago
  52. 7b115db Misspelt Javadoc tag by Sebastian Bazley · 14 years ago
  53. bed564b equalsIgnoreCase does not depend on the current Locale. My bad. Revert unnecessary part of earlier changes. by Stefan Bodewig · 14 years ago
  54. 7bb5d88 properly indicate "oldgnu" mode for long file name entries in tar. COMPRESS-86 by Stefan Bodewig · 15 years ago
  55. 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
  56. 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
  57. 3bb9282 COMPRESS-71: corrected use of parameter. Patch applied from Eric Chatellier. by Christian Grobmeier · 15 years ago
  58. 8118f82 Split magic into magic and version by Sebastian Bazley · 15 years ago
  59. 1d55670 Rename TarUtils.getXXX methods as formatXXX by Sebastian Bazley · 15 years ago
  60. 24f9c9b Update Javadoc Rationalise MAGIC names by Sebastian Bazley · 15 years ago
  61. 26d12c5 Reject illegal sizes by Sebastian Bazley · 15 years ago
  62. fec51a1 Add generic methods for creating Archive Entries. by Sebastian Bazley · 15 years ago
  63. 99870ef Not thread-safe by Sebastian Bazley · 15 years ago
  64. c013e28 use proper size for directories - SANDBOX-303 by Stefan Bodewig · 15 years ago
  65. 32eea1e deal with file system roots added as tar entries. SANDBOX-284 by Stefan Bodewig · 15 years ago
  66. 75f92f6 whitespace by Stefan Bodewig · 15 years ago
  67. 46ad24d applied patch from Christian Grobmeier by Torsten Curdt · 15 years ago
  68. d1789e6 applying patch from Christian Grobmeier by Torsten Curdt · 15 years ago
  69. a8a9e64 removed author tags in favor of NOTICE file, split up testcases, nitpicking by Torsten Curdt · 16 years ago
  70. ca16539 import of new redesign branch by Torsten Curdt · 16 years ago