summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/zip/ZipEntry.java
Commit message (Expand)AuthorAgeFilesLines
* Address some Javadoc issuesMatt Benson2022-02-131-9/+13
* Use an empty array in favor of pre-sized array.Arturo Bernal2021-08-311-2/+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
* Deprecate StringUtils.LINE_SEPGintas Grigelionis2018-04-271-5/+5
* Use diamondsGintas Grigelionis2018-04-021-2/+2
* Checkstyle: whitespace, line continuation and modifier idiosyncrasiesGintas Grigelionis2017-12-111-44/+31
* Let’s use doclintGintas Grigelionis2017-12-101-6/+42
* there is no better choice of a non-generic exceptionStefan Bodewig2016-12-221-2/+2
* COMPRESS-317 ArrayIndexOutOfBoundsException in ZipArchiveEntry#getMergedFieldsStefan Bodewig2015-06-091-1/+1
* Arrays.copyOf is Java 1.6 onlyStefan Bodewig2015-01-201-4/+10
* port Kristian Rosenvold's write performance improvements from Commons CompressStefan Bodewig2015-01-201-26/+87
* better use getter than raw attribute accessStefan Bodewig2015-01-021-3/+4
* ZipEntry's copy constructor was incompleteStefan Bodewig2015-01-021-0/+3
* whitespaceStefan Bodewig2014-07-121-1/+1
* checkstyleJan Matèrne2014-07-041-42/+43
* re-use a bunch of temporary arrays - merge from CompressStefan Bodewig2013-01-051-1/+2
* merge Zip64 support from Commons CompressStefan Bodewig2012-06-041-34/+230
* Bug 53291 - Several spell checker findings in apache ant 1.8.3 documentationJacobus Martinus Kruithof2012-05-261-1/+1
* another change in order not to get any warnings during JavaDoc generation whe...Antoine Levy-Lambert2010-12-141-2/+3
* fix a bunch of warnings you get when building on Harmony which uses Eclipse's...Stefan Bodewig2010-11-221-1/+0
* accept a wider range of existing zip archives by being more lenient when pars...Stefan Bodewig2010-02-161-28/+110
* Parse central directory part of ZIP extra fields. PR 46637Stefan Bodewig2009-03-031-1/+47
* optionally read/write InfoZIP unicode fields, merge from commons-compressStefan Bodewig2009-02-261-0/+12
* allow extra fields to be added at the frontStefan Bodewig2009-02-181-0/+22
* Ignore ZIP extra fields that don't contain the recommended header+length stru...Stefan Bodewig2009-01-301-1/+1
* Move the zip package into a Java 1.4 worldStefan Bodewig2009-01-291-28/+10
* don't trust permissions read from another ZIP file blindly. PR 42122.Stefan Bodewig2008-07-171-6/+7
* magic numbersPeter Reilly2007-08-231-1/+5
* trailing spacesPeter Reilly2006-11-061-2/+2
* copy2license.plStefan Bodewig2006-09-011-5/+6
* Minor optimization to save maybe 1-2Mb of heap used to create a 30Mb ZIP file.Jesse N. Glick2006-08-171-3/+12
* indicated when methods/classes became deprecated, as to give us the possibili...Jacobus Martinus Kruithof2006-04-211-2/+3
* Removed reflection for 1.1 purposesJacobus Martinus Kruithof2005-05-221-169/+11
* Throwable caught for 1.1 compatibility only according to comment. As catichin...Jacobus Martinus Kruithof2005-05-221-7/+0
* removed lines with $Revision: x.y $ lines (after verification)Jacobus Martinus Kruithof2005-03-091-1/+0
* Reactivate methods disabled in PR 33049.Stephane Bailliez2005-01-221-13/+12
* PR: 33049Jacobus Martinus Kruithof2005-01-111-6/+8
* checkstylePeter Reilly2005-01-071-25/+46
* Loop optimization, Submitted by Kevin JacksonStefan Bodewig2004-12-151-4/+2
* First attempt at optimizing the zip code to have decent performanceStephane Bailliez2004-12-041-0/+20
* Various checkstyle violationsStefan Bodewig2004-11-221-1/+1
* Some Gump based Kaffe debuggingStefan Bodewig2004-11-181-0/+5
* Try to provide more information on an exception occuring in KaffeStefan Bodewig2004-11-161-5/+25
* These are all patches to stop java1.5 whining about varargs.Steve Loughran2004-11-101-1/+1
* remove authors from filesPeter Reilly2004-03-091-1/+0
* Copyright owner is The Apache Software FoundationAntoine Levy-Lambert2004-02-091-1/+1
* Remove trailing spaces in all java filesAntoine Levy-Lambert2004-02-041-2/+2
* Switch to Apache Software License 2.0Antoine Levy-Lambert2004-02-031-49/+12
* styleConor MacNeill2003-07-151-4/+4