Age | Commit message (Expand) | Author | Files | Lines |
2024-02-14 | Add SPDX license identifier into 0BSD source code files. | Lasse Collin | 1 | -0/+2 |
2024-02-14 | liblzma: Sync the AUTHORS fix about SHA-256 to lzma.h. | Lasse Collin | 1 | -6/+4 |
2024-02-14 | Change most public domain parts to 0BSD. | Lasse Collin | 1 | -7/+6 |
2024-01-19 | liblzma: Update website URL. | Jia Tan | 1 | -3/+3 |
2023-10-26 | liblzma: Refer to MinGW-w64 instead of MinGW in the API headers. | Lasse Collin | 1 | -2/+2 |
2023-04-14 | liblzma: Update project maintainers in lzma.h. | Lasse Collin | 1 | -1/+1 |
2023-03-18 | Change a few HTTP URLs to HTTPS. | Lasse Collin | 1 | -4/+4 |
2023-03-17 | liblzma: Add set lzma.h as the main page for Doxygen documentation. | Jia Tan | 1 | -0/+1 |
2021-09-09 | liblzma: Use _MSVC_LANG to detect when "noexcept" can be used with MSVC. | Lasse Collin | 1 | -1/+2 |
2020-02-22 | Use defined(__GNUC__) before __GNUC__ in preprocessor lines. | Lasse Collin | 1 | -2/+3 |
2018-02-06 | nothrow: use noexcept for C++11 and newer | Ben Boeckel | 1 | -1/+5 |
2015-07-12 | liblzma: A MSVC-specific hack isn't needed with MSVC 2013 and newer. | Lasse Collin | 1 | -5/+13 |
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 |