summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/tar
Commit message (Expand)AuthorAgeFilesLines
* properly handle File.list() returning nullStefan Bodewig2023-03-021-0/+3
* 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
* Use Bulk operation instead of iteration.Arturo Bernal2021-10-031-3/+2
* record tar symlink change of #142Stefan Bodewig2021-09-251-0/+2
* Merge branch 'feature/tarfileset-preserve-symlinks' of https://github.com/mst...Stefan Bodewig2021-09-251-0/+18
|\
| * TarEntry: make linkFlag accessibleMarc Strapetz2020-12-101-0/+18
* | Merge branch '1.9.x'Stefan Bodewig2021-07-101-2/+5
|\ \ | |/ |/|
| * port some fixes from Commons CompressStefan Bodewig2021-07-101-2/+5
| * Use String#contains() (cherry-pick 92f18cf)Gintas Grigelionis2018-05-261-1/+1
| * More foreach loops (cherry-pick 061d29b)Gintas Grigelionis2018-05-261-4/+3
| * Use foreach loops (cherry-pick 1c80d50)Gintas Grigelionis2018-05-261-2/+1
| * Checkstyle: whitespace, line continuation and modifier idiosyncrasiesGintas Grigelionis2017-12-115-86/+87
| * Let’s use doclintGintas Grigelionis2017-12-104-23/+36
* | removed http links from java sources to the extent possiblejkf2019-05-252-3/+3
* | updated reference to license from http to https usingjkf2019-05-257-7/+7
* | Revert last 5 commitsGintas Grigelionis2018-11-043-18/+33
* | SonarQube: nested if’s is a major code smellGintas Grigelionis2018-11-041-7/+4
* | SonarQube: unnecessary parentheses is a major code smellGintas Grigelionis2018-11-042-28/+16
* | Checkstyle: dangling operatorsGintas Grigelionis2018-11-041-2/+2
* | Use StandardCharsetsGintas Grigelionis2018-08-203-12/+8
* | Avoid Collections.list().stream()Gintas Grigelionis2018-05-171-25/+33
* | Use foreach loopsGintas Grigelionis2018-04-121-4/+3
* | Inline/whitespace/formatGintas Grigelionis2018-04-121-2/+1
* | Use null-or-empty patternGintas Grigelionis2018-04-062-2/+2
* | Avoid repetitionGintas Grigelionis2018-04-061-1/+1
* | Checkstyle and simplify, next iterationGintas Grigelionis2018-04-051-13/+5
* | Use diamondsGintas Grigelionis2018-04-022-2/+2
* | Remove extraneous casts and (un)boxing, tersify logicGintas Grigelionis2018-04-011-13/+5
* | Use String.contains()Gintas Grigelionis2018-04-011-1/+1
* | Use foreach loopsGintas Grigelionis2018-04-011-2/+1
* | Shorten fully qualified names and other small fixesGintas Grigelionis2018-03-311-3/+1
* | Checkstyle: whitespace, line continuation and modifier idiosyncrasiesGintas Grigelionis2017-12-115-86/+87
* | Let’s use doclintGintas Grigelionis2017-12-104-23/+36
|/
* 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