summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/tar/TarUtils.java
Commit message (Expand)AuthorAgeFilesLines
* try to properly decode multibyte encoded names in tar entriesStefan Bodewig2022-11-261-5/+66
* Names end before the first NULL (not the last)Keith W. Campbell2022-10-261-3/+3
* updated reference to license from http to https usingjkf2019-05-251-1/+1
* Revert last 5 commitsGintas Grigelionis2018-11-041-2/+2
* Checkstyle: dangling operatorsGintas Grigelionis2018-11-041-2/+2
* Inline/whitespace/formatGintas Grigelionis2018-04-121-2/+1
* Use foreach loopsGintas Grigelionis2018-04-011-2/+1
* Checkstyle: whitespace, line continuation and modifier idiosyncrasiesGintas Grigelionis2017-12-111-27/+29
* Let’s use doclintGintas Grigelionis2017-12-101-0/+2
* accept "impossible" exceptionsStefan Bodewig2016-12-221-2/+2
* false positives and trivial fixesStefan Bodewig2016-12-211-1/+1
* whitespaceStefan Bodewig2014-07-121-3/+3
* make it compile under Java5 (1.5.0_22-b03)Jan Matèrne2014-07-041-31/+28
* checkstyleJan Matèrne2014-07-041-14/+17
* organize importsJan Matèrne2014-07-031-0/+1
* 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 recent fixes from Compress' tar packageStefan Bodewig2012-12-271-1/+1
* merge tar package from Compress, bringing some POSIX tar supportStefan Bodewig2012-06-161-86/+440
* magic numberPeter Reilly2007-09-251-1/+7
* checkstylePeter Reilly2007-08-121-0/+1
* copy2license.plStefan Bodewig2006-09-011-5/+6
* javadocPeter Reilly2005-01-111-1/+5
* remove authors from filesPeter Reilly2004-03-091-2/+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
* Coding conventionsConor MacNeill2003-07-191-4/+4
* checkstyleConor MacNeill2003-07-091-33/+33
* Remove Jakarta Project from licenseStefan Bodewig2003-02-101-1/+1
* fix issues reported by PMDStefan Bodewig2002-10-311-2/+1
* License police on utility packages:Stefan Bodewig2002-01-101-1/+1
* Make licence statements mention Ant in place of TomcatConor MacNeill2001-01-031-1/+1
* added Tar task + implementation classesStefano Mazzocchi2000-02-101-0/+234