Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
apache-commons-compress
/
08113862c5dda6dfb0562d84db8db8f5f41bfa4a
0811386
reduce GC pressure by avoiding File(In|Out)putStreams
by Stefan Bodewig
· 8 years ago
5ce60be
fix calculation of self-copy boundaries when expanding back-references
by Stefan Bodewig
· 8 years ago
62202d2
don't use zero-filled arrays in tests, they mask a bug
by Stefan Bodewig
· 8 years ago
47213fe
cosmetics
by Stefan Bodewig
· 8 years ago
3381e41
actually use 4MB when you say 4MB
by Stefan Bodewig
· 8 years ago
f7e0a4a
add lazy matching to LZ77 compressors
by Stefan Bodewig
· 8 years ago
86e2bd0
misleading test name
by Stefan Bodewig
· 8 years ago
b893471
ensure CPIO only uses the least-significant 32bit of CRC
by Stefan Bodewig
· 8 years ago
44d376b
record Daniel's fix, closes #17
by Stefan Bodewig
· 8 years ago
0bc4331
CPIO crc overflow resolved for large files
by dcollin
· 8 years ago
785233a
try to make sense in javadocs
by Stefan Bodewig
· 8 years ago
d01a053
missing Javadoc param and a typo
by Stefan Bodewig
· 8 years ago
ad661a8
allow LZ77 tuning in framed snappy/lz4 streams as well
by Stefan Bodewig
· 8 years ago
043f42b
allow LZ77 algorithm to be tuned
by Stefan Bodewig
· 8 years ago
5170392
use builder pattern for LZ77 to simplify addition of optional parameters
by Stefan Bodewig
· 8 years ago
5375fd9
Suppress false positive resource not closed warning
by Sebb
· 8 years ago
4344ff7
Avoid some resource leak warnings
by Sebb
· 8 years ago
acab253
Avoid some resource leak warnings
by Sebb
· 8 years ago
f4b6756
Avoid some resource leak warnings
by Sebb
· 8 years ago
03cb05c
Serial UID needed
by Sebb
· 8 years ago
e6a27af
Unused imports
by Sebb
· 8 years ago
d8a2192
Document why we don't use ByteBuffer now
by Sebb
· 8 years ago
1cdc162
avoid copying data
by Stefan Bodewig
· 8 years ago
2f56fb5
ByteBuffer looks convenient but is slow (manual method is 50% faster)
by Stefan Bodewig
· 8 years ago
7b5816d
Merge branch 'PR13' closes #13 by @thomasmey
by Stefan Bodewig
· 8 years ago
e79465b
tweaks
by Stefan Bodewig
· 8 years ago
982ce0e
COMPRESS-271 verify block checksums
by Stefan Bodewig
· 8 years ago
72fec65
make Sonar less unhappy
by Stefan Bodewig
· 8 years ago
b1e5248
improve docs
by Stefan Bodewig
· 8 years ago
cfc68ac
stop searching once the optimal match has been found
by Stefan Bodewig
· 8 years ago
b6657ca
package level javadocs for lz77support
by Stefan Bodewig
· 8 years ago
939adb2
Forgot to adapt package docs when LZMA write support was added
by Stefan Bodewig
· 8 years ago
ea85631
COMPRESS-271 record LZ4 support
by Stefan Bodewig
· 8 years ago
cfd6957
COMPRESS-271 avoid unnecessary calculation of hash
by Stefan Bodewig
· 8 years ago
a572092
COMPRESS-271 implement block dependency when writing framed lz4
by Stefan Bodewig
· 8 years ago
a5f7089
COMPRESS-271 bad values for max blacksize flag
by Stefan Bodewig
· 8 years ago
4355b00
COMPRESS-271 only write content hash when requested
by Stefan Bodewig
· 8 years ago
a0e27b5
add support for prefill in LZ77 Compressor
by Stefan Bodewig
· 8 years ago
75bb480
document how the class wants to get used
by Stefan Bodewig
· 8 years ago
de2738a
COMPRESS-271 tests for prefill
by Stefan Bodewig
· 8 years ago
9d03179
add LZ4 as supported format in README
by Stefan Bodewig
· 8 years ago
8c75380
COMPRESS-271 add read-support for LZ4 with block dependency
by Stefan Bodewig
· 8 years ago
dc45445
COMPRESS-271 test file using block dependency
by Stefan Bodewig
· 8 years ago
68bc083
COMPRESS-271 support for skipping skippable frames in lz4
by Stefan Bodewig
· 8 years ago
2239893
COMPRESS-271 must reset checksum before reading next frame
by Stefan Bodewig
· 8 years ago
25ecc9b
COMPRESS-271 support for decompressConcatenated in lz4 frame input
by Stefan Bodewig
· 8 years ago
c1a6e38
move System.in logic back to bzip2 stream class
by Stefan Bodewig
· 8 years ago
2adac25
cosmetics
by Stefan Bodewig
· 8 years ago
88dad2d
Move System.in functionality into BitInputStream.
by Thomas Meyer
· 8 years ago
a0f55d9
BitInputStream: Optimize a bit to reach previous run times.
by Thomas Meyer
· 8 years ago
96e34c6
BZip2CompressorInputStream: Use BitInputStream.
by Thomas Meyer
· 8 years ago
3af95ce
keep archiving formats and compression formats in groups
by Stefan Bodewig
· 8 years ago
29c3f35
I misunderstood COMPRESS-381
by Stefan Bodewig
· 8 years ago
432118a
COMPRESS-381 add examples for compressing streams
by Stefan Bodewig
· 8 years ago
2473e87
too much copy/paste
by Stefan Bodewig
· 8 years ago
4393041
improve sentence
by Stefan Bodewig
· 8 years ago
3bf5ef1
len parameter of fill is no longer used
by Stefan Bodewig
· 8 years ago
cc0039d
pacify findbugs
by Stefan Bodewig
· 8 years ago
4d490c8
unused imports
by Stefan Bodewig
· 8 years ago
7088ab0
javadoc fixes
by Stefan Bodewig
· 8 years ago
ed3c605
COMPRESS-381 working in memory only may improve performance
by Stefan Bodewig
· 8 years ago
6497dcf
mention LZ4 support coming in 1.14
by Stefan Bodewig
· 8 years ago
906d212
Google Code is dead
by Stefan Bodewig
· 8 years ago
33993cd
grammar
by Stefan Bodewig
· 8 years ago
76f7726
COMPRESS-271 convenience constructor
by Stefan Bodewig
· 8 years ago
12b7b4d
COMPRESS-271 implement writing of block checksum
by Stefan Bodewig
· 8 years ago
68fa689
COMPRESS-271 content checksum for LZ4 frames
by Stefan Bodewig
· 8 years ago
9dc8d30
forgot javadocs for BlockSize enum
by Stefan Bodewig
· 8 years ago
176cd18
COMPRESS-271 create parameters class for LZ4 output and test all block sizes
by Stefan Bodewig
· 8 years ago
76d913a
COMPRESS-271 frame header checksums
by Stefan Bodewig
· 8 years ago
b5d6f1f
COMPRESS-271 xxhash32 checksum
by Stefan Bodewig
· 8 years ago
c093279
consolidate little endian conversions
by Stefan Bodewig
· 8 years ago
0eef29b
byte[] output version
by Stefan Bodewig
· 8 years ago
22252ae
DataInput and DataOutput versions
by Stefan Bodewig
· 8 years ago
bd0b4b6
fromLittleEndian failed for bytes > 127 if shift was bigger than three bytes
by Stefan Bodewig
· 8 years ago
2820db3
COMPRESS-271 incomplete output stream for LZ4 frame format
by Stefan Bodewig
· 8 years ago
48d7def
NotThreadSafe markers
by Stefan Bodewig
· 8 years ago
226489c
COMPRESS-271 test for single-byte read and premature close
by Stefan Bodewig
· 8 years ago
3f839db
use the accessors for factory's constants
by Stefan Bodewig
· 8 years ago
06d7619
COMPRESS-271 correctly set inUncompressed
by Stefan Bodewig
· 8 years ago
9e79411
COMPRESS-271 forgot to read content checksum
by Stefan Bodewig
· 8 years ago
45668bf
COMPRESS-271 more tests
by Stefan Bodewig
· 8 years ago
3b81f3a
COMPRESS-271 add LZ4 frame to CompressorStreamFactory
by Stefan Bodewig
· 8 years ago
835a61b
COMPRESS-271 rough, pretty much untested inputstream for frame lz4
by Stefan Bodewig
· 8 years ago
7bcb398
COMPRESS-271 test interaction with factory for LZ4 block format
by Stefan Bodewig
· 8 years ago
ecadea1
COMPRESS-271 tests for rewriting of last pairs
by Stefan Bodewig
· 8 years ago
71285af
COMPRESS-271 make canBeWritten and rewriteLastPairs agree on algorithm
by Stefan Bodewig
· 8 years ago
eec6f0b
small optimization
by Stefan Bodewig
· 8 years ago
1a40c3b
COMPRESS-271 implement write support for LZ4 block format
by Stefan Bodewig
· 8 years ago
1845f08
COMPRESS-271 incomplete implementation of writing block LZ4 streams
by Stefan Bodewig
· 8 years ago
71f33fc
closes #14 and closes #15
by Stefan Bodewig
· 8 years ago
bb763cd
Some fixes for GZipCompressorInputStream
by Thomas Meyer
· 8 years ago
e8999e2
Correct spelling.
by Thomas Meyer
· 8 years ago
0d0dfb1
COMPRESS-271 add structure to keep track of blocks to write
by Stefan Bodewig
· 8 years ago
ea4d697
tweak ByteUtils
by Stefan Bodewig
· 8 years ago
b743bb2
use term back-reference consistently
by Stefan Bodewig
· 8 years ago
74b38da
COMPRESS-271 non-functional skeleton of LZ4 block output stream
by Stefan Bodewig
· 8 years ago
b8939be
whitespace
by Stefan Bodewig
· 8 years ago
a3620e0
refactor Snappy to use the same decompress code as LZ4
by Stefan Bodewig
· 8 years ago
db53703
COMPRESS-271 slide isn't overwriting enough
by Stefan Bodewig
· 8 years ago
Next »