index
:
delta/java/ant.git
1.9.x
ANT_12_FIXES
ANT_13_BRANCH
ANT_14_BRANCH
ANT_15_BRANCH
ANT_16_BRANCH
ANT_17_BRANCH
ANT_184_BRANCH
ANT_18_BRANCH
ANT_SITE
TOMCAT_31
bug_47552_scp_compression
dependabot/maven/src/etc/poms/ant-commons-net/commons-net-commons-net-3.9.0
dependabot/maven/src/etc/poms/ant-junit/xerces-xercesImpl-2.12.2
dependabot/maven/src/etc/poms/ant/xerces-xercesImpl-2.12.2
java-10-version
java8
jkf-1.10-requires-jdk8
jkf-review
logoutput-jmod-link
master
prepare_Ant_1.9.5
prepare_Ant_1.9.6
remove-tests-constants-from-main-tree
run-single-test-method
tomcat_32
git.apache.org: repos/asf/ant.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
org
/
apache
/
tools
/
zip
/
ZipEntry.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Address some Javadoc issues
Matt Benson
2022-02-13
1
-9
/
+13
*
Use an empty array in favor of pre-sized array.
Arturo Bernal
2021-08-31
1
-2
/
+2
*
removed http links from java sources to the extent possible
jkf
2019-05-25
1
-1
/
+1
*
updated reference to license from http to https using
jkf
2019-05-25
1
-1
/
+1
*
Deprecate StringUtils.LINE_SEP
Gintas Grigelionis
2018-04-27
1
-5
/
+5
*
Use diamonds
Gintas Grigelionis
2018-04-02
1
-2
/
+2
*
Checkstyle: whitespace, line continuation and modifier idiosyncrasies
Gintas Grigelionis
2017-12-11
1
-44
/
+31
*
Let’s use doclint
Gintas Grigelionis
2017-12-10
1
-6
/
+42
*
there is no better choice of a non-generic exception
Stefan Bodewig
2016-12-22
1
-2
/
+2
*
COMPRESS-317 ArrayIndexOutOfBoundsException in ZipArchiveEntry#getMergedFields
Stefan Bodewig
2015-06-09
1
-1
/
+1
*
Arrays.copyOf is Java 1.6 only
Stefan Bodewig
2015-01-20
1
-4
/
+10
*
port Kristian Rosenvold's write performance improvements from Commons Compress
Stefan Bodewig
2015-01-20
1
-26
/
+87
*
better use getter than raw attribute access
Stefan Bodewig
2015-01-02
1
-3
/
+4
*
ZipEntry's copy constructor was incomplete
Stefan Bodewig
2015-01-02
1
-0
/
+3
*
whitespace
Stefan Bodewig
2014-07-12
1
-1
/
+1
*
checkstyle
Jan Matèrne
2014-07-04
1
-42
/
+43
*
re-use a bunch of temporary arrays - merge from Compress
Stefan Bodewig
2013-01-05
1
-1
/
+2
*
merge Zip64 support from Commons Compress
Stefan Bodewig
2012-06-04
1
-34
/
+230
*
Bug 53291 - Several spell checker findings in apache ant 1.8.3 documentation
Jacobus Martinus Kruithof
2012-05-26
1
-1
/
+1
*
another change in order not to get any warnings during JavaDoc generation whe...
Antoine Levy-Lambert
2010-12-14
1
-2
/
+3
*
fix a bunch of warnings you get when building on Harmony which uses Eclipse's...
Stefan Bodewig
2010-11-22
1
-1
/
+0
*
accept a wider range of existing zip archives by being more lenient when pars...
Stefan Bodewig
2010-02-16
1
-28
/
+110
*
Parse central directory part of ZIP extra fields. PR 46637
Stefan Bodewig
2009-03-03
1
-1
/
+47
*
optionally read/write InfoZIP unicode fields, merge from commons-compress
Stefan Bodewig
2009-02-26
1
-0
/
+12
*
allow extra fields to be added at the front
Stefan Bodewig
2009-02-18
1
-0
/
+22
*
Ignore ZIP extra fields that don't contain the recommended header+length stru...
Stefan Bodewig
2009-01-30
1
-1
/
+1
*
Move the zip package into a Java 1.4 world
Stefan Bodewig
2009-01-29
1
-28
/
+10
*
don't trust permissions read from another ZIP file blindly. PR 42122.
Stefan Bodewig
2008-07-17
1
-6
/
+7
*
magic numbers
Peter Reilly
2007-08-23
1
-1
/
+5
*
trailing spaces
Peter Reilly
2006-11-06
1
-2
/
+2
*
copy2license.pl
Stefan Bodewig
2006-09-01
1
-5
/
+6
*
Minor optimization to save maybe 1-2Mb of heap used to create a 30Mb ZIP file.
Jesse N. Glick
2006-08-17
1
-3
/
+12
*
indicated when methods/classes became deprecated, as to give us the possibili...
Jacobus Martinus Kruithof
2006-04-21
1
-2
/
+3
*
Removed reflection for 1.1 purposes
Jacobus Martinus Kruithof
2005-05-22
1
-169
/
+11
*
Throwable caught for 1.1 compatibility only according to comment. As catichin...
Jacobus Martinus Kruithof
2005-05-22
1
-7
/
+0
*
removed lines with $Revision: x.y $ lines (after verification)
Jacobus Martinus Kruithof
2005-03-09
1
-1
/
+0
*
Reactivate methods disabled in PR 33049.
Stephane Bailliez
2005-01-22
1
-13
/
+12
*
PR: 33049
Jacobus Martinus Kruithof
2005-01-11
1
-6
/
+8
*
checkstyle
Peter Reilly
2005-01-07
1
-25
/
+46
*
Loop optimization, Submitted by Kevin Jackson
Stefan Bodewig
2004-12-15
1
-4
/
+2
*
First attempt at optimizing the zip code to have decent performance
Stephane Bailliez
2004-12-04
1
-0
/
+20
*
Various checkstyle violations
Stefan Bodewig
2004-11-22
1
-1
/
+1
*
Some Gump based Kaffe debugging
Stefan Bodewig
2004-11-18
1
-0
/
+5
*
Try to provide more information on an exception occuring in Kaffe
Stefan Bodewig
2004-11-16
1
-5
/
+25
*
These are all patches to stop java1.5 whining about varargs.
Steve Loughran
2004-11-10
1
-1
/
+1
*
remove authors from files
Peter Reilly
2004-03-09
1
-1
/
+0
*
Copyright owner is The Apache Software Foundation
Antoine Levy-Lambert
2004-02-09
1
-1
/
+1
*
Remove trailing spaces in all java files
Antoine Levy-Lambert
2004-02-04
1
-2
/
+2
*
Switch to Apache Software License 2.0
Antoine Levy-Lambert
2004-02-03
1
-49
/
+12
*
style
Conor MacNeill
2003-07-15
1
-4
/
+4
[next]