Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-05-06 | Bunch of grammar fixes from meyering. | Lasse Collin | 1 | -3/+3 | |
2008-05-06 | Typo fix | Lasse Collin | 1 | -1/+1 | |
2008-04-28 | Fixed wrong spelling "limitter" to "limiter". This affects | Lasse Collin | 3 | -9/+9 | |
liblzma's API. | |||||
2008-04-25 | Bumped version number to 4.999.3alpha. It will become 5.0.0 | Lasse Collin | 1 | -12/+10 | |
once we have a stable release (won't be very soon). The version number is no longer related to version of LZMA SDK. Made some small Automake-related changes to toplevel Makefile.am and configure.ac. | |||||
2008-03-14 | Fix a comment API header. | Lasse Collin | 1 | -1/+1 | |
2008-03-12 | Make lzma_stream.next_in const. Let's see if anyone complains. | Lasse Collin | 1 | -1/+1 | |
2008-01-26 | Added api/lzma/easy.h. I had forgot to add this to the | Lasse Collin | 1 | -0/+174 | |
git repo. Thanks to Stephan Kulow. | |||||
2008-01-26 | Return LZMA_HEADER_ERROR if LZMA_SYNC_FLUSH is used with any | Lasse Collin | 1 | -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. | |||||
2008-01-25 | Improved the memory limitter: | Lasse Collin | 1 | -0/+35 | |
- Added lzma_memlimit_max() and lzma_memlimit_reached() API functions. - Added simple estimation of malloc()'s memory usage overhead. - Fixed integer overflow detection in lzma_memlimit_alloc(). - Made some white space cleanups and added more comments. The description of lzma_memlimit_max() in memlimit.h is bad and should be improved. | |||||
2008-01-22 | Made lzma_extra pointers const in lzma_options_stream. | Lasse Collin | 1 | -2/+2 | |
2008-01-19 | Implemented LZMA_SYNC_FLUSH support to the Subblock encoder. | Lasse Collin | 1 | -11/+18 | |
The API for handing Subfilters was changed to make it consistent with LZMA_SYNC_FLUSH. A few sanity checks were added for Subfilter handling. Some small bugs were fixed. More comments were added. | |||||
2008-01-16 | Added lzma_memlimit_count(). | Lasse Collin | 1 | -0/+10 | |
2008-01-05 | Fix typo in comment (INT64_MAX -> UINT64_MAX). | Lasse Collin | 1 | -1/+1 | |
2007-12-10 | Bumped version number to 4.42.3alpha. | Lasse Collin | 1 | -1/+1 | |
2007-12-09 | Imported to git. | Lasse Collin | 23 | -0/+3518 | |