aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/builtins.cc
AgeCommit message (Expand)Author
2018-03-20Move builtinFetchurl to its own fileEelco Dolstra
2017-09-18Don't remove Content-Encoding in fetchurl / nix-prefetch-urlEelco Dolstra
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-07-17Always use base-16 for hashed mirror lookupsEelco Dolstra
2017-07-17Make the hashes mirrors used by builtins.fetchurl configurableEelco Dolstra
2017-05-16Improve progress indicatorEelco Dolstra
2017-02-16Support netrc in <nix/fetchurl.nix>Eelco Dolstra
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-09-14Enable HTTP/2 supportEelco Dolstra
2016-06-01<nix/fetchurl.nix>: Use tarballs.nixos.orgEelco Dolstra
2016-06-01TypoEelco Dolstra
2016-06-01Make the store directory a member variable of StoreEelco Dolstra
2016-05-04Add a Store::addToStore() variant that accepts a NAREelco Dolstra
2016-04-29BinaryCacheStore: Support "none" compression methodEelco Dolstra
2016-04-15BinaryCacheStore::readFile(): Return a shared_ptr to a stringEelco Dolstra
2016-02-29Add an HTTP binary cache storeEelco Dolstra
2015-10-30<nix/fetchurl.nix>: Support xz-compressed NARsEelco Dolstra
2015-10-30<nix/fetchurl.nix>: Support downloading and unpacking NARsEelco Dolstra
2015-10-21Show progress indicator for builtin fetchurlEelco Dolstra
2015-10-21Disable TLS verification for builtin fetchurlEelco Dolstra
2015-07-23Fix fetchurl of executable fileEelco Dolstra
2015-07-20Make <nix/fetchurl.nix> a builtin builderEelco Dolstra