Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-24 | liblzma: Change quoting style from `...' to '...'. | Jia Tan | 1 | -1/+1 | |
This was done for both internal and API headers. | |||||
2012-06-28 | liblzma: Check that the first byte of range encoded data is 0x00. | Lasse Collin | 1 | -3/+9 | |
It is just to be more pedantic and thus perhaps catch broken files slightly earlier. | |||||
2009-04-13 | Put the interesting parts of XZ Utils into the public domain. | Lasse Collin | 1 | -12/+5 | |
Some minor documentation cleanups were made at the same time. | |||||
2008-08-28 | Sort of garbage collection commit. :-| Many things are still | Lasse Collin | 1 | -123/+86 | |
broken. API has changed a lot and it will still change a little more here and there. The command line tool doesn't have all the required changes to reflect the API changes, so it's easy to get "internal error" or trigger assertions. | |||||
2008-03-24 | Replaced the range decoder optimization that used arithmetic | Lasse Collin | 1 | -37/+16 | |
right shift with as fast version that doesn't need arithmetic right shift. Removed the related check from configure.ac. | |||||
2008-03-22 | Take advantage of arithmetic right shift in range decoder. | Lasse Collin | 1 | -15/+37 | |
2008-01-04 | Moved range decoder initialization (reading the first | Lasse Collin | 1 | -27/+60 | |
five input bytes) from LZMA decoder to range decoder header. Did the same for decoding of direct bits. | |||||
2007-12-09 | Imported to git. | Lasse Collin | 1 | -0/+189 | |