aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/api/lzma.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-21liblzma: Update the comments in the API headers.Lasse Collin1-2/+2
2010-05-26Remove the Subblock filter code for now.Lasse Collin1-1/+0
2010-05-14Omit lzma_restrict from the API headers.Lasse Collin1-12/+0
2009-12-09Always rely on GCC's auto-import on Windows.Lasse Collin1-7/+9
2009-11-15Add lzma_physmem().Lasse Collin1-0/+3
2009-09-12Fix GCC version check for nothrow attribute.Lasse Collin1-1/+1
2009-09-12A few grammar fixes.Lasse Collin1-2/+2
2009-08-27Updates to liblzma API headers.Lasse Collin1-0/+20
2009-06-26Basic support for building with Cygwin and MinGW usingLasse Collin1-2/+5
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-15/+23
2009-02-07Introduced LZMA_API_STATIC macro, which the applicationsLasse Collin1-7/+24
2009-02-02Modify LZMA_API macro so that it works on Windows withLasse Collin1-3/+3
2009-02-01Use __cdecl also for function pointers in liblzma API whenLasse Collin1-7/+11
2009-01-31Add LZMA_API to liblzma API headers. It's useful at leastLasse Collin1-0/+17
2009-01-31Fix two lines in lzma.h on which the # wasn't at theLasse Collin1-2/+2
2009-01-31Add support for using liblzma headers in MSVC, which has noLasse Collin1-24/+46
2009-01-31Fix # -> ## in a macro in lzma.h.Lasse Collin1-1/+1
2008-12-31Renamed lzma_options_simple to lzma_options_bcj in the API.Lasse Collin1-1/+1
2008-12-31Remove lzma_init() and other init functions from liblzma API.Lasse Collin1-1/+0
2008-12-27Bunch of liblzma tweaks, including some API changes.Lasse Collin1-4/+4
2008-12-17Remove the alignment functions for now. Maybe they willLasse Collin1-1/+0
2008-12-15Bunch of liblzma API cleanups and fixes.Lasse Collin1-56/+66
2008-11-25Remove the nowadays unneeded memory limitting malloc() wrapper.Lasse Collin1-1/+0
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin1-35/+126
2008-06-18Update the code to mostly match the new simpler file formatLasse Collin1-6/+3
2008-01-22Added lzma_easy_* functions. These should make usingLasse Collin1-0/+1
2008-01-06Introduced compatibility with systems that have pre-C99Lasse Collin1-14/+26
2007-12-09Imported to git.Lasse Collin1-0/+122