Age | Commit message (Expand) | Author | Files | Lines |
2008-03-10 | Don't fill allocated memory with 0xFD when debugging is | Lasse Collin | 1 | -3/+4 |
2008-02-01 | Do uncompressed size validation in raw encoder. This way | Lasse Collin | 1 | -17/+73 |
2008-02-01 | Avoid unneeded function call in raw_common.c. | Lasse Collin | 1 | -9/+11 |
2008-01-25 | Combine lzma_options_block validation needed by both Block | Lasse Collin | 3 | -48/+71 |
2008-01-25 | Improved the memory limitter: | Lasse Collin | 1 | -14/+83 |
2008-01-23 | Fix decoding of empty Metadata Blocks, that don't have | Lasse Collin | 1 | -1/+3 |
2008-01-23 | Fix a bug related to 99e12af4e2b866c011fe0106cd1e0bfdcc8fe9c6. | Lasse Collin | 1 | -6/+7 |
2008-01-23 | Fix decoding of Extra Records that have empty Data. | Lasse Collin | 1 | -1/+12 |
2008-01-23 | Add the trailing '\0' to lzma_extra.data as the API header | Lasse Collin | 1 | -1/+3 |
2008-01-23 | Return LZMA_STREAM_END instead of LZMA_OK if | Lasse Collin | 1 | -1/+5 |
2008-01-23 | Fix Size of Header Metadata Block handling. Now | Lasse Collin | 3 | -15/+15 |
2008-01-23 | Fix a memory leak in metadata_decoder.c. | Lasse Collin | 1 | -0/+1 |
2008-01-23 | Fix the fix 863028cb7ad6d8d0455fa69348f56b376d7b908f which | Lasse Collin | 1 | -1/+4 |
2008-01-23 | Take advantage of return_if_error() macro in | Lasse Collin | 1 | -16/+8 |
2008-01-23 | Fixed a dangling pointer that caused invalid free(). | Lasse Collin | 1 | -0/+1 |
2008-01-22 | Added lzma_easy_* functions. These should make using | Lasse Collin | 7 | -2/+254 |
2008-01-22 | Fix Multi-Block Stream encoder's EOPM usage. | Lasse Collin | 1 | -1/+1 |
2008-01-22 | Made lzma_extra pointers const in lzma_options_stream. | Lasse Collin | 1 | -2/+6 |
2008-01-19 | Revised the Delta filter implementation. The initialization | Lasse Collin | 10 | -200/+363 |
2008-01-16 | Plugged a memory leak in stream_decoder.c. | Lasse Collin | 1 | -0/+20 |
2008-01-16 | Added lzma_memlimit_count(). | Lasse Collin | 1 | -0/+19 |
2008-01-16 | Make Uncompresed Size validation more strict | Lasse Collin | 1 | -1/+2 |
2008-01-15 | Use fastpos.h when encoding LZMA dictionary size in | Lasse Collin | 1 | -21/+19 |
2008-01-15 | Revised the fastpos code. It now uses the slightly faster | Lasse Collin | 1 | -3/+0 |
2008-01-15 | Added bsr.h. | Lasse Collin | 2 | -0/+62 |
2008-01-15 | Fix CRC code in case --enable-small is used. | Lasse Collin | 2 | -4/+0 |
2008-01-15 | Added precomputed range coder probability price table. | Lasse Collin | 1 | -2/+3 |
2008-01-14 | Small LZMA_SYNC_FLUSH fixes to Block and Single-Stream encoders. | Lasse Collin | 2 | -2/+3 |
2008-01-08 | Take advantage of return_if_error() in block_decoder.c. | Lasse Collin | 1 | -16/+7 |
2008-01-08 | Fix decoding of Blocks that have only Block Header. | Lasse Collin | 1 | -23/+14 |
2008-01-08 | Fixed encoding of empty files. Arguments to is_size_valid() | Lasse Collin | 1 | -1/+1 |
2007-12-11 | Removed uncompressed size tracking from Delta encoder too. | Lasse Collin | 1 | -18/+3 |
2007-12-11 | Remove uncompressed size tracking from the filter encoders. | Lasse Collin | 1 | -23/+2 |
2007-12-09 | Added LZMA_SYNC_FLUSH support to the Copy filter. | Lasse Collin | 1 | -35/+57 |
2007-12-09 | Take advantage of return_if_error() macro in more places. | Lasse Collin | 5 | -84/+39 |