aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-01-02Add author comment to package-info.java.Lasse Collin
2017-12-28Add TestAllocSpeed to test the array caching.Lasse Collin
2017-12-28Add ArrayCache support to LZMA and LZMA2 coders, part 2.Lasse Collin
2017-12-28Add ArrayCache support to LZMA and LZMA2 coders, part 1.Lasse Collin
2017-12-17Add BasicArrayCache.Lasse Collin
2017-12-16Add ArrayCache support to {,Single,Seekable}XZInputStream.Lasse Collin
2017-12-16Add ArrayCache support to XZOutputStream.Lasse Collin
2017-12-16Add support for ArrayCache to FilterOptions and its subclasses.Lasse Collin
2017-12-16Add ArrayCache, ResettableArrayCache, and CloseIgnoringInputStream.Lasse Collin
2017-10-11FinishableOutputStream: Remove an unneeded semicolon.Lasse Collin
2017-10-11Fix LZMA2InputStream.available() for uncompressed chunks.Lasse Collin
2017-10-11UncompressedLZMA2OutputStream: Fix handling of the finished state.Lasse Collin
2017-06-05Improve buffer handling in RangeDecoderFromBuffer.Lasse Collin
2017-04-26Remove unneeded code from LZMA2OutputStream.Lasse Collin
2017-04-26Use generics to silence compiler warnings.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-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-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-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-12Make the reference to GZIPInputStream a link.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