Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-02 | Make liblzma produce the same output on both endiannesses. | Lasse Collin | 1 | -1/+0 | |
Seems that it is a problem in some cases if the same version of XZ Utils produces different output on different endiannesses, so this commit fixes that problem. The output will still vary between different XZ Utils versions, but I cannot avoid that for now. This commit bloatens the code on big endian systems by 1 KiB, which should be OK since liblzma is bloated already. ;-) | |||||
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-09-27 | Some API changes, bug fixes, cleanups etc. | Lasse Collin | 1 | -15/+15 | |
2008-09-06 | Comments | Lasse Collin | 1 | -1/+1 | |
2008-09-02 | Some fixes to LZ encoder. | Lasse Collin | 1 | -57/+38 | |
2008-08-28 | Sort of garbage collection commit. :-| Many things are still | Lasse Collin | 1 | -0/+780 | |
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. |