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
/
tar
Commit message (
Expand
)
Author
Age
Files
Lines
*
use better suited exceptions
Stefan Bodewig
2016-12-22
1
-1
/
+1
*
there is no better choice of a non-generic exception
Stefan Bodewig
2016-12-22
1
-2
/
+2
*
accept "impossible" exceptions
Stefan Bodewig
2016-12-22
2
-5
/
+6
*
false positives and trivial fixes
Stefan Bodewig
2016-12-21
1
-1
/
+1
*
fix possible null dereferences
Stefan Bodewig
2016-12-21
1
-1
/
+1
*
port tar fix from commons compress
Stefan Bodewig
2016-02-07
1
-1
/
+11
*
COMPRESS-324 be mor lenient when detecting GNU long name entries
Stefan Bodewig
2015-10-11
1
-4
/
+2
*
fix javadoc
Jan Matèrne
2015-05-28
1
-2
/
+2
*
make tar package deal with bigger gid/uids
Stefan Bodewig
2015-05-09
3
-12
/
+66
*
COMPRESS-312 normalize filename in TarEntry's (File, String) constructor
Stefan Bodewig
2015-03-28
1
-6
/
+7
*
port fix for COMPRESS-289 from Commons Compress
Stefan Bodewig
2014-09-21
1
-7
/
+22
*
whitespace
Stefan Bodewig
2014-07-12
3
-5
/
+5
*
make it compile under Java5 (1.5.0_22-b03)
Jan Matèrne
2014-07-04
1
-31
/
+28
*
checkstyle
Jan Matèrne
2014-07-04
4
-44
/
+48
*
organize imports
Jan Matèrne
2014-07-03
3
-2
/
+3
*
checkstyle, some Java5
Jan Matèrne
2014-07-03
1
-29
/
+36
*
Deal with InputStreams that don't return the full PAX header in one
Stefan Bodewig
2014-06-21
1
-5
/
+9
*
PR 56641 <untar> cannot read entries with empty gid/uid anymore
Stefan Bodewig
2014-06-21
1
-9
/
+13
*
be more lenient when parsing tar headers
Stefan Bodewig
2014-02-21
1
-11
/
+10
*
merge small improvements from commons compress
Stefan Bodewig
2013-08-09
1
-5
/
+7
*
merge TAR long link handling fix by Emmanuel Bourg
Stefan Bodewig
2013-08-09
1
-27
/
+59
*
propely handle GNU longlink entries, PR 55040, submitted by Christoph Gysin
Stefan Bodewig
2013-06-03
3
-21
/
+63
*
re-use a bunch of temporary arrays - merge from Compress
Stefan Bodewig
2013-01-05
1
-6
/
+8
*
another fix from commons - tar doesn't use specified encoding when reading GN...
Stefan Bodewig
2013-01-05
1
-7
/
+14
*
one more fix from Compress
Stefan Bodewig
2012-12-27
1
-3
/
+3
*
merge recent fixes from Compress' tar package
Stefan Bodewig
2012-12-27
2
-5
/
+12
*
merge tar package from Compress, bringing some POSIX tar support
Stefan Bodewig
2012-06-16
7
-219
/
+1642
*
Bug 53291 - Several spell checker findings in apache ant 1.8.3 documentation
Jacobus Martinus Kruithof
2012-05-26
2
-2
/
+2
*
write all buffered data to the stream in TarOutputStream#finish. PR 50014
Stefan Bodewig
2010-10-26
2
-1
/
+2
*
if user input is compared to fixed strings in a case insensitive manner we sh...
Stefan Bodewig
2010-02-17
1
-1
/
+1
*
properly indicate the oldgnu format for tar entries with long file names. PR...
Stefan Bodewig
2009-10-08
1
-0
/
+3
*
Make preserveLeadingSlashes in tar work again, was broken by revision 755231
Stefan Bodewig
2009-08-25
1
-5
/
+18
*
clear out buffer so the last block is always filled with EOF records. PR 47421
Stefan Bodewig
2009-06-30
1
-0
/
+1
*
properly set the size of directories
Stefan Bodewig
2009-03-18
1
-1
/
+2
*
deal with file system roots being added - was leading to IndexOutOfBoundsExce...
Stefan Bodewig
2009-03-17
1
-38
/
+47
*
fix a bunch of findbugs reported problems in the zip, tar and bzip2 classes. ...
Stefan Bodewig
2009-02-05
2
-3
/
+8
*
pulling out unneeded this. references in everything but the constructors/init...
Steve Loughran
2007-11-21
3
-174
/
+174
*
pulling out unneeded this. references in everything but the constructors
Steve Loughran
2007-11-21
1
-53
/
+53
*
magic number
Peter Reilly
2007-09-25
2
-3
/
+11
*
more magic numbers
Peter Reilly
2007-09-24
1
-2
/
+4
*
checkstyle
Peter Reilly
2007-08-12
2
-1
/
+2
*
protected
Peter Reilly
2006-11-18
2
-0
/
+5
*
trailing spaces
Peter Reilly
2006-11-05
2
-2
/
+2
*
TarInputStream.read() never returns EOF: bugzilla 39924
Peter Reilly
2006-09-09
1
-0
/
+6
*
bugzilla: 40334 possible NPE in TarInputStream
Peter Reilly
2006-09-05
1
-1
/
+5
*
copy2license.pl
Stefan Bodewig
2006-09-01
6
-30
/
+36
*
allow TarOutputStream to be closed more than once, PR 38027
Stefan Bodewig
2006-04-06
1
-3
/
+9
*
provide more information
Stefan Bodewig
2005-10-20
1
-2
/
+6
*
2005
Stefan Bodewig
2005-06-13
1
-1
/
+1
*
Removed unused private fields
Jacobus Martinus Kruithof
2005-06-12
2
-14
/
+0
[next]