summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/zip/ZipOutputStream.java
Commit message (Expand)AuthorAgeFilesLines
* Address some Javadoc issuesMatt Benson2022-02-131-2/+4
* Override ZipOutputStream.write(int)Helder Pereira2021-03-131-0/+18
* Refer to Java 8 documentation for consistencytwogee2019-06-021-2/+4
* removed http links from java sources to the extent possiblejkf2019-05-251-2/+2
* updated reference to license from http to https usingjkf2019-05-251-1/+1
* Revert last 5 commitsGintas Grigelionis2018-11-041-3/+5
* SonarQube: unnecessary parentheses is a major code smellGintas Grigelionis2018-11-041-5/+3
* 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
| * Checkstyle: whitespace, line continuation and modifier idiosyncrasiesGintas Grigelionis2017-12-111-9/+8
| * Let’s use doclintGintas Grigelionis2017-12-101-7/+75
* | Unwrap some logic; uniform checks of StringBuilder sizeGintas Grigelionis2018-04-061-14/+10
* | Tidy up the codeGintas Grigelionis2018-04-031-7/+7
* | Use diamondsGintas Grigelionis2018-04-021-2/+2
* | Checkstyle: whitespace, line continuation and modifier idiosyncrasiesGintas Grigelionis2017-12-111-9/+8
* | Let’s use doclintGintas Grigelionis2017-12-101-7/+75
* | reduce GC pressure by replacing File(In|Out)putStreamStefan Bodewig2017-04-121-2/+2
|/
* Sonar meets backwards compatibility requirementsStefan Bodewig2016-12-211-6/+6
* yet another potential AIOBException in zip packageStefan Bodewig2015-07-211-1/+1
* port Kristian Rosenvold's write performance improvements from Commons CompressStefan Bodewig2015-01-201-178/+258
* whitespaceStefan Bodewig2014-07-121-3/+3
* checkstyleJan Matèrne2014-07-041-10/+13
* organize importsJan Matèrne2014-07-031-9/+9
* re-use a bunch of temporary arrays - merge from CompressStefan Bodewig2013-01-051-1/+3
* merge recent fixes from Compress' tar packageStefan Bodewig2012-12-271-6/+12
* some stray @since tags from CCStefan Bodewig2012-06-041-7/+0
* merge Zip64 support from Commons CompressStefan Bodewig2012-06-041-257/+739
* NS_DANGEROUS_NON_SHORT_CIRCUITJesse N. Glick2012-03-051-1/+1
* finalize deflater instance in ZipOutputStream.Stefan Bodewig2011-08-031-0/+1
* EFS in APPNOTE.TXT stands for 'Early Feature Specification' so our usage of i...Stefan Bodewig2010-02-191-7/+15
* ensure the same encoding is used for name and comment in all places. Submitt...Stefan Bodewig2009-03-051-13/+18
* even more encoding options for zipsStefan Bodewig2009-03-041-17/+88
* improved zip-encoding support for JDK < 1.5, submitted by Wolfgang Glas, merg...Stefan Bodewig2009-03-021-56/+67
* optionally read/write InfoZIP unicode fields, merge from commons-compressStefan Bodewig2009-02-261-3/+28
* whitespaceStefan Bodewig2009-02-191-7/+7
* Support more modern encoding flag where archives signal filenames as UTF-8. ...Stefan Bodewig2009-02-191-31/+71
* Move the zip package into a Java 1.4 worldStefan Bodewig2009-01-291-9/+12
* feed Deflater smaller chunks because it seems to copy around the data a lot. ...Stefan Bodewig2008-07-161-3/+29
* magic numberPeter Reilly2007-09-251-0/+10
* magic numbersPeter Reilly2007-08-231-1/+2
* remove some magic numbersPeter Reilly2007-08-221-19/+26
* checkstylePeter Reilly2006-11-181-1/+6
* 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-2/+2
* Removed reflection for 1.1 purposesJacobus Martinus Kruithof2005-05-221-3/+3
* removed lines with $Revision: x.y $ lines (after verification)Jacobus Martinus Kruithof2005-03-091-1/+0
* Allo zip to store files with size between 2GB and 4GBStefan Bodewig2005-02-181-2/+17
* Added level attribute to zip & subclasses.Matthew Jason Benson2005-02-021-19/+32