Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-01 | liblzma: Silence unused variable warning when BCJ filters are disabled. | Lasse Collin | 1 | -0/+15 | |
Thanks to Jia Tan for the original patch. | |||||
2022-11-28 | liblzma: Add lzma_str_to_filters, _from_filters, and _list_filters. | Lasse Collin | 1 | -0/+1302 | |
lzma_str_to_filters() uses static error messages which makes them not very precise. It tells the position in the string where an error occurred though which helps quite a bit if applications take advantage of it. Dynamic error messages can be added later with a new flag if it seems important enough. |