Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
xz-java
/
f2ac16a0f3481010266df0a5bedc00b3c3127ae1
f2ac16a
Javadoc fixes.
by Lasse Collin
· 13 years ago
b20f6b0
Improve LZMA2Options.getDecoderMemoryUsage and docs.
by Lasse Collin
· 13 years ago
c528e6a
Add full exception handing to DeltaInputStream.
by Lasse Collin
· 13 years ago
4bea64e
Shorten exception messages of closed input streams.
by Lasse Collin
· 13 years ago
91731d4
Small fixes to output streams.
by Lasse Collin
· 13 years ago
7dee797
Replace initialize(...) with this(...) in XZOutputStream.
by Lasse Collin
· 13 years ago
5226f54
Small fixes to input streams.
by Lasse Collin
· 13 years ago
c554335
Fix remembering of exceptions in XZOutputStream.
by Lasse Collin
· 13 years ago
b453c6b
Add missing close() method to SimpleInputStream.
by Lasse Collin
· 13 years ago
4488ce8
Remove an empty line.
by Lasse Collin
· 13 years ago
09eae2e
Don't call out.flush() in XZOutputStream.finish().
by Lasse Collin
· 13 years ago
299248e
Add demo programs for random access mode.
by Lasse Collin
· 13 years ago
1e447d9
Add optional preset argument to XZEncDemo.
by Lasse Collin
· 13 years ago
671b2fa
Update XZIOException javadoc.
by Lasse Collin
· 13 years ago
c256fe4
Add random access decompression support.
by Lasse Collin
· 13 years ago
fbf5da9
Validate Block integrity as early as possible.
by Lasse Collin
· 13 years ago
4175d35
Fix exception message in BlockInputStream.
by Lasse Collin
· 13 years ago
c04e0b7
Make BlockInputStream.headerSize final.
by Lasse Collin
· 13 years ago
4eb6915
Clean up a constructor in XZInputStream.
by Lasse Collin
· 13 years ago
1be45b5
XZInputStream doesn't need BufferedInputStream.
by Lasse Collin
· 13 years ago
d06f7f9
Tidy a few javadoc comments.
by Lasse Collin
· 13 years ago
eae8e96
Indent the "switch" in Check.getInstance.
by Lasse Collin
· 13 years ago
1a71b18
IndexRecord doesn't need to be public.
by Lasse Collin
· 13 years ago
0cc11c6
Makie the fields in MemoryLimitException final.
by Lasse Collin
· 13 years ago
e7713ad
Fix Block Header Size parsing.
by Lasse Collin
· 13 years ago
98263a3
Make IndexEncoder.records final.
by Lasse Collin
· 13 years ago
b37336d
Use the correct exception with invalid args in .read and .write.
by Lasse Collin
· 13 years ago
e23f6f1
Minor improvements to javadoc comments.
by Lasse Collin
· 13 years ago
6c7903a
Improve finishing, flushing, and exception handling.
by Lasse Collin
· 13 years ago
c95e64a
Update README.
by Lasse Collin
· 13 years ago
219e342
Pass -Xlint to javac.
by Lasse Collin
· 13 years ago
d6f4f42
Add debug option to build.xml and build.properties.
by Lasse Collin
· 13 years ago
4afbbc5
Fix uncompressed chunks in LZMA2.
by Lasse Collin
· 13 years ago
6376395
Fix MODE_UNCOMPRESSED in LZMA2.
by Lasse Collin
· 13 years ago
a592ef6
Switch from GNUmakefile to Ant build.xml.
by Lasse Collin
· 13 years ago
2b57f97
Improve the docs in package-info.java.
by Lasse Collin
· 13 years ago
cca819c
Emphasize the raw input and output streams aren't XZ.
by Lasse Collin
· 13 years ago
d2d739d
Use the shorter constructor in XZEncDemo.
by Lasse Collin
· 13 years ago
5665f02
Minor improvements to XZOutputStream API and docs.
by Lasse Collin
· 13 years ago
8d9920f
Improve the docs for XZInputStream and SingleXZInputStream.
by Lasse Collin
· 13 years ago
ef63e04
Update GNUmakefile for the BCJ filters.
by Lasse Collin
· 13 years ago
cf74075
Add functions to calculate memory usage of a FilterOptions array.
by Lasse Collin
· 13 years ago
ec6b126
Add BCJ filters.
by Lasse Collin
· 13 years ago
987aed7
Make DeltaOutputStream package-private.
by Lasse Collin
· 13 years ago
8af5568
Add Delta encoder.
by Lasse Collin
· 13 years ago
db85835
Comment FilterOptions.
by Lasse Collin
· 13 years ago
3b9a128
Make the constructor in DeltaCoder package-private.
by Lasse Collin
· 13 years ago
6a7d1f4
Make the fields in LZMA2Encoder final.
by Lasse Collin
· 13 years ago
22482b4
Fix incorrect filter initialization order in BlockOutputStream.
by Lasse Collin
· 13 years ago
1ebe961
Implement proper flushing support to the encoder.
by Lasse Collin
· 13 years ago
222a68f
Update GNUmakefile.
by Lasse Collin
· 13 years ago
9bc3583
Use Arrays.fill in RangeCoder.initProbs.
by Lasse Collin
· 13 years ago
546e770
Print memory usage info in XZEncDemo.
by Lasse Collin
· 13 years ago
daface1
Add LZMA2 encoder.
by Lasse Collin
· 13 years ago
617ea17
LZMA: Rename int[] rep to reps.
by Lasse Collin
· 13 years ago
901fef6
Mark that semantics of XZOutputStream.flush() might change.
by Lasse Collin
· 13 years ago
9b1a921
Add missing and increment existing serialVersionUIDs of exceptions.
by Lasse Collin
· 13 years ago
4979e2b
Use XZIOException in XZOutputStream and IndexEncoder.
by Lasse Collin
· 13 years ago
6ab4a64
Omit "abstract" from XZIOException.
by Lasse Collin
· 13 years ago
866ea1e
Document XZOutputStream.updateFilters.
by Lasse Collin
· 13 years ago
c52f6bf
Detect if filter options are updated in the middle of a Block.
by Lasse Collin
· 13 years ago
0193bbb
Add a missing newline.
by Lasse Collin
· 13 years ago
68fe538
Add a comment.
by Lasse Collin
· 13 years ago
1abd33f
Add .xz container encoder support.
by Lasse Collin
· 13 years ago
261db37
Validate the Compressed Size field properly in BlockInputStream.
by Lasse Collin
· 13 years ago
ed6c5bc
Fix a file descriptor leak in XZDecDemo.
by Lasse Collin
· 13 years ago
b563eac
Refactor the locations of internal classes and remove RawDecoder.
by Lasse Collin
· 14 years ago
1a8635f
Move filter IDs in more logical place in raw coders.
by Lasse Collin
· 14 years ago
31cedc3
Fix handling of uncompressed chunks in the LZ decoder.
by Lasse Collin
· 14 years ago
fda7246
Refactor IndexHash.
by Lasse Collin
· 14 years ago
4d08324
Fix wrong variable name in IndexHash.
by Lasse Collin
· 14 years ago
ec29436
Add THANKS.
by Lasse Collin
· 14 years ago
8e91af5
XZDecDemo: Fix reading and writing to the buffer.
by Lasse Collin
· 14 years ago
b52ca8f
Bump serialVersionUID of the exception classes.
by Lasse Collin
· 14 years ago
bba5083
Extend all XZ-specific IOExceptions from XZIOException.
by Lasse Collin
· 14 years ago
7194442
Use -Xlint on the javac command line.
by Lasse Collin
· 14 years ago
ece67df
Remove an unneeded test for null.
by Lasse Collin
· 14 years ago
d61c5a6
Improve the API docs.
by Lasse Collin
· 14 years ago
218e802
Fix real-clean -> distclean in GNUmakefile.
by Lasse Collin
· 14 years ago
a06363c
Clarify the message in MemoryLimitException.
by Lasse Collin
· 14 years ago
36d0dfc
Initial commit.
by Lasse Collin
· 14 years ago