Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
apache-commons-compress
/
0daad1316f89fc443919d766471c263fbc1e2e8c
0daad13
moved assembly descriptors to /src/main/assembly
by Christian Grobmeier
· 13 years ago
dff264b
moved assembly descriptors to /src/main/assembly
by Christian Grobmeier
· 13 years ago
e4ee376
duplicate two lines of TarArchiveEntry constructor code rather than hiding an important exception
by Stefan Bodewig
· 13 years ago
69ceb4e
infrastructure for non-ASCII encoding of file names in tar. COMPRESS-183
by Stefan Bodewig
· 13 years ago
4239871
rename bigFileMode to bigNumberMode. COMPRESS-182
by Stefan Bodewig
· 13 years ago
23db0b7
simplify addition of PAX headers
by Stefan Bodewig
· 13 years ago
8b2ec5a
make sure 'too big' messages for fields that can't be represented in ustar headers are consistent
by Stefan Bodewig
· 13 years ago
5b13f84
Support for major and minor device number in PAX headers. COMPRESS-182
by Stefan Bodewig
· 13 years ago
9a1011d
redundant code
by Stefan Bodewig
· 13 years ago
20e860d
Use PAX headers for big or negative numeric values in tar headers. COMPRESS-182
by Stefan Bodewig
· 13 years ago
be286da
user STAR encoding for all numeric fields in tar headers if they don't fit in the 'normal' range. COMPRESS-182
by Stefan Bodewig
· 13 years ago
4e76725
tiny performance tweak
by Stefan Bodewig
· 13 years ago
1ffe1b1
parse last modification date from PAX headers if present. COMPRESS-182
by Stefan Bodewig
· 13 years ago
6c71a2b
STAR and GNU tar may use binary encoding for all numeric values, including modification time. COMPRESS-182
by Stefan Bodewig
· 13 years ago
23aa5b4
some additional test cases
by Stefan Bodewig
· 13 years ago
b90b1f4
Our parser for STAR-encoded binary values was wrong, STAR only uses 7 or 11 bytes and can encode negative values as twos complement signaled by the first byte being 0xff rather than 0x80. COMPRESS-182
by Stefan Bodewig
· 13 years ago
40f2e63
workaround for tar implementations that insert a NUL byte into header fields. COMPRESS-181
by Stefan Bodewig
· 13 years ago
d39ba76
typo
by Stefan Bodewig
· 13 years ago
c75c10f
add workaround for broken implementations that use backslashes rather than slashes in file names. COMPRESS-176
by Stefan Bodewig
· 13 years ago
576bd03
Add recent tags to SVN history display
by Sebastian Bazley
· 13 years ago
e99d0ad
Replace init method with private ctor; allows several fields to be made final
by Sebastian Bazley
· 13 years ago
432543d
COMPRESS-131 ArrayOutOfBounds while decompressing bz2. Added test case - code already seems to have been fixed.
by Sebastian Bazley
· 13 years ago
bc84d20
COMPRESS-178 TarArchiveInputStream throws IllegalArgumentException instead of IOException
by Sebastian Bazley
· 13 years ago
b23b5c8
Javadoc
by Sebastian Bazley
· 13 years ago
915e8ef
COMPRESS-179 TarUtils.formatLongOctalOrBinaryBytes() assumes the field will be 12 bytes long
by Sebastian Bazley
· 13 years ago
16dc21b
Javadoc
by Sebastian Bazley
· 13 years ago
7ee6b67
COMPRESS-175 - GNU Tar sometimes uses binary encoding for UID and GID
by Sebastian Bazley
· 13 years ago
a6b146b
No longer needed - use release-notes profile from CP
by Sebastian Bazley
· 13 years ago
7d01049
Use changes plugin version from parent
by Sebastian Bazley
· 13 years ago
dc6d153
Update to CP23
by Sebastian Bazley
· 13 years ago
68391e8
Don't use default encoding
by Sebastian Bazley
· 13 years ago
6f3c8d1
bump copyright year
by Stefan Bodewig
· 13 years ago
b410868
whitespace
by Stefan Bodewig
· 13 years ago
a933173
Only assume a TAR is a TAR if it at least contains one 512 byte block. COMPRESS-171
by Stefan Bodewig
· 13 years ago
00cc49e
throw an IOException rather than a RuntimeException for a certain type of corrupted ZIPs. COMPRESS-169
by Stefan Bodewig
· 13 years ago
f90c1cb
documenation for big file support and PAX support fro writing long file names in tar. COMPRESS-165 and COMPRESS-166
by Stefan Bodewig
· 13 years ago
2d52e39
Support the POSIX way of writing tar entries with names longer than 100 chars. COMPRESS-166
by Stefan Bodewig
· 13 years ago
0ad3bf8
Write big files in PAX/POSIX mode. COMPRESS-165
by Stefan Bodewig
· 13 years ago
a6fbdae
support writing big files using star extensions. COMPRESS-165. Patch by John Kodis.
by Stefan Bodewig
· 13 years ago
67c25f9
whitespace
by Stefan Bodewig
· 13 years ago
5c136a3
prove parsing of PAX headers works correctly. COMPRESS-167
by Stefan Bodewig
· 13 years ago
c4704be
test that proves PAX archives with big entries are read correctly. COMPRESS-16
by Stefan Bodewig
· 13 years ago
5dad112
Allow PAX headers to set sizes bigger than 8GiB. COMPRESS-163. Based on patch by John Kodis
by Stefan Bodewig
· 13 years ago
3476606
ZipFile doesn't work properly for unicode extra fields. Based on patch by Volker Leidl. COMPRESS-164
by Stefan Bodewig
· 13 years ago
8cece72
Test for reading GNU tar archive with file bigger than 8 GiB. COMPRESS-16
by Stefan Bodewig
· 13 years ago
38f0ca9
rename run-it profile to run-zipit so ITs for other formats can be added individually
by Stefan Bodewig
· 13 years ago
6846564
Add read-support for big files using GNU tar extensions. write support will be added later. Based on patch by John Kodis. COMPRESS-16
by Stefan Bodewig
· 13 years ago
6a2166b
testcases for compressors with concatenated streams. COMPRESS-146 COMPRESS-154 COMPRESS156
by Stefan Bodewig
· 13 years ago
e244ef5
Use Collection.isEmpty() instead of size() == 0
by Gary D. Gregory
· 13 years ago
1ce7ae0
Explicit boxing
by Sebastian Bazley
· 13 years ago
5a90662
Remove unused variables
by Sebastian Bazley
· 13 years ago
d406df9
Unused buffer
by Sebastian Bazley
· 13 years ago
e5a26fd
Unused imports
by Sebastian Bazley
· 13 years ago
8862a48
Missing @Override
by Sebastian Bazley
· 13 years ago
c4f3433
Avoid "empty flow control statement" warning
by Sebastian Bazley
· 13 years ago
2e54015
Javadoc
by Sebastian Bazley
· 13 years ago
23e22d2
Unnecessary @SuppressWarnings - fallthrough is commented
by Sebastian Bazley
· 13 years ago
1770ed0
Unused imports
by Sebastian Bazley
· 13 years ago
003af76
Typo
by Sebastian Bazley
· 13 years ago
fa237cc
document support for concatenated streams
by Stefan Bodewig
· 13 years ago
6b4172e
some '@Override's that have been removed by accident
by Stefan Bodewig
· 13 years ago
30c859c
support for concatenated streams in Gzip input. COMPRESS-154. Submitted by Lasse Collin
by Stefan Bodewig
· 13 years ago
fa886ac
make XZInputStream default to not support concatenated streams to be consistent with bzip2 and soon gzip
by Stefan Bodewig
· 13 years ago
20fd83a
support uncompressing concatenated .bz2 files. COMPRESS-146. Submitted by Lasse Collin
by Stefan Bodewig
· 13 years ago
3217007
extract common file name munging code from the *Utils classes
by Stefan Bodewig
· 13 years ago
ec0dd9b
Christian has an ASF id
by Stefan Bodewig
· 13 years ago
e166fa7
documentation for XZ
by Stefan Bodewig
· 13 years ago
1b86ffa
XZUtils modelled after GzipUtils
by Stefan Bodewig
· 13 years ago
eaba993
Initial test for XZ. COMPRESS-156
by Stefan Bodewig
· 13 years ago
aa73926
support for XZ compression format submitted by Lasse Collin. COMPRESS-156
by Stefan Bodewig
· 13 years ago
3447a36
1.3 has been released, open up for 1.4
by Stefan Bodewig
· 13 years ago
e43a802
increase test coverage
by Stefan Bodewig
· 13 years ago
ab6edbc
unused code
by Stefan Bodewig
· 13 years ago
f51fee1
Improve test-coverage for DumpArchiveEntry and fix a bug found by doing so
by Stefan Bodewig
· 13 years ago
f3b51a5
remove unneeded cast to int in bitwise operations, add tests for convert methods
by Stefan Bodewig
· 13 years ago
8038cf7
unused field
by Stefan Bodewig
· 13 years ago
94355f3
Upgrade to JUnit 4.10 from 4.8.2.
by Gary D. Gregory
· 13 years ago
da27454
Upgrade to maven-pmd-plugin 2.5 (=PMD 4.2.5) from 2.4 (=PMD 4.2.2). The reports are the same.
by Gary D. Gregory
· 13 years ago
7c7a207
Migrate to cobertura-maven-plugin 2.5.1 (= Cobertura 1.9.4.1) from 2.2 (= Cobertura 1.9).
by Gary D. Gregory
· 13 years ago
950543f
Give proper credit to Michael (not Markus) Kuss
by Stefan Bodewig
· 13 years ago
002c8a3
SVN ignore maven-eclipse.xml
by Gary D. Gregory
· 13 years ago
5eab478
Remove unused imports.
by Gary D. Gregory
· 13 years ago
010795e
Fix typo in // comment.
by Gary D. Gregory
· 13 years ago
cb384be
Tests for Counting(In|Out)putStream
by Stefan Bodewig
· 13 years ago
18b78a4
improve test-coverage of pack200 package
by Stefan Bodewig
· 13 years ago
9032b12
Use a constant for the length of the expected signature
by Stefan Bodewig
· 13 years ago
f811c7b
back to snapshot version
by Stefan Bodewig
· 13 years ago
68d0c02
prepare for 1.3RC1
by Stefan Bodewig
· 13 years ago
84368f7
Tweaks to docs pre-release
by Stefan Bodewig
· 13 years ago
64f0022
Unused imports
by Stefan Bodewig
· 13 years ago
267a334
Having a thread-safe count in an otherwise not-thread-safe stream doesn't make much sense
by Stefan Bodewig
· 13 years ago
c547b01
Pack200CompressorInputStream's getBytesRead method always returns 0
by Stefan Bodewig
· 13 years ago
fdac147
TarArchiveOutputStream's getBytesWritten doesn't work. COMPRESS-160
by Stefan Bodewig
· 13 years ago
ec0db74
Those classes are so much more useful with public constructors
by Stefan Bodewig
· 13 years ago
41fc7c5
Add Counting(In|Out)putStreams
by Stefan Bodewig
· 13 years ago
ff9b6fd
Move to Parent 22, remove Clirr (now provided by parent), modernize javadoc, exclude test archives from RAT report
by Stefan Bodewig
· 13 years ago
f35bdab
Add a tarball holding all zips needed for zip64 interop tests
by Stefan Bodewig
· 13 years ago
bb54f6d
PKZip integration tests. COMPRESS-36
by Stefan Bodewig
· 13 years ago
31b05e9
we know jar doesn't like all archives that other tools - including compress - consider valid
by Stefan Bodewig
· 13 years ago
2eb442b
documentation for the pack200 compressor package
by Stefan Bodewig
· 13 years ago
Next »