Eelco Dolstra
|
215b70f51e
|
Revert "Get rid of unicode quotes (#1140)"
This reverts commit f78126bfd6 . There
really is no need for such a massive change...
|
2016-11-26 00:38:01 +01:00 |
|
Guillaume Maudoux
|
f78126bfd6
|
Get rid of unicode quotes (#1140)
|
2016-11-25 15:48:27 +01:00 |
|
Eelco Dolstra
|
0d4a10e910
|
Do compression in a sink
|
2016-05-04 16:16:53 +02:00 |
|
Eelco Dolstra
|
538a64e8c3
|
Add a Store::addToStore() variant that accepts a NAR
As a side effect, this ensures that signatures are propagated when
copying paths between stores.
Also refactored import/export to make use of this.
|
2016-05-04 16:15:54 +02:00 |
|
Eelco Dolstra
|
33de2bc080
|
Fix segfault in xz compression/decompression
|
2016-05-04 11:50:12 +02:00 |
|
Eelco Dolstra
|
4dde0b0562
|
BinaryCacheStore: Support bzip2 compression
|
2016-04-29 17:43:37 +02:00 |
|
Eelco Dolstra
|
5acb691402
|
BinaryCacheStore: Support "none" compression method
|
2016-04-29 17:02:57 +02:00 |
|
Eelco Dolstra
|
58c84cda3b
|
Make compression interruptible
|
2016-04-22 18:15:02 +02:00 |
|
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 |
|