Age | Commit message (Expand) | Author |
---|---|---|
2023-04-08 | LibCompress: Mark some XZ-related variables and functions as const | Tim Schumacher |
2023-04-08 | LibCompress: Move loading XZ blocks into its own function | Tim Schumacher |
2023-04-08 | LibCompress: Move finishing the current XZ stream into its own function | Tim Schumacher |
2023-04-08 | LibCompress: Move finishing the current XZ block into its own function | Tim Schumacher |
2023-04-08 | LibCompress: Move loading XZ stream headers into its own function | Tim Schumacher |
2023-04-01 | LibCompress: Implement block size validation for XZ streams | Tim Schumacher |
2023-04-01 | LibCompress: Factor out the list of XZ check sizes | Tim Schumacher |
2023-03-30 | LibCompress: Implement support for multiple concatenated XZ streams | Tim Schumacher |
2023-03-30 | LibCompress: Move XZ header validation into the read function | Tim Schumacher |
2023-03-21 | LibCompress: Add support for XZ | Tim Schumacher |