aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/api/lzma/simple.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-12-31Renamed lzma_options_simple to lzma_options_bcj in the API.Lasse Collin1-94/+0
The internal implementation is still using the name "simple". It may need some cleanups, so I look at it later.
2008-12-15Bunch of liblzma API cleanups and fixes.Lasse Collin1-2/+2
2008-09-13Renamed constants:Lasse Collin1-1/+1
- LZMA_VLI_VALUE_MAX -> LZMA_VLI_MAX - LZMA_VLI_VALUE_UNKNOWN -> LZMA_VLI_UNKNOWN - LZMA_HEADER_ERRRO -> LZMA_OPTIONS_ERROR
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin1-1/+1
broken. API has changed a lot and it will still change a little more here and there. The command line tool doesn't have all the required changes to reflect the API changes, so it's easy to get "internal error" or trigger assertions.
2008-01-26Return LZMA_HEADER_ERROR if LZMA_SYNC_FLUSH is used with anyLasse Collin1-0/+9
of the so called simple filters. If there is demand, limited support for LZMA_SYNC_FLUSH may be added in future. After this commit, using LZMA_SYNC_FLUSH shouldn't cause undefined behavior in any situation.
2007-12-09Imported to git.Lasse Collin1-0/+85