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 | Change most public domain parts to 0BSD. | Lasse Collin | 1 | -3/+0 |
2023-02-23 | liblzma: Avoid null pointer + 0 (undefined behavior in C). | Lasse Collin | 1 | -2/+4 |
2022-11-14 | Revert "liblzma: Simple/BCJ filters: Allow disabling generic BCJ options." | Lasse Collin | 1 | -2/+2 |
2022-09-17 | liblzma: Simple/BCJ filters: Allow disabling generic BCJ options. | Lasse Collin | 1 | -2/+2 |
2019-05-13 | liblzma: Avoid memcpy(NULL, foo, 0) because it is undefined behavior. | Lasse Collin | 1 | -1/+9 |
2016-11-21 | liblzma: Avoid multiple definitions of lzma_coder structures. | Lasse Collin | 1 | -28/+33 |
2012-07-17 | liblzma: Make the use of lzma_allocator const-correct. | Lasse Collin | 1 | -5/+5 |
2012-05-28 | liblzma: Fix possibility of incorrect LZMA_BUF_ERROR. | Lasse Collin | 1 | -1/+1 |
2012-04-19 | liblzma: Remove outdated comments. | Lasse Collin | 1 | -3/+0 |
2011-05-17 | Add underscores to attributes (__attribute((__foo__))). | Lasse Collin | 1 | -1/+1 |
2010-02-12 | Collection of language fixes to comments and docs. | Lasse Collin | 1 | -1/+1 |
2009-11-14 | Fix a design error in liblzma API. | Lasse Collin | 1 | -0/+12 |
2009-07-10 | BCJ filters: Reject invalid start offsets with LZMA_OPTIONS_ERROR. | Lasse Collin | 1 | -1/+4 |
2009-04-13 | Put the interesting parts of XZ Utils into the public domain. | Lasse Collin | 1 | -10/+3 |
2008-12-31 | Renamed lzma_options_simple to lzma_options_bcj in the API. | Lasse Collin | 1 | -1/+1 |
2008-09-13 | Renamed constants: | Lasse Collin | 1 | -1/+1 |
2008-08-28 | Sort of garbage collection commit. :-| Many things are still | Lasse Collin | 1 | -4/+4 |
2008-06-18 | Update the code to mostly match the new simpler file format | Lasse Collin | 1 | -25/+4 |
2008-01-26 | Return LZMA_HEADER_ERROR if LZMA_SYNC_FLUSH is used with any | Lasse Collin | 1 | -0/+8 |
2007-12-11 | Remove uncompressed size tracking from the filter encoders. | Lasse Collin | 1 | -25/+4 |
2007-12-09 | Imported to git. | Lasse Collin | 1 | -0/+306 |