1. b36f7c9 unused code by Stefan Bodewig · 8 years ago
  2. 35dddc6 more javadocs and @since tags, thanks Clirr by Stefan Bodewig · 8 years ago
  3. 76b0184 silence Java8's javadoc, add a few @since tags by Stefan Bodewig · 8 years ago
  4. 142a788 remove powermockito tests for Java5 compatibility by Stefan Bodewig · 8 years ago
  5. 62f86d5 COMPRESS-346 support star PAX headers for sparse files by Stefan Bodewig · 8 years ago
  6. c37115b COMPRESS-347 support for global PAX headers by Stefan Bodewig · 8 years ago
  7. 96e4531 empty values mean "remove the mapping" in PAX headers by Stefan Bodewig · 8 years ago
  8. bf20428 emit almost as much information as "tar tv" by Stefan Bodewig · 8 years ago
  9. af2da2e COMPRESS-345 add support for GNU sparse files using PAX dialects by Stefan Bodewig · 8 years ago
  10. 02e0f9a tar specific Lister by Stefan Bodewig · 8 years ago
  11. a5eca56 COMPRESS-344 accept NUL as terminator for GNU extended names by Stefan Bodewig · 8 years ago
  12. 9ff8334 COMPRESS-341 listing of 7z archives by Stefan Bodewig · 8 years ago
  13. f933447 plug a few more native memory leaks by Stefan Bodewig · 8 years ago
  14. 6e9acfa record fix for COMPRESS-343 by Stefan Bodewig · 8 years ago
  15. 73ec9c1 COMPRESS-343 try to free native memory even if close fails by Stefan Bodewig · 8 years ago
  16. 4ae26e4 test if end() is invoked when stream is closing by Rene Preissel · 8 years ago
  17. a2ba6d5 Bugfix for COMPRESS-343 by Rene Preissel · 8 years ago
  18. c02b2d5 created a separate issue for "skipping" in COMPRESS-340 by Stefan Bodewig · 8 years ago
  19. 687b360 record change, closes #10 by Stefan Bodewig · 8 years ago
  20. 0427056 whitespace by Stefan Bodewig · 8 years ago
  21. b88dd3e Zip64Mode.Always now impacts central file header same as local file header by Matt Hovey · 8 years ago
  22. 1d66f12 document Dawid's changes by Stefan Bodewig · 8 years ago
  23. 5457e1a whitespace by Stefan Bodewig · 8 years ago
  24. a53ab17 Working version of deferred block decompression for skipped entries. by Dawid Weiss · 8 years ago
  25. deb891f Sometimes skip entries. by Dawid Weiss · 8 years ago
  26. 617860e Adding a batch of decompression tests. by Dawid Weiss · 8 years ago
  27. ebeb53d Add toString() method on SevenZFile to display diagnostic information. by Dawid Weiss · 8 years ago
  28. 3baf454 improve readability by Stefan Bodewig · 8 years ago
  29. 32633c3 COMPRESS-336 properly parse prefix in xstar tar headers by Stefan Bodewig · 8 years ago
  30. 7250daa COMPRESS-335 yet another strange case of tar checksum by Stefan Bodewig · 9 years ago
  31. 9431b16 COMPRESS-334 unit tests with more than one entry by Stefan Bodewig · 9 years ago
  32. b4805bb COMPRESS-334 alterantive fix by Stefan Bodewig · 9 years ago
  33. 36335e3 COMPRESS-334 ArArchiveInputStream fails for BSD long names by Stefan Bodewig · 9 years ago
  34. 51eb0f2 COMPRESS-330 ignore non-zero size for directories by Stefan Bodewig · 9 years ago
  35. 9b852f3 verify parsing works as expected by Stefan Bodewig · 9 years ago
  36. b67a146 Added buffering for random access which speeds up 7Z support. (by Dawid Weiss) by Torsten Curdt · 9 years ago
  37. 1fb4298 COMPRESS-331 make tar checksum check as strict as GNU tar by Stefan Bodewig · 9 years ago
  38. 7a6e507 COMPRESS-323 ZipFile.getRawInputStream is public now by Stefan Bodewig · 9 years ago
  39. e0a76ac record two changes made over the past two weeks by Stefan Bodewig · 9 years ago
  40. 30f1ac1 COMPRESS-332 snappy stream returns 0 when it should return -1 by Stefan Bodewig · 9 years ago
  41. 61db5ea Changes to allow byte-for-byte replication of Zip entries by Torsten Curdt · 9 years ago
  42. 68db5fa fixes COMPRESS-328 TarArchiveEntry preserveLeadingSlashes has no effect on setName by Torsten Curdt · 9 years ago
  43. ce9e0ce fixed line endings by Torsten Curdt · 9 years ago
  44. 633f9c9 update parent POM by Stefan Bodewig · 9 years ago
  45. 46377e3 happy new year by Stefan Bodewig · 9 years ago
  46. 5d027c3 reduce duplication as suggested by Jeremy Gustie by Stefan Bodewig · 9 years ago
  47. c9b96aa register PKWARE strong crypto extra fields by Stefan Bodewig · 9 years ago
  48. 745c0a4 whitespace by Stefan Bodewig · 9 years ago
  49. 5c53db1 add a note explaining why the class is there by Stefan Bodewig · 9 years ago
  50. 1239917 add support for NTFS timestamp field by Stefan Bodewig · 9 years ago
  51. 1a874af remove obsolete TODO by Stefan Bodewig · 9 years ago
  52. 0c3ef53 removed APPNOTE which is bound to get outdated soon by Stefan Bodewig · 9 years ago
  53. 85fac64 Removed unused imports. by Bear Giles · 9 years ago
  54. a433f62 Added headers to recognize PKWARE crypto headers. by Bear Giles · 9 years ago
  55. 86148ca Moved DOAP by Sebb · 9 years ago
  56. 7aa8e75 Format nit. by ggregory · 9 years ago
  57. 9fbc67a Ignore Eclipse files and folders. by ggregory · 9 years ago
  58. af72adb Fixed typo by Kristian Rosenvold · 9 years ago
  59. a184b3a record read-only support for ZIP by Stefan Bodewig · 9 years ago
  60. 6eac426 Implement uncompressing of BZip2 compressed entries in ZipArchiveInputStream by Sören Glimm · 9 years ago
  61. ca55bc4 Implement uncompressing of BZip2 compressed entries in ZipFile by Sören Glimm · 9 years ago
  62. c226da2 replace some references to svn that needed to be adapted by Stefan Bodewig · 9 years ago
  63. a2cda30 COMPRESS-326 adjust tests to changes in Java's zip package by Stefan Bodewig · 9 years ago
  64. 1e592b5 COMPRESS-324 document why tars may look like they do by Stefan Bodewig · 9 years ago
  65. 8436cee COMPRESS-325 replace test archive by Stefan Bodewig · 9 years ago
  66. 1930eed COMPRESS-324 be more lenient when detecting GNU tar extensions by Stefan Bodewig · 9 years ago
  67. d85561d fix SCM coordinates by Stefan Bodewig · 9 years ago
  68. e6e2476 COMPRESS-321 X7875_NewUnix doesn't handle centra directory correctly by Stefan Bodewig · 9 years ago
  69. 1dcab3f newer version of findbugs has detected a potential NPE by Stefan Bodewig · 9 years ago
  70. b1e2a02 prepare for new development by Stefan Bodewig · 9 years ago
  71. d977e67 findbugs-maven-plugin 3.0.0 -> 3.0.2. by Gary D. Gregory · 9 years ago
  72. dec258f tag RC3 of Compress 1.10 by Stefan Bodewig · 9 years ago
  73. 9e1ac89 lots of useless javadoc tags to make site build work on Java8 by Stefan Bodewig · 9 years ago
  74. f255882 COMPRESS-300 remove protected fields from LZWInputStream by Stefan Bodewig · 9 years ago
  75. 171c3ac COMPRESS-318 document ZipArchiveInputStream's limitations in the javadocs by Stefan Bodewig · 9 years ago
  76. 9ebe7bb committed local change by accident by Stefan Bodewig · 9 years ago
  77. a73d5f2 yet another potential AIOBException in zip package by Stefan Bodewig · 9 years ago
  78. c9259fd Minor formating. by Gary D. Gregory · 9 years ago
  79. d1e2e3d CP37 => CP38 by Sebastian Bazley · 9 years ago
  80. 0967f25 Rename Security Reports page to avoid possible confusion with Commons main security page by Sebastian Bazley · 9 years ago
  81. 8682c8d COMPRESS-317 ArrayIndexOutOfBoundsException in ZipArchiveEntry#getMergedFields by Stefan Bodewig · 9 years ago
  82. 8271475 fix @since tag by Stefan Bodewig · 9 years ago
  83. b72b5c7 COMPRESS-316 detect DEFLATE streams with ZLIB header, submitted by Nick Burch by Stefan Bodewig · 9 years ago
  84. 9b3e389 missing since tags by Stefan Bodewig · 9 years ago
  85. 3c4a09b COMPRESS-314 read group/user ids > 0x80000000 from (posix) tars by Stefan Bodewig · 9 years ago
  86. 24a3100 COMPRESS-315 allow tar entries with gid/uid > Integer.MAX_INT by Stefan Bodewig · 9 years ago
  87. 24002bf fix format of text file - this is no markdown by Stefan Bodewig · 9 years ago
  88. a6a5ab0 Make README look better on github. by Stefan Bodewig · 9 years ago
  89. 6e8bb88 COMPRESS-313 add auto-detection for LZMA streams by Stefan Bodewig · 9 years ago
  90. f24b9fd sort 1.10 changelog entries by date by Stefan Bodewig · 9 years ago
  91. 31b546a COMPRESS-312 normalize filename in TarArchiveEntry's (File, String) constructor by Stefan Bodewig · 9 years ago
  92. c12c48c Name the parameterised tests by Sebastian Bazley · 9 years ago
  93. 02b3c24 CGI must be svn:executable * by Sebastian Bazley · 9 years ago
  94. af1f816 don't read system properties for default charset - COMPRESS-308 by Stefan Bodewig · 9 years ago
  95. f8bf454 revert 'fix' for COMPRESS-301 as GNU tar doesn't like embedded NULs either by Stefan Bodewig · 9 years ago
  96. 4355c0d add/fix a few dates in changes report by Stefan Bodewig · 9 years ago
  97. 5cf68bd return 0 from read when asked to read 0 bytes - COMPRESS-309 by Stefan Bodewig · 9 years ago
  98. 0bbe5b5 COMPRESS-305 Convert all tests to JUnit4 style by Sebastian Bazley · 9 years ago
  99. 0f540f0 Oops, omitted a Test annotation by Sebastian Bazley · 9 years ago
  100. 35bc6b7 Oops - test class was not being run because the name ended in Tests instead of Test by Sebastian Bazley · 9 years ago