Eelco Dolstra
|
d1b0909894
|
BinaryCacheStore::readFile(): Return a shared_ptr to a string
This allows readFile() to indicate that a file doesn't exist, and
might eliminate some large string copying.
|
2016-04-15 15:39:48 +02:00 |
|
Eelco Dolstra
|
eff5021eaa
|
Add xz compression function
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 21:45:56 +01:00 |
|
Eelco Dolstra
|
bfdacb712c
|
decompressXZ: Ensure that lzma_end() is called
Otherwise we might leak memory.
|
2016-02-15 21:26:28 +01:00 |
|
FrankHB
|
607d91517e
|
Fixed unresolved 'BUFSIZ'
`BUFSIZ` is defined in header `<cstdio>`.
|
2016-01-05 13:33:40 +01:00 |
|
Eelco Dolstra
|
1f735a3440
|
<nix/fetchurl.nix>: Support xz-compressed NARs
|
2015-10-30 12:34:30 +01:00 |
|