Age | Commit message (Expand) | Author | Files | Lines |
2008-11-25 | Remove the nowadays unneeded memory limitting malloc() wrapper. | Lasse Collin | 3 | -209/+0 |
2008-11-19 | Oh well, big messy commit again. Some highlights: | Lasse Collin | 4 | -24/+55 |
2008-10-07 | Made the preset numbering more logical in liblzma API. | Lasse Collin | 2 | -11/+11 |
2008-09-27 | Some API changes, bug fixes, cleanups etc. | Lasse Collin | 2 | -89/+149 |
2008-09-17 | Miscellaneous LZ and LZMA encoder cleanups | Lasse Collin | 1 | -14/+0 |
2008-09-13 | Renamed constants: | Lasse Collin | 10 | -59/+59 |
2008-09-12 | Improved the Stream Flags handling API. | Lasse Collin | 1 | -4/+80 |
2008-09-10 | Bumped version to 4.999.6alpha. | Lasse Collin | 1 | -1/+1 |
2008-09-10 | Filter handling cleanups | Lasse Collin | 1 | -31/+102 |
2008-09-10 | Cleaned up Block encoder and moved the no longer shared | Lasse Collin | 1 | -3/+0 |
2008-09-07 | Changed Filter ID of LZMA to 0x20. | Lasse Collin | 1 | -1/+1 |
2008-09-06 | Comments | Lasse Collin | 2 | -30/+57 |
2008-09-06 | Some API cleanups | Lasse Collin | 3 | -127/+237 |
2008-08-28 | Sort of garbage collection commit. :-| Many things are still | Lasse Collin | 23 | -668/+782 |
2008-06-19 | Add limit of lc + lp <= 4. Now we can allocate the | Lasse Collin | 1 | -1/+9 |
2008-06-18 | Update the code to mostly match the new simpler file format | Lasse Collin | 21 | -1198/+526 |
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 |
2008-04-25 | Bumped version number to 4.999.3alpha. It will become 5.0.0 | Lasse Collin | 1 | -12/+10 |
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 |
2008-01-26 | Return LZMA_HEADER_ERROR if LZMA_SYNC_FLUSH is used with any | Lasse Collin | 1 | -0/+9 |
2008-01-25 | Improved the memory limitter: | Lasse Collin | 1 | -0/+35 |
2008-01-22 | Added lzma_easy_* functions. These should make using | Lasse Collin | 2 | -0/+2 |
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 |
2008-01-16 | Added lzma_memlimit_count(). | Lasse Collin | 1 | -0/+10 |
2008-01-06 | Introduced compatibility with systems that have pre-C99 | Lasse Collin | 1 | -14/+26 |
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 |