Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-17 | Add underscores to attributes (__attribute((__foo__))). | Lasse Collin | 1 | -1/+1 | |
2009-07-10 | BCJ filters: Reject invalid start offsets with LZMA_OPTIONS_ERROR. | Lasse Collin | 1 | -1/+1 | |
This is a quick and slightly dirty fix to make the code conform to the latest file format specification. Without this patch, it's possible to make corrupt files by specifying start offset that is not a multiple of the filter's alignment. Custom start offset is almost never used, so this was only a minor bug. The xz command line tool doesn't validate the start offset, so one will get a bit unclear error message if trying to use an invalid start offset. | |||||
2009-04-15 | Fix uint32_t -> size_t in ARM and ARM-Thumb filters. | Lasse Collin | 1 | -1/+1 | |
On 64-bit system it would have gone into infinite loop if a single input buffer was over 4 GiB (unlikely). | |||||
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. | |||||
2007-12-09 | Imported to git. | Lasse Collin | 1 | -0/+81 | |