Age | Commit message (Expand) | Author | Files | Lines |
2019-12-31 | Rename unaligned_read32ne to read32ne, and similarly for the others. | Lasse Collin | 2 | -2/+2 |
2019-06-23 | liblzma: Fix warnings from -Wsign-conversion. | Lasse Collin | 5 | -13/+14 |
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 | 8 | -46/+52 |
2012-07-17 | liblzma: Make the use of lzma_allocator const-correct. | Lasse Collin | 11 | -38/+63 |
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 | 2 | -5/+1 |
2011-05-17 | Add underscores to attributes (__attribute((__foo__))). | Lasse Collin | 6 | -6/+6 |
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-10-04 | Use a tuklib module for integer handling. | Lasse Collin | 2 | -2/+2 |
2009-07-10 | BCJ filters: Reject invalid start offsets with LZMA_OPTIONS_ERROR. | Lasse Collin | 8 | -8/+12 |
2009-06-30 | Build system fixes | Lasse Collin | 2 | -51/+47 |
2009-06-26 | Fix @variables@ to $(variables) in Makefile.am files. | Lasse Collin | 1 | -2/+2 |
2009-04-15 | Fix uint32_t -> size_t in ARM and ARM-Thumb filters. | Lasse Collin | 2 | -2/+2 |
2009-04-13 | Put the interesting parts of XZ Utils into the public domain. | Lasse Collin | 14 | -153/+54 |
2008-12-31 | Renamed lzma_options_simple to lzma_options_bcj in the API. | Lasse Collin | 3 | -5/+5 |
2008-09-13 | Renamed constants: | Lasse Collin | 2 | -2/+2 |
2008-08-28 | Sort of garbage collection commit. :-| Many things are still | Lasse Collin | 6 | -4/+167 |
2008-06-18 | Update the code to mostly match the new simpler file format | Lasse Collin | 2 | -29/+4 |
2008-01-26 | Return LZMA_HEADER_ERROR if LZMA_SYNC_FLUSH is used with any | Lasse Collin | 1 | -0/+8 |
2008-01-17 | Fix wrong too small size of argument unfiltered_max | Lasse Collin | 1 | -1/+1 |
2007-12-11 | Remove uncompressed size tracking from the filter encoders. | Lasse Collin | 1 | -25/+4 |
2007-12-09 | Imported to git. | Lasse Collin | 10 | -0/+1109 |