aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/subblock (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-23Fixed a typo.Lasse Collin1-1/+1
2008-01-23Fix a memory leak in the Subblock encoder.Lasse Collin1-0/+1
2008-01-20Fix alignment handling bugs in Subblock encoder.Lasse Collin1-51/+119
2008-01-19Implemented LZMA_SYNC_FLUSH support to the Subblock encoder.Lasse Collin1-67/+196
2008-01-17Subblock decoder: Don't exit the main loop in decode_buffer()Lasse Collin1-133/+139
2008-01-17Fix Subblock docoder: If Subblock filter was used with knownLasse Collin1-0/+6
2007-12-11Remove uncompressed size tracking from the filter encoders.Lasse Collin1-32/+6
2007-12-11Fixed wrong type of flags_size in Subblock encoder.Lasse Collin1-1/+1
2007-12-09Take advantage of return_if_error() macro in more places.Lasse Collin2-54/+24
2007-12-09Re-enabled the security checks in Subblock decoderLasse Collin1-3/+3
2007-12-09Imported to git.Lasse Collin7-0/+1728