Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMake: Switch integration tests and travis over | Julian Andres Klode | 2016-08-06 | 1 | -1/+1 |
| | | | | | | This early support seems a bit hacky, but it's a hard switch: The integration tests do not understand the old build system anymore afterwards. I don't really like that. | ||||
* | don't leak an FD in lz4 (de)compression | David Kalnischkies | 2016-06-10 | 1 | -0/+16 |
| | | | | | Seen first in #826783, but as this buglog also shows leaked uncompressed files as well we don't close it just yet. | ||||
* | do not hang on piped input in PipedFileFdPrivate | David Kalnischkies | 2016-06-10 | 1 | -0/+30 |
This effects only compressors configured on the fly (rather then the inbuilt ones as they use a library). |