summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/zip
Commit message (Expand)AuthorAgeFilesLines
* Address some Javadoc issuesMatt Benson2022-02-132-11/+17
* Merge pull request #159 from arturobernalg/feature/array_pre_sizeStefan Bodewig2021-09-251-2/+2
|\
| * Use an empty array in favor of pre-sized array.Arturo Bernal2021-08-311-2/+2
* | Delete unused import.Arturo Bernal2021-08-312-2/+0
|/
* Merge branch '1.9.x'Stefan Bodewig2021-07-102-5/+27
|\
| * port some fixes from Commons CompressStefan Bodewig2021-07-102-5/+27
* | Override ZipOutputStream.write(int)Helder Pereira2021-03-131-0/+18
* | Class.newInstance() is deprecated in Java 9+twogee2020-07-291-2/+17
* | Superfluous escapestwogee2020-07-291-2/+2
* | Refer to Java 8 documentation for consistencytwogee2019-06-022-3/+6
* | PR 53457 - ByteBuffer::limit and ByteBuffer::rewind are new methods linked wh...jkf2019-06-013-7/+19
* | removed http links from java sources to the extent possiblejkf2019-05-257-8/+8
* | updated reference to license from http to https usingjkf2019-05-2529-29/+29
* | HTML5-compliant javadoctwogee2019-03-204-4/+4
* | Refactor getZipEntryStreamGintas Grigelionis2018-11-191-0/+4
* | Revert last 5 commitsGintas Grigelionis2018-11-045-7/+9
* | SonarQube: missing annotations on overridden methodsGintas Grigelionis2018-11-041-0/+1
* | SonarQube: unnecessary parentheses is a major code smellGintas Grigelionis2018-11-044-9/+6
* | Revert "Check spelling"Gintas Grigelionis2018-09-111-2/+2
* | Check spellingGintas Grigelionis2018-09-091-2/+2
* | Merge 1.9.x branch into masterJaikiran Pai2018-09-071-1/+4
|\ \ | |/
| * bz-62686 Correctly handle compression level changes in ZipOutputStreamJaikiran Pai2018-09-071-1/+4
| * Use foreach loops (cherry-pick 1c80d50)Gintas Grigelionis2018-05-261-2/+2
| * Fix javadoc build failureJaikiran Pai2017-12-161-2/+0
| * Checkstyle: whitespace, line continuation and modifier idiosyncrasiesGintas Grigelionis2017-12-1117-147/+119
| * Let’s use doclintGintas Grigelionis2017-12-1017-54/+216
* | Remove redundanciesGintas Grigelionis2018-08-201-1/+2
* | Use StandardCharsetsGintas Grigelionis2018-08-201-7/+2
* | Deprecate StringUtils.LINE_SEPGintas Grigelionis2018-04-271-5/+5
* | Checkstyle/spellingGintas Grigelionis2018-04-202-6/+6
* | Use null-or-empty patternGintas Grigelionis2018-04-061-1/+1
* | Unwrap some logic; uniform checks of StringBuilder sizeGintas Grigelionis2018-04-061-14/+10
* | Checkstyle and simplify, next iterationGintas Grigelionis2018-04-053-12/+4
* | Java 8: computeIfAbsent/withInitialGintas Grigelionis2018-04-031-5/+1
* | Tidy up the codeGintas Grigelionis2018-04-031-7/+7
* | Squash catchGintas Grigelionis2018-04-021-3/+1
* | Use diamondsGintas Grigelionis2018-04-025-9/+8
* | Simplify logicGintas Grigelionis2018-04-011-7/+8
* | Remove extraneous casts and (un)boxing, tersify logicGintas Grigelionis2018-04-013-9/+9
* | Use foreach loopsGintas Grigelionis2018-04-011-2/+2
* | Checkstyle: whitespace, line continuation and modifier idiosyncrasiesGintas Grigelionis2017-12-1117-147/+117
* | Let’s use doclintGintas Grigelionis2017-12-1017-54/+216
* | code updatesMatt Benson2017-04-191-42/+37
* | reduce GC pressure by replacing File(In|Out)putStreamStefan Bodewig2017-04-121-2/+2
|/
* there is no better choice of a non-generic exceptionStefan Bodewig2016-12-222-5/+5
* accept "impossible" exceptionsStefan Bodewig2016-12-225-5/+5
* Sonar meets backwards compatibility requirementsStefan Bodewig2016-12-211-6/+6
* fix Serializable classes that were in fact not SerializableStefan Bodewig2016-12-211-4/+4
* false positives for null dereferencesStefan Bodewig2016-12-211-3/+3
* Sonar false positives for resource leaksStefan Bodewig2016-12-201-1/+3