commit | 64a7180e84d876d44600b00e96203bf573ecc93b | [log] [tgz] |
---|---|---|
author | Lasse Collin <[email protected]> | Thu Dec 02 12:38:21 2010 +0200 |
committer | Lasse Collin <[email protected]> | Thu Dec 02 12:38:21 2010 +0200 |
tree | 2b02fc082e5f68668649ea3bb62b72424eb719fe | |
parent | 64c515e42b2266e38a45cff12b4fe8cb0f6682af [diff] |
Fix decompress_unxz.c API. Previously only the features that were needed by the code currently in Linux were implemented. However, <linux/decompress/generic.h> requires a few other features too, so implement them for consistency with other decompressors: - Callback-to-buffer mode - Ability to use caller-given input buffer with fill() Thanks to Phillip Lougher.