aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/simple (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-10BCJ filters: Reject invalid start offsets with LZMA_OPTIONS_ERROR.Lasse Collin8-8/+12
2009-06-30Build system fixesLasse Collin2-51/+47
2009-06-26Fix @variables@ to $(variables) in Makefile.am files.Lasse Collin1-2/+2
2009-04-15Fix uint32_t -> size_t in ARM and ARM-Thumb filters.Lasse Collin2-2/+2
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin14-153/+54
2008-12-31Renamed lzma_options_simple to lzma_options_bcj in the API.Lasse Collin3-5/+5
2008-09-13Renamed constants:Lasse Collin2-2/+2
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin6-4/+167
2008-06-18Update the code to mostly match the new simpler file formatLasse Collin2-29/+4
2008-01-26Return LZMA_HEADER_ERROR if LZMA_SYNC_FLUSH is used with anyLasse Collin1-0/+8
2008-01-17Fix wrong too small size of argument unfiltered_maxLasse Collin1-1/+1
2007-12-11Remove uncompressed size tracking from the filter encoders.Lasse Collin1-25/+4