aboutsummaryrefslogtreecommitdiff
path: root/src/nix-prefetch-url
AgeCommit message (Expand)Author
2017-10-24nix: Respect -I, --arg, --argstrEelco 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-04Support base-64 hashesEelco Dolstra
2017-03-15runProgram(): Distinguish between empty input and no inputEelco Dolstra
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-09-21printMsg(lvlError, ...) -> printError(...) etc.Eelco Dolstra
2016-09-14Enable HTTP/2 supportEelco Dolstra
2016-07-26makeFixedOutputPath(): Drop superfluous HashType argumentEelco Dolstra
2016-06-01Make the store directory a member variable of StoreEelco Dolstra
2016-04-15BinaryCacheStore::readFile(): Return a shared_ptr to a stringEelco Dolstra
2016-02-29Add an HTTP binary cache storeEelco Dolstra
2016-02-04Eliminate the "store" global variableEelco Dolstra
2015-10-21Disable TLS verification for builtin fetchurlEelco Dolstra
2015-10-07Show progress during downloadsEelco Dolstra
2015-10-07nix-prefetch-url: Add --name optionEelco Dolstra
2015-10-07nix-prefetch-url -A: Use "name" attribute from Nix expressionEelco Dolstra
2015-10-07nix-prefetch-url: Support unpacking tarballsEelco Dolstra
2015-10-01nix-prefetch-url: Support prefetching from a Nix expressionEelco Dolstra
2015-10-01nix-prefetch-url: $PRINT_PATH -> --print-pathEelco Dolstra
2015-10-01nix-prefetch-url: Rewrite in C++Eelco Dolstra