Age | Commit message (Expand) | Author | Files | Lines |
2014-05-04 | liblzma: Rename the private API header lzma/lzma.h to lzma/lzma12.h. | Lasse Collin | 1 | -1/+1 |
2010-10-21 | liblzma: Update the comments in the API headers. | Lasse Collin | 1 | -2/+2 |
2010-05-26 | Remove the Subblock filter code for now. | Lasse Collin | 1 | -1/+0 |
2010-05-14 | Omit lzma_restrict from the API headers. | Lasse Collin | 1 | -12/+0 |
2009-12-09 | Always rely on GCC's auto-import on Windows. | Lasse Collin | 1 | -7/+9 |
2009-11-15 | Add lzma_physmem(). | Lasse Collin | 1 | -0/+3 |
2009-09-12 | Fix GCC version check for nothrow attribute. | Lasse Collin | 1 | -1/+1 |
2009-09-12 | A few grammar fixes. | Lasse Collin | 1 | -2/+2 |
2009-08-27 | Updates to liblzma API headers. | Lasse Collin | 1 | -0/+20 |
2009-06-26 | Basic support for building with Cygwin and MinGW using | Lasse Collin | 1 | -2/+5 |
2009-04-13 | Put the interesting parts of XZ Utils into the public domain. | Lasse Collin | 1 | -15/+23 |
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 | 1 | -3/+3 |
2009-02-01 | Use __cdecl also for function pointers in liblzma API when | Lasse Collin | 1 | -7/+11 |
2009-01-31 | Add LZMA_API to liblzma API headers. It's useful at least | Lasse Collin | 1 | -0/+17 |
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 |
2008-12-31 | Renamed lzma_options_simple to lzma_options_bcj in the API. | Lasse Collin | 1 | -1/+1 |
2008-12-31 | Remove lzma_init() and other init functions from liblzma API. | Lasse Collin | 1 | -1/+0 |
2008-12-27 | Bunch of liblzma tweaks, including some API changes. | Lasse Collin | 1 | -4/+4 |
2008-12-17 | Remove the alignment functions for now. Maybe they will | Lasse Collin | 1 | -1/+0 |
2008-12-15 | Bunch of liblzma API cleanups and fixes. | Lasse Collin | 1 | -56/+66 |
2008-11-25 | Remove the nowadays unneeded memory limitting malloc() wrapper. | Lasse Collin | 1 | -1/+0 |
2008-08-28 | Sort of garbage collection commit. :-| Many things are still | Lasse Collin | 1 | -35/+126 |
2008-06-18 | Update the code to mostly match the new simpler file format | Lasse Collin | 1 | -6/+3 |
2008-01-22 | Added lzma_easy_* functions. These should make using | Lasse Collin | 1 | -0/+1 |
2008-01-06 | Introduced compatibility with systems that have pre-C99 | Lasse Collin | 1 | -14/+26 |
2007-12-09 | Imported to git. | Lasse Collin | 1 | -0/+122 |