aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/common/stream_encoder_multi.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-06-18Update the code to mostly match the new simpler file formatLasse Collin1-445/+0
2008-01-23Return LZMA_STREAM_END instead of LZMA_OK ifLasse Collin1-1/+5
2008-01-22Added lzma_easy_* functions. These should make usingLasse Collin1-2/+1
2008-01-22Fix Multi-Block Stream encoder's EOPM usage.Lasse Collin1-1/+1
2008-01-22Made lzma_extra pointers const in lzma_options_stream.Lasse Collin1-2/+6
2007-12-09Take advantage of return_if_error() macro in more places.Lasse Collin1-45/+23