| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Address some Javadoc issues | Matt Benson | 2022-02-13 | 2 | -11/+17 |
| * | Merge pull request #159 from arturobernalg/feature/array_pre_size | Stefan Bodewig | 2021-09-25 | 1 | -2/+2 |
| |\ | |||||
| | * | Use an empty array in favor of pre-sized array. | Arturo Bernal | 2021-08-31 | 1 | -2/+2 |
| * | | Delete unused import. | Arturo Bernal | 2021-08-31 | 2 | -2/+0 |
| |/ | |||||
| * | Merge branch '1.9.x' | Stefan Bodewig | 2021-07-10 | 2 | -5/+27 |
| |\ | |||||
| | * | port some fixes from Commons Compress | Stefan Bodewig | 2021-07-10 | 2 | -5/+27 |
| * | | Override ZipOutputStream.write(int) | Helder Pereira | 2021-03-13 | 1 | -0/+18 |
| * | | Class.newInstance() is deprecated in Java 9+ | twogee | 2020-07-29 | 1 | -2/+17 |
| * | | Superfluous escapes | twogee | 2020-07-29 | 1 | -2/+2 |
| * | | Refer to Java 8 documentation for consistency | twogee | 2019-06-02 | 2 | -3/+6 |
| * | | PR 53457 - ByteBuffer::limit and ByteBuffer::rewind are new methods linked wh... | jkf | 2019-06-01 | 3 | -7/+19 |
| * | | removed http links from java sources to the extent possible | jkf | 2019-05-25 | 7 | -8/+8 |
| * | | updated reference to license from http to https using | jkf | 2019-05-25 | 29 | -29/+29 |
| * | | HTML5-compliant javadoc | twogee | 2019-03-20 | 4 | -4/+4 |
| * | | Refactor getZipEntryStream | Gintas Grigelionis | 2018-11-19 | 1 | -0/+4 |
| * | | Revert last 5 commits | Gintas Grigelionis | 2018-11-04 | 5 | -7/+9 |
| * | | SonarQube: missing annotations on overridden methods | Gintas Grigelionis | 2018-11-04 | 1 | -0/+1 |
| * | | SonarQube: unnecessary parentheses is a major code smell | Gintas Grigelionis | 2018-11-04 | 4 | -9/+6 |
| * | | Revert "Check spelling" | Gintas Grigelionis | 2018-09-11 | 1 | -2/+2 |
| * | | Check spelling | Gintas Grigelionis | 2018-09-09 | 1 | -2/+2 |
| * | | Merge 1.9.x branch into master | Jaikiran Pai | 2018-09-07 | 1 | -1/+4 |
| |\ \ | |/ | |||||
| | * | bz-62686 Correctly handle compression level changes in ZipOutputStream | Jaikiran Pai | 2018-09-07 | 1 | -1/+4 |
| | * | Use foreach loops (cherry-pick 1c80d50) | Gintas Grigelionis | 2018-05-26 | 1 | -2/+2 |
| | * | Fix javadoc build failure | Jaikiran Pai | 2017-12-16 | 1 | -2/+0 |
| | * | Checkstyle: whitespace, line continuation and modifier idiosyncrasies | Gintas Grigelionis | 2017-12-11 | 17 | -147/+119 |
| | * | Let’s use doclint | Gintas Grigelionis | 2017-12-10 | 17 | -54/+216 |
| * | | Remove redundancies | Gintas Grigelionis | 2018-08-20 | 1 | -1/+2 |
| * | | Use StandardCharsets | Gintas Grigelionis | 2018-08-20 | 1 | -7/+2 |
| * | | Deprecate StringUtils.LINE_SEP | Gintas Grigelionis | 2018-04-27 | 1 | -5/+5 |
| * | | Checkstyle/spelling | Gintas Grigelionis | 2018-04-20 | 2 | -6/+6 |
| * | | Use null-or-empty pattern | Gintas Grigelionis | 2018-04-06 | 1 | -1/+1 |
| * | | Unwrap some logic; uniform checks of StringBuilder size | Gintas Grigelionis | 2018-04-06 | 1 | -14/+10 |
| * | | Checkstyle and simplify, next iteration | Gintas Grigelionis | 2018-04-05 | 3 | -12/+4 |
| * | | Java 8: computeIfAbsent/withInitial | Gintas Grigelionis | 2018-04-03 | 1 | -5/+1 |
| * | | Tidy up the code | Gintas Grigelionis | 2018-04-03 | 1 | -7/+7 |
| * | | Squash catch | Gintas Grigelionis | 2018-04-02 | 1 | -3/+1 |
| * | | Use diamonds | Gintas Grigelionis | 2018-04-02 | 5 | -9/+8 |
| * | | Simplify logic | Gintas Grigelionis | 2018-04-01 | 1 | -7/+8 |
| * | | Remove extraneous casts and (un)boxing, tersify logic | Gintas Grigelionis | 2018-04-01 | 3 | -9/+9 |
| * | | Use foreach loops | Gintas Grigelionis | 2018-04-01 | 1 | -2/+2 |
| * | | Checkstyle: whitespace, line continuation and modifier idiosyncrasies | Gintas Grigelionis | 2017-12-11 | 17 | -147/+117 |
| * | | Let’s use doclint | Gintas Grigelionis | 2017-12-10 | 17 | -54/+216 |
| * | | code updates | Matt Benson | 2017-04-19 | 1 | -42/+37 |
| * | | reduce GC pressure by replacing File(In|Out)putStream | Stefan Bodewig | 2017-04-12 | 1 | -2/+2 |
| |/ | |||||
| * | there is no better choice of a non-generic exception | Stefan Bodewig | 2016-12-22 | 2 | -5/+5 |
| * | accept "impossible" exceptions | Stefan Bodewig | 2016-12-22 | 5 | -5/+5 |
| * | Sonar meets backwards compatibility requirements | Stefan Bodewig | 2016-12-21 | 1 | -6/+6 |
| * | fix Serializable classes that were in fact not Serializable | Stefan Bodewig | 2016-12-21 | 1 | -4/+4 |
| * | false positives for null dereferences | Stefan Bodewig | 2016-12-21 | 1 | -3/+3 |
| * | Sonar false positives for resource leaks | Stefan Bodewig | 2016-12-20 | 1 | -1/+3 |
