aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-26Update THANKS.Lasse Collin
2016-10-26Support known uncompressed size in LZMAOutputStream.Lasse Collin
2016-09-10Improve an error message about corrupt XZ Index.Lasse Collin
2016-09-10Clean up casts a little in the range encoder classes.Lasse Collin
2016-09-10Add LZMAEncDemo.Lasse Collin
2016-09-10Add LZMAOutputStream for .lzma format and raw LZMA streams.Lasse Collin
2016-09-10Support unsigned 32-bit values in LZMAEncoder.getDistSlot.Lasse Collin
2016-09-10Add RangeEncoderToStream.Lasse Collin
2016-09-10Allow RangeEncoder.writeByte() to throw an IOException.Lasse Collin
2016-09-10Split RangeEncoderToBuffer from RangeEncoder.Lasse Collin
2015-12-04Update THANKS.Lasse Collin
2015-12-04Fix LZMA2Options.getInputStream to work with a preset dictionary.Lasse Collin
2014-08-14Make it possible to disable verification of integrity checks.Lasse Collin
2014-08-14Refactor the constructors of SingleXZInputStream.Lasse Collin
2014-04-24Make a few fields final.Lasse Collin
2014-03-08Bump the version number to 1.5.Lasse Collin
2014-03-08Add NEWS for 1.5.Lasse Collin
2014-03-08Rename tmpbuf to filterBuf.Lasse Collin
2014-03-06Remove an unneeded field from BlockInputStream.Lasse Collin
2014-03-06Fix coding style in CRC64.java.Lasse Collin
2014-03-06Omit a useless use of new.Lasse Collin
2014-03-03Use fields for temp buffers in read() and write(int).Lasse Collin
2014-02-28Fix a wrong assertion.Lasse Collin
2013-09-22Bump the version number to 1.4.Lasse Collin
2013-09-22Add NEWS for 1.4.Lasse Collin
2013-05-30Add LZMADecDemo demo program.Lasse Collin
2013-05-30Add LZMAInputStream to support .lzma files and raw LZMA1 streams.Lasse Collin
2013-05-30Split RangeDecoder into RangeDecoderFromBuffer and FromStream.Lasse Collin
2013-05-30Comment improvements to LZMA2InputStream.Lasse Collin
2013-05-12Bump the version number to 1.3.Lasse Collin
2013-05-12Update the external documentation URL to point to Java 7 docs.Lasse Collin
2013-05-12Make the reference to GZIPInputStream a link.Lasse Collin
2013-05-12Add NEWS for 1.3.Lasse Collin
2013-05-11Fix data corruption in LZMA2 encoder with flushing or preset dictionary.Lasse Collin
2013-05-09Fix a comment.Lasse Collin
2013-04-17Add seekToBlock to SeekableXZInputStream.Lasse Collin
2013-04-14Add getBlockNumber to SeekableXZInputStream.Lasse Collin
2013-04-14Make Block positions and sizes public in SeekableXZInputStream.Lasse Collin
2013-04-14Comment improvements to SeekableXZInputStream.Lasse Collin
2013-04-14Show the Stream and Block counts in XZSeekDecDemo.Lasse Collin
2013-04-14Add getStreamCount and getBlockCount to SeekableXZInputStream.Lasse Collin
2013-04-14Restructure SeekableXZInputStream and IndexDecoder.Lasse Collin
2013-04-14Comment improvements.Lasse Collin
2013-04-14Silence a compiler warning.Lasse Collin
2013-01-29Bump the version number to 1.2.Lasse Collin
2013-01-29Add NEWS for 1.2.Lasse Collin
2013-01-29Update THANKS.Lasse Collin
2013-01-15Use fields instead of reallocating often-needed temporary objects.Lasse Collin
2013-01-07Add OSGi attributes to build.xml and thus to xz.jar.Lasse Collin
2012-07-16Hopefully fix the contents of xz-x.x-sources.jar.Lasse Collin