1. a5103a8 fix whitespace by Stefan Bodewig · 6 years ago
  2. 0daa0c9 COMPRESS-443 record test by Stefan Bodewig · 6 years ago
  3. 9146faa COMPRESS-443 use native container and reference URI for bundle by Stefan Bodewig · 6 years ago
  4. 0de76f1 crude attempt for adding a PAX Exam test by Stefan Bodewig · 6 years ago
  5. 97867f6 COMPRESS-118 provide a high-level API for expanding archives by Stefan Bodewig · 6 years ago
  6. a291316 COMPRESS-118 use correct overload when using ZipArchiveInputStream by Stefan Bodewig · 6 years ago
  7. 0bb584b CMPRESS-118 make 7z creator API public by Stefan Bodewig · 6 years ago
  8. 9c3c448 entry names of directories should end with slashes by Stefan Bodewig · 6 years ago
  9. 69d5b2f channel-arg version shouldn't close the channel, owned by caller by Stefan Bodewig · 6 years ago
  10. f45ba62 COMPRESS-118 first cut at a high-level API for archive creation by Stefan Bodewig · 6 years ago
  11. 906d277 COMPRESS-445 compressed size must include size of trees for IMPLODE by Stefan Bodewig · 6 years ago
  12. c5e3fbe ExplodingInputStream doesn't close nested stream by Stefan Bodewig · 6 years ago
  13. be86c62 COMPRESS-445 fix stats for Stored entries in ZipArchiveInputStream by Stefan Bodewig · 6 years ago
  14. 36a5631 COMPRESS-445 test cases for the remaining ZIP methods by Stefan Bodewig · 6 years ago
  15. 0db4e9a COMPRESS-445 document ZipFile's new contract by Stefan Bodewig · 6 years ago
  16. 74abd5b COMPRESS-445 make ZipFile return statistics for stored entries by Stefan Bodewig · 6 years ago
  17. b8f7d77 COMPRESS-445 can't use decoder after stream has been exhausted by Stefan Bodewig · 6 years ago
  18. d6b07a1 COMPRESS-445 refactor statistics test by Stefan Bodewig · 6 years ago
  19. c6689ab COMPRESS-445 document change by Stefan Bodewig · 6 years ago
  20. 0646aa7 COMPRESS-445 try to get compressed count for all supported methods by Stefan Bodewig · 6 years ago
  21. 22c79b2 COMPRESS-445 cosmetics by Stefan Bodewig · 6 years ago
  22. 02c963a COMPRESS-445 provide statistics when uncompressing by Stefan Bodewig · 6 years ago
  23. 166b186 whitespace by Stefan Bodewig · 6 years ago
  24. bd3e6cf COMPRESS-447 turn ArrayIndexOutOfBoundsExceptions into ZipExceptions by Stefan Bodewig · 6 years ago
  25. 7778533 ensure all skip call go through IOUtils.skip by Stefan Bodewig · 6 years ago
  26. 765b8f8 use IOUtils.skip by Stefan Bodewig · 6 years ago
  27. 69f38e8 Deprecate charset constants superseded by Java 7 by Matt Sicker · 6 years ago
  28. 7a8f3c3 record change, closes #63 by Stefan Bodewig · 6 years ago
  29. e144806 (doc) use BufferedOutputStream in examples for compressing by Marchenko Sergey · 6 years ago
  30. a189697 fix the error in the gzip compression example by Marchenko Sergey · 6 years ago
  31. f13364b whitespace by Stefan Bodewig · 6 years ago
  32. 8faba69 COMPRESS-446 fix resource leak in ParallelScatterZipCreator#writeTo. by Stefan Bodewig · 6 years ago
  33. 0437b18 update security reports page by Stefan Bodewig · 6 years ago
  34. f35ff5f use https in javadoc links where possible by Stefan Bodewig · 6 years ago
  35. 91b8432 use https links where possible by Stefan Bodewig · 6 years ago
  36. 67c2f68 Merge tag 'rel/1.16.1' by Stefan Bodewig · 6 years ago
  37. 3d76662 record removal of objenesis dependency by Stefan Bodewig · 6 years ago
  38. b520411 prepare RC1 of 1.16.1 by Stefan Bodewig · 6 years ago
  39. c70dc2e COMPRESS-442 fix OSGi manifest by Stefan Bodewig · 6 years ago
  40. 0c64426 Merge tag 'rel/1.16', prepare for next iteration by Stefan Bodewig · 6 years ago
  41. ecaa767 mention the Block class is considered internal. by Stefan Bodewig · 6 years ago
  42. c6e3899 prepare RC1 of Commons Compress 1.16 by Stefan Bodewig · 6 years ago
  43. d9d5ce4 mention drive letters wherever leading slashes are mentioned by Stefan Bodewig · 6 years ago
  44. 2e74d63 and another trivial error inside the Windows-only test by Stefan Bodewig · 6 years ago
  45. 4f2f472 this is what you get for writing tests you can't run :-) by Stefan Bodewig · 6 years ago
  46. 7dcce66 allow preserveAbsolutePath to be final by Stefan Bodewig · 6 years ago
  47. 1bad4f4 whitespace by Stefan Bodewig · 6 years ago
  48. 66607dd optionally preserve the drive letter on Windows by Stefan Bodewig · 6 years ago
  49. 04f8870 COMPRESS-434 improve docs on decompressConcatenated by Stefan Bodewig · 6 years ago
  50. 237b7e3 make PMD less unhappy by Stefan Bodewig · 6 years ago
  51. cce7005 document the slash normalization for all constructors by Stefan Bodewig · 6 years ago
  52. beb43a5 make construction of tar entry names more explicit by Stefan Bodewig · 6 years ago
  53. 34a1f82 rename variable to match SonarQube's expectations by Stefan Bodewig · 6 years ago
  54. e44fe0e looks like another linefeed problem on Windows by Stefan Bodewig · 6 years ago
  55. 3c452f7 slightly reduce memory pressure by Stefan Bodewig · 6 years ago
  56. c1470f5 remove magic value by Stefan Bodewig · 6 years ago
  57. 0e1e80c whitespace by Stefan Bodewig · 6 years ago
  58. 0367fb3 make SonarQube less unhappy by Stefan Bodewig · 6 years ago
  59. d5f61b4 reading from the cache doesn't need to throw an exception by Stefan Bodewig · 6 years ago
  60. 271e0a7 explicit tests for new BitInputStream methods by Stefan Bodewig · 6 years ago
  61. d8e4e25 record changes, closes #61, many thanks to @shahabkondri by Stefan Bodewig · 6 years ago
  62. bfbe996 Revert to the original logic. by shahab · 6 years ago
  63. bf0dd95 Add braces for the else block. by shahab · 6 years ago
  64. f43590a 'long' literal ending with lowercase 'l' instead of 'L' by shahab · 6 years ago
  65. 5b56985 Explicit manual boxing is unnecessary under Java 5 and newer, and can be safely removed. by shahab · 6 years ago
  66. e816ab7 remove unused import. by shahab · 6 years ago
  67. 6c203ab There is General exception 'IOException' in the throws list already. by shahab · 6 years ago
  68. f8e33e7 Local variable is redundant. by shahab · 6 years ago
  69. f21a705 if statement can be simplified. by shahab · 6 years ago
  70. 0194bb8 if statement can be simplified. by shahab · 6 years ago
  71. eb816f6 Modifier 'static' is redundant for enum constructors. by shahab · 6 years ago
  72. c30de4b Modifier 'private' is redundant for enum constructors. by shahab · 6 years ago
  73. 08cdbe2 gitattributes don't work reliably on Windows Jenkins nodes by Stefan Bodewig · 6 years ago
  74. b2fac80 COMPRESS-441 tweaks by Dawid Weiss by Stefan Bodewig · 6 years ago
  75. 8efea83 typo by Stefan Bodewig · 6 years ago
  76. 43e8d3d COMPRESS-441 simplify code for zlib dummy byte workarounds by Stefan Bodewig · 6 years ago
  77. c66db89 COMPRESS-436 sanity check compressed size is known for bzip etc by Stefan Bodewig · 6 years ago
  78. a12adc3 add known limitations for stand-alone DEFLATE64 by Stefan Bodewig · 6 years ago
  79. 738c708 COMPRESS-437 add read-only DEFLATE64 support to 7z by Stefan Bodewig · 6 years ago
  80. 5b004bf COMPRESS-440 record change by Stefan Bodewig · 6 years ago
  81. e8720d6 whitespace by Stefan Bodewig · 6 years ago
  82. 90d775c 10% speed improvements and decreased memory allocation rate in deflate64 by Dawid Weiss · 6 years ago
  83. 49f6547 COMPRESS-407 make changed defaults more explicit by Stefan Bodewig · 6 years ago
  84. 220c45d typo by Stefan Bodewig · 6 years ago
  85. 46eeba4 update javadoc links and fix gzip stream class name by Stefan Bodewig · 6 years ago
  86. 9240ae1 remove local variable that's no longer needed by Stefan Bodewig · 6 years ago
  87. 5f69a4b javadoc warnings by Stefan Bodewig · 6 years ago
  88. 3ead678 changes.xml wasn't well formed by Stefan Bodewig · 6 years ago
  89. 135dd48 COMPRESS-438 buffer bounded streams in ZipFile for better performance by Stefan Bodewig · 6 years ago
  90. 6ef3fd4 COMPRESS-380 lost Christian's name during merge by Stefan Bodewig · 6 years ago
  91. 3bf9dad Use try-with-resources. by Gary Gregory · 6 years ago
  92. 29ce3e0 The exception is not thrown. by Gary Gregory · 6 years ago
  93. 45b5e0c The exception is not thrown. by Gary Gregory · 6 years ago
  94. 9021c5a Javadoc: Make these tables easier to read by using <pre> tags. by Gary Gregory · 6 years ago
  95. b18ef2a Merge branch 'COMPRESS-380' by Stefan Bodewig · 6 years ago
  96. 4b57823 fix typo, thanks @dweiss by Stefan Bodewig · 6 years ago
  97. 32d507b COMPRESS-380 directly read uncompressed data from the underlying stream by Stefan Bodewig · 6 years ago
  98. 782b156 COMPRESS fix comment by Stefan Bodewig · 6 years ago
  99. 19ad287 COMPRESS-380 make second part of assumption explicit by Stefan Bodewig · 6 years ago
  100. 3600a5f COMPRESS-38ß block length is an unsigned 32bit int in C code by Stefan Bodewig · 6 years ago