summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/tar
Commit message (Expand)AuthorAgeFilesLines
* use better suited exceptionsStefan Bodewig2016-12-221-1/+1
* there is no better choice of a non-generic exceptionStefan Bodewig2016-12-221-2/+2
* accept "impossible" exceptionsStefan Bodewig2016-12-222-5/+6
* false positives and trivial fixesStefan Bodewig2016-12-211-1/+1
* fix possible null dereferencesStefan Bodewig2016-12-211-1/+1
* port tar fix from commons compressStefan Bodewig2016-02-071-1/+11
* COMPRESS-324 be mor lenient when detecting GNU long name entriesStefan Bodewig2015-10-111-4/+2
* fix javadocJan Matèrne2015-05-281-2/+2
* make tar package deal with bigger gid/uidsStefan Bodewig2015-05-093-12/+66
* COMPRESS-312 normalize filename in TarEntry's (File, String) constructorStefan Bodewig2015-03-281-6/+7
* port fix for COMPRESS-289 from Commons CompressStefan Bodewig2014-09-211-7/+22
* whitespaceStefan Bodewig2014-07-123-5/+5
* make it compile under Java5 (1.5.0_22-b03)Jan Matèrne2014-07-041-31/+28
* checkstyleJan Matèrne2014-07-044-44/+48
* organize importsJan Matèrne2014-07-033-2/+3
* checkstyle, some Java5Jan Matèrne2014-07-031-29/+36
* Deal with InputStreams that don't return the full PAX header in oneStefan Bodewig2014-06-211-5/+9
* PR 56641 <untar> cannot read entries with empty gid/uid anymoreStefan Bodewig2014-06-211-9/+13
* be more lenient when parsing tar headersStefan Bodewig2014-02-211-11/+10
* merge small improvements from commons compressStefan Bodewig2013-08-091-5/+7
* merge TAR long link handling fix by Emmanuel BourgStefan Bodewig2013-08-091-27/+59
* propely handle GNU longlink entries, PR 55040, submitted by Christoph GysinStefan Bodewig2013-06-033-21/+63
* re-use a bunch of temporary arrays - merge from CompressStefan Bodewig2013-01-051-6/+8
* another fix from commons - tar doesn't use specified encoding when reading GN...Stefan Bodewig2013-01-051-7/+14
* one more fix from CompressStefan Bodewig2012-12-271-3/+3
* merge recent fixes from Compress' tar packageStefan Bodewig2012-12-272-5/+12
* merge tar package from Compress, bringing some POSIX tar supportStefan Bodewig2012-06-167-219/+1642
* Bug 53291 - Several spell checker findings in apache ant 1.8.3 documentationJacobus Martinus Kruithof2012-05-262-2/+2
* write all buffered data to the stream in TarOutputStream#finish. PR 50014Stefan Bodewig2010-10-262-1/+2
* if user input is compared to fixed strings in a case insensitive manner we sh...Stefan Bodewig2010-02-171-1/+1
* properly indicate the oldgnu format for tar entries with long file names. PR...Stefan Bodewig2009-10-081-0/+3
* Make preserveLeadingSlashes in tar work again, was broken by revision 755231Stefan Bodewig2009-08-251-5/+18
* clear out buffer so the last block is always filled with EOF records. PR 47421Stefan Bodewig2009-06-301-0/+1
* properly set the size of directoriesStefan Bodewig2009-03-181-1/+2
* deal with file system roots being added - was leading to IndexOutOfBoundsExce...Stefan Bodewig2009-03-171-38/+47
* fix a bunch of findbugs reported problems in the zip, tar and bzip2 classes. ...Stefan Bodewig2009-02-052-3/+8
* pulling out unneeded this. references in everything but the constructors/init...Steve Loughran2007-11-213-174/+174
* pulling out unneeded this. references in everything but the constructorsSteve Loughran2007-11-211-53/+53
* magic numberPeter Reilly2007-09-252-3/+11
* more magic numbersPeter Reilly2007-09-241-2/+4
* checkstylePeter Reilly2007-08-122-1/+2
* protectedPeter Reilly2006-11-182-0/+5
* trailing spacesPeter Reilly2006-11-052-2/+2
* TarInputStream.read() never returns EOF: bugzilla 39924Peter Reilly2006-09-091-0/+6
* bugzilla: 40334 possible NPE in TarInputStreamPeter Reilly2006-09-051-1/+5
* copy2license.plStefan Bodewig2006-09-016-30/+36
* allow TarOutputStream to be closed more than once, PR 38027Stefan Bodewig2006-04-061-3/+9
* provide more informationStefan Bodewig2005-10-201-2/+6
* 2005Stefan Bodewig2005-06-131-1/+1
* Removed unused private fieldsJacobus Martinus Kruithof2005-06-122-14/+0