about summary refs log tree commit diff
path: root/src/libstore/builtins.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-30 Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim1-2/+2
2017-07-17 Always use base-16 for hashed mirror lookupsEelco Dolstra1-1/+2
2017-07-17 Make the hashes mirrors used by builtins.fetchurl configurableEelco Dolstra1-6/+9
2017-05-16 Improve progress indicatorEelco Dolstra1-3/+0
2017-02-16 Support netrc in <nix/fetchurl.nix>Eelco Dolstra1-1/+9
2016-11-26 Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra1-2/+2
2016-11-25 Get rid of unicode quotes (#1140)Guillaume Maudoux1-2/+2
2016-09-14 Enable HTTP/2 supportEelco Dolstra1-4/+6
2016-06-01 <nix/fetchurl.nix>: Use tarballs.nixos.orgEelco Dolstra1-20/+35
2016-06-01 TypoEelco Dolstra1-1/+1
2016-06-01 Make the store directory a member variable of StoreEelco Dolstra1-1/+0
2016-05-04 Add a Store::addToStore() variant that accepts a NAREelco Dolstra1-1/+1
2016-04-29 BinaryCacheStore: Support "none" compression methodEelco Dolstra1-1/+1
2016-04-15 BinaryCacheStore::readFile(): Return a shared_ptr to a stringEelco Dolstra1-4/+5
2016-02-29 Add an HTTP binary cache storeEelco Dolstra1-2/+2
2015-10-30 <nix/fetchurl.nix>: Support xz-compressed NARsEelco Dolstra1-0/+3
2015-10-30 <nix/fetchurl.nix>: Support downloading and unpacking NARsEelco Dolstra1-3/+14
2015-10-21 Show progress indicator for builtin fetchurlEelco Dolstra1-2/+4
2015-10-21 Disable TLS verification for builtin fetchurlEelco Dolstra1-1/+7
2015-07-23 Fix fetchurl of executable fileEelco Dolstra1-1/+1
2015-07-20 Make <nix/fetchurl.nix> a builtin builderEelco Dolstra1-0/+24