Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-29 | BinaryCacheStore: Support bzip2 compression | Eelco Dolstra | |
2016-04-29 | BinaryCacheStore: Support "none" compression method | Eelco Dolstra | |
2016-04-22 | Make compression interruptible | Eelco Dolstra | |
2016-04-15 | BinaryCacheStore::readFile(): Return a shared_ptr to a string | Eelco Dolstra | |
This allows readFile() to indicate that a file doesn't exist, and might eliminate some large string copying. | |||
2016-02-15 | Add xz compression function | Eelco Dolstra | |
This is used by the Hydra queue runner, but since it may also be useful for the C++ rewrite of nix-push, I'm putting it here. | |||
2016-02-15 | decompressXZ: Ensure that lzma_end() is called | Eelco Dolstra | |
Otherwise we might leak memory. | |||
2016-01-05 | Fixed unresolved 'BUFSIZ' | FrankHB | |
`BUFSIZ` is defined in header `<cstdio>`. | |||
2015-10-30 | <nix/fetchurl.nix>: Support xz-compressed NARs | Eelco Dolstra | |