Age | Commit message (Expand) | Author | Files | Lines |
2009-08-27 | Bumped version to 4.999.9beta. | Lasse Collin | 1 | -1/+1 |
2009-08-27 | Updates to liblzma API headers. | Lasse Collin | 12 | -197/+275 |
2009-06-26 | Basic support for building with Cygwin and MinGW using | Lasse Collin | 1 | -2/+5 |
2009-05-26 | Make the raw value of the Check field available to applications | Lasse Collin | 1 | -0/+17 |
2009-04-13 | Put the interesting parts of XZ Utils into the public domain. | Lasse Collin | 16 | -198/+139 |
2009-02-18 | Added files missing from the previous commit. | Lasse Collin | 1 | -0/+33 |
2009-02-13 | Changed how the version number is specified in various places. | Lasse Collin | 1 | -3/+67 |
2009-02-07 | Introduced LZMA_API_STATIC macro, which the applications | Lasse Collin | 1 | -7/+24 |
2009-02-02 | Modify LZMA_API macro so that it works on Windows with | Lasse Collin | 12 | -87/+88 |
2009-02-01 | Added initial version of raw buffer-to-buffer coding | Lasse Collin | 1 | -20/+64 |
2009-02-01 | Use __cdecl also for function pointers in liblzma API when | Lasse Collin | 2 | -9/+13 |
2009-01-31 | Add LZMA_API to liblzma API headers. It's useful at least | Lasse Collin | 12 | -84/+117 |
2009-01-31 | Fix two lines in lzma.h on which the # wasn't at the | Lasse Collin | 1 | -2/+2 |
2009-01-31 | Add support for using liblzma headers in MSVC, which has no | Lasse Collin | 1 | -24/+46 |
2009-01-31 | Fix # -> ## in a macro in lzma.h. | Lasse Collin | 1 | -1/+1 |
2009-01-26 | Add lzma_block_buffer_decode(). | Lasse Collin | 1 | -0/+41 |
2009-01-23 | Added lzma_stream_buffer_decode() and made minor cleanups. | Lasse Collin | 2 | -2/+52 |
2009-01-20 | Add some single-call buffer-to-buffer coding functions. | Lasse Collin | 3 | -6/+177 |
2009-01-17 | Beta was supposed to be API stable but I had forgot to rename | Lasse Collin | 1 | -2/+2 |
2008-12-31 | Bumped version to 4.999.8beta right after the release | Lasse Collin | 1 | -1/+1 |
2008-12-31 | Prepare for 4.999.7beta release. | Lasse Collin | 1 | -1/+1 |
2008-12-31 | Cleaned up some comments in the API headers. | Lasse Collin | 3 | -14/+15 |
2008-12-31 | Renamed lzma_options_simple to lzma_options_bcj in the API. | Lasse Collin | 3 | -13/+13 |
2008-12-31 | Remove lzma_init() and other init functions from liblzma API. | Lasse Collin | 3 | -87/+0 |
2008-12-27 | Bunch of liblzma tweaks, including some API changes. | Lasse Collin | 4 | -61/+127 |
2008-12-17 | Remove the alignment functions for now. Maybe they will | Lasse Collin | 3 | -62/+0 |
2008-12-15 | Bunch of liblzma API cleanups and fixes. | Lasse Collin | 15 | -355/+584 |
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 |
2007-12-09 | Imported to git. | Lasse Collin | 25 | -0/+3679 |