Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
apache-commons-compress
/
5c0f2b236f11cd786c6ec71aa32a15c22b93bc8b
« Previous
cbb5a1a
COMPRESS-256 bad calculation of LZMA dictionary sizes
by Stefan Bodewig
· 11 years ago
71e4eea
no longer try to read one byte ahead in BZip2CompressorInputStream - COMPRESS-253
by Stefan Bodewig
· 11 years ago
ad634c0
prepare for next development iteration
by Stefan Bodewig
· 11 years ago
4a4ba6b
RC2 has been acepted as Compress 1.7
by Stefan Bodewig
· 11 years ago
9b7b9d8
fix test problem when working copy is in a directory with a long name so the absolute path of the file exceeds 100 bytes - reported by Benedikt Ritter
by Stefan Bodewig
· 11 years ago
692e7ee
tag second RC for Compress 1.7
by Stefan Bodewig
· 11 years ago
33461de
bring back javadocs for _internal but make the warning even stronger
by Stefan Bodewig
· 11 years ago
7ee2199
exclude _internal from javadocs and guard against forgetting to change commoms.release.version in the future
by Stefan Bodewig
· 11 years ago
57b38e7
Creating COMPRESS-1.7-RC1 tag
by Stefan Bodewig
· 11 years ago
9694734
record fix for COMPRESS-252
by Stefan Bodewig
· 11 years ago
0d8f244
happy new year
by Stefan Bodewig
· 11 years ago
5834b7c
method name is wrong
by Stefan Bodewig
· 11 years ago
a98c124
tame findbugs
by Stefan Bodewig
· 11 years ago
77e54b7
even if those arrays are small, ensure they are read completely - also make draining more efficient.
by Stefan Bodewig
· 11 years ago
6106e8d
use skip for more efficient draining of archive entries
by Stefan Bodewig
· 11 years ago
885d205
extract "close and swallow exception" code to IOUtils
by Stefan Bodewig
· 11 years ago
661db5c
Fixed the decompression of imploded zip entries using a Shannon-Fano tree of depth 16
by Emmanuel Bourg
· 11 years ago
61c3c6d
create (currently failing) test cases from TIKA Gump build error
by Stefan Bodewig
· 11 years ago
ea30897
the modulus logic doesn't work for arbitrary pairs of size and empty files
by Stefan Bodewig
· 11 years ago
45e51c2
fix javadoc errors detected by Java8 EA b120
by Stefan Bodewig
· 11 years ago
054ac9e
One more test for COMPRESS-252 that extends both bitsets beyond one byte
by Stefan Bodewig
· 11 years ago
8caf1f7
upgrade findbugs, this allows us to remove equals from JarEntry but needs a few additional adjustments
by Stefan Bodewig
· 11 years ago
281e608
package.html for _internal_ package
by Stefan Bodewig
· 11 years ago
d7275a2
Rename local variable to avoid hiding class field
by Sebastian Bazley
· 11 years ago
1b18577
Make constant final.
by Gary D. Gregory
· 11 years ago
2a42281
Avoid dead store
by Sebastian Bazley
· 11 years ago
41dc6e8
Remove some unnecessary parentheses.
by Gary D. Gregory
· 11 years ago
3e45dc8
Rename private field to avoid multiple name clashes with fields and parameters
by Sebastian Bazley
· 11 years ago
eee4f61
Revert some paren changes.
by Gary D. Gregory
· 11 years ago
7f84f26
make clear AbstractLZWInputStream is only public for technical reasons
by Stefan Bodewig
· 11 years ago
651c295
Explicit boxing
by Sebastian Bazley
· 11 years ago
2bd0fef
Ensure parent tearDown() is called (thanks to Findbugs)
by Sebastian Bazley
· 11 years ago
e94bf1a
Javadoc.
by Gary D. Gregory
· 11 years ago
5436797
Rename local variable to avoid hiding field
by Sebastian Bazley
· 11 years ago
6311a90
Javadoc.
by Gary D. Gregory
· 11 years ago
f11922f
Javadoc.
by Gary D. Gregory
· 11 years ago
6c372ba
Add missing '@Override' annotations.
by Gary D. Gregory
· 11 years ago
14a57a1
Add missing '@Deprecated' annotations.
by Gary D. Gregory
· 11 years ago
b3b9ab6
explain why JarArchiveEntry overrides equals/hashCode
by Stefan Bodewig
· 11 years ago
b739157
Rename local variable to avoid hiding class field
by Sebastian Bazley
· 11 years ago
ca25d44
The declared exception IOException is not actually thrown by the method partialClear().
by Gary D. Gregory
· 11 years ago
6e64f0b
Javadoc.
by Gary D. Gregory
· 11 years ago
e40f6e0
Remove some unnecessary parentheses.
by Gary D. Gregory
· 11 years ago
80d4929
Remove some unnecessary parentheses.
by Gary D. Gregory
· 11 years ago
83afa3d
Remove some unnecessary parentheses.
by Gary D. Gregory
· 11 years ago
492af6f
Remove some unnecessary parentheses.
by Gary D. Gregory
· 11 years ago
88d7809
Remove some unnecessary parentheses.
by Gary D. Gregory
· 11 years ago
8a2f04c
Remove some unnecessary parentheses.
by Gary D. Gregory
· 11 years ago
db4109f
Java5 compatibility
by Stefan Bodewig
· 11 years ago
c364195
Convert 'for' loops to enhanced 'for' loops.
by Gary D. Gregory
· 11 years ago
e73f648
Remove unused imports.
by Gary D. Gregory
· 11 years ago
7134f38
Proper links to the snappy specification
by Emmanuel Bourg
· 11 years ago
3bc692d
Move PureJavaCrc32C to the snappy package and make it package private
by Emmanuel Bourg
· 11 years ago
34ad7f3
try-with-resources support for the *File classes
by Stefan Bodewig
· 11 years ago
3306ac9
make PMD a bit happier
by Stefan Bodewig
· 11 years ago
da4f65f
note support for IMPLODE in zip page
by Stefan Bodewig
· 11 years ago
5c2d32b
COMPRESS-252 off-by-one error writing bitsets that leads to corrupt 7z headers
by Stefan Bodewig
· 11 years ago
afce414
can't write shrunk entries either
by Stefan Bodewig
· 11 years ago
b7fc931
Added myself to the list of developers
by Emmanuel Bourg
· 11 years ago
f9487ac
Explode support for ZipFile and ZipArchiveInputStream (COMPRESS-115)
by Emmanuel Bourg
· 11 years ago
3fd6f60
data descriptor is not supported for shrunk entries
by Stefan Bodewig
· 11 years ago
8d44f86
Changed canReadEntryData() to support shrunk entries
by Emmanuel Bourg
· 11 years ago
1b47ffe
Support shrunk entries in ZipArchiveInputStream
by Emmanuel Bourg
· 11 years ago
8be4fba
Set the end of line to LF on the test files to avoid failures on Windows
by Emmanuel Bourg
· 11 years ago
bfc8e03
Defer checking the inflater state to the readDeflated() method
by Emmanuel Bourg
· 11 years ago
429462a
Formatting
by Emmanuel Bourg
· 11 years ago
d11e8d1
Moved the entry crc into the CurrentEntry inner class
by Emmanuel Bourg
· 11 years ago
8bfb898
Update the entry CRC in the main read() method only (fixes the CRC for stored entries with a data descriptor)
by Emmanuel Bourg
· 11 years ago
c6c7ec4
Renamed the 'start' parameter in the read methods to 'offset' for consistency with the standard terminology
by Emmanuel Bourg
· 11 years ago
c83c462
Exception chaining
by Emmanuel Bourg
· 11 years ago
29f975e
Replaced ZipArchiveInputStream.Buffer with a ByteBuffer
by Emmanuel Bourg
· 11 years ago
8301ee7
Modified ZipArchiveInputStream.Buffer to look more like a java.nio.ByteBuffer
by Emmanuel Bourg
· 11 years ago
30e3ded
sort by date
by Stefan Bodewig
· 11 years ago
7e06782
avoid magic constant number
by Stefan Bodewig
· 11 years ago
180c2b8
make test compile
by Stefan Bodewig
· 11 years ago
3c6e807
GzipCompressorOutputStream revamp to support custom compression level and header metadata (COMPRESS-250)
by Emmanuel Bourg
· 11 years ago
ec5bd47
reduce duplication in read method
by Stefan Bodewig
· 11 years ago
b3ddff6
force caller to deal with 0-reads
by Stefan Bodewig
· 11 years ago
9150d65
reduce code duplication in the two LZW input streams
by Stefan Bodewig
· 11 years ago
408b4a5
add a test for unshrinking support in ZipFile
by Stefan Bodewig
· 11 years ago
d5c1cd3
Add a finish() method to GzipCompressorOutputStream
by Emmanuel Bourg
· 11 years ago
a60d2e5
Flush the underlying GZIPOutputStream when calling flush() on GzipCompressorOutputStream
by Emmanuel Bourg
· 11 years ago
db34a32
Renamed TestZipEncodings to ZipEncodingTest for consistency
by Emmanuel Bourg
· 11 years ago
65ee709
Hide UnshrinkingInputStream from the public API
by Emmanuel Bourg
· 11 years ago
345b8fc
got my logic backwards, missing test?
by Stefan Bodewig
· 11 years ago
655f35b
some explicit checks as long as ZipArchiveInputStream doesn't support unshrinking
by Stefan Bodewig
· 11 years ago
09a4199
COMPRESS-242 make X5455_ExtendedTimestamp more convenient
by Stefan Bodewig
· 11 years ago
4f0e81f
properly retain backwards compatibility
by Stefan Bodewig
· 11 years ago
b4e5f6e
argh, 'fixed' the wrong argument
by Stefan Bodewig
· 11 years ago
75823ee
make clirr and checkstyle happier
by Stefan Bodewig
· 11 years ago
3f2f313
COMPRESS-147 checksum verification
by Stefan Bodewig
· 11 years ago
d658439
CRC32 is supposed to be an unsigned int
by Stefan Bodewig
· 11 years ago
9e45844
COMPRESS-147 test for unskippable chunks
by Stefan Bodewig
· 11 years ago
7f35f89
COMPRESS-147 test for available method
by Stefan Bodewig
· 11 years ago
622f3f9
COMPRESS-147 yet another theoretical int overflow
by Stefan Bodewig
· 11 years ago
274addb
if you try to be defensive then do it right
by Stefan Bodewig
· 11 years ago
a150df5
COMPRESS-147 be extra defensive against overflows - can actually not happen with the current snappy compressors where offset will always be <= 32768
by Stefan Bodewig
· 11 years ago
0851aed
COMPRESS-147 unit test for the remaining chunk types along with necessary fixes.
by Stefan Bodewig
· 11 years ago
4e19109
Add an UnshrinkingInputStream based on ZCompressorInputStream,
by Damjan Jovanovic
· 11 years ago
ea3bde8
Count bytes read from ZCompressorInputStream.
by Damjan Jovanovic
· 11 years ago
Next »