summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/zip/ZipFile.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '1.9.x'Stefan Bodewig2021-07-101-1/+19
|\
| * port some fixes from Commons CompressStefan Bodewig2021-07-101-1/+19
| * Let’s use doclintGintas Grigelionis2017-12-101-3/+6
* | Refer to Java 8 documentation for consistencytwogee2019-06-021-1/+2
* | removed http links from java sources to the extent possiblejkf2019-05-251-1/+1
* | updated reference to license from http to https usingjkf2019-05-251-1/+1
* | Refactor getZipEntryStreamGintas Grigelionis2018-11-191-0/+4
* | Revert last 5 commitsGintas Grigelionis2018-11-041-1/+2
* | SonarQube: unnecessary parentheses is a major code smellGintas Grigelionis2018-11-041-2/+1
* | Checkstyle/spellingGintas Grigelionis2018-04-201-2/+2
* | Java 8: computeIfAbsent/withInitialGintas Grigelionis2018-04-031-5/+1
* | Let’s use doclintGintas Grigelionis2017-12-101-3/+6
* | code updatesMatt Benson2017-04-191-42/+37
|/
* false positives for null dereferencesStefan Bodewig2016-12-211-3/+3
* Sonar false positives for resource leaksStefan Bodewig2016-12-201-1/+3
* make ZipFile implement CloseableStefan Bodewig2016-03-281-1/+2
* Don't whine about unclosed archives if the file isn't even there.Stefan Bodewig2015-01-201-2/+2
* whitespaceStefan Bodewig2014-07-121-1/+1
* make it compile under Java5 (1.5.0_22-b03)Jan Matèrne2014-07-041-68/+67
* checkstyleJan Matèrne2014-07-041-3/+4
* organize importsJan Matèrne2014-07-031-6/+6
* Merge handling of duplicate entries from Commons Compress' ZipFile - needed t...Stefan Bodewig2013-06-041-40/+111
* don't search beyond the start of the archiveStefan Bodewig2013-01-271-5/+11
* improve performance when reading non zip64 zip files, merge from commons comp...Stefan Bodewig2013-01-271-8/+19
* re-use a bunch of temporary arrays - merge from CompressStefan Bodewig2013-01-051-51/+39
* merge Zip64 support from Commons CompressStefan Bodewig2012-06-041-225/+448
* Bug 53291 - Several spell checker findings in apache ant 1.8.3 documentationJacobus Martinus Kruithof2012-05-261-1/+1
* ZipFile doesn't work properly for archives using unicode extra fields. Port ...Stefan Bodewig2011-12-051-1/+7
* there is an off-by-one error in the loop that searches for the 'end of centra...Stefan Bodewig2011-08-051-7/+9
* clean up Inflater instance as some JDKs won't do it for us. PR 42696. Submi...Stefan Bodewig2011-07-131-1/+7
* EFS in APPNOTE.TXT stands for 'Early Feature Specification' so our usage of i...Stefan Bodewig2010-02-191-12/+12
* Parse central directory part of ZIP extra fields. PR 46637Stefan Bodewig2009-03-031-9/+3
* improved zip-encoding support for JDK < 1.5, submitted by Wolfgang Glas, merg...Stefan Bodewig2009-03-021-44/+23
* provide options for enhanced encoding support in ZIP, document it. Many than...Stefan Bodewig2009-02-271-4/+4
* optionally read/write InfoZIP unicode fields, merge from commons-compressStefan Bodewig2009-02-261-12/+124
* use the desired encoding to decodeStefan Bodewig2009-02-231-1/+1
* use nio for decoding of names - merge from commons-compress rev 746933Stefan Bodewig2009-02-231-3/+9
* Support more modern encoding flag where archives signal filenames as UTF-8. ...Stefan Bodewig2009-02-191-6/+26
* fix a bunch of findbugs reported problems in the zip, tar and bzip2 classes. ...Stefan Bodewig2009-02-051-2/+18
* Make sure ZIP archive is closed even when a RuntimeExpection occurs. PR 46559Stefan Bodewig2009-01-291-6/+9
* Move the zip package into a Java 1.4 worldStefan Bodewig2009-01-291-4/+6
* fail early if ZipFile is applied to a non-ZIP archive. PR 45463. Suggested ...Stefan Bodewig2008-08-081-1/+5
* Made up my mind on the fix for PR 35000. Empty != broken, so make it two sep...Stefan Bodewig2008-07-181-72/+20
* an empty central directory is fine for an empty archiveStefan Bodewig2008-07-171-3/+71
* an archive with an empty central directory is broken. PR 35000. Submitted b...Stefan Bodewig2008-07-171-0/+4
* magic numbersPeter Reilly2007-08-231-5/+13
* checkstyle: some magic numbersPeter Reilly2007-08-211-60/+63
* checkstylePeter Reilly2006-11-181-2/+2
* copy2license.plStefan Bodewig2006-09-011-5/+6
* JDK 1.2 is EOL and documentation is no more available. Point to JDK 5 APIStephane Bailliez2005-10-221-1/+1