about summary refs log tree commit diff
path: root/src/libstore/download.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-29 Add an HTTP binary cache storeEelco Dolstra1-49/+75
2016-02-22 curl: Set CURLOPT_NOSIGNALEelco Dolstra1-0/+2
2016-02-04 StoreAPI -> StoreEelco Dolstra1-1/+1
2016-02-04 Eliminate the "store" global variableEelco Dolstra1-1/+1
2015-10-29 int2String() -> std::to_string()Eelco Dolstra1-1/+1
2015-10-21 Show progress indicator for builtin fetchurlEelco Dolstra1-2/+2
2015-10-21 Disable TLS verification for builtin fetchurlEelco Dolstra1-9/+17
2015-10-08 Revert to CURLOPT_PROGRESSFUNCTIONEelco Dolstra1-5/+5
2015-10-07 Show progress during downloadsEelco Dolstra1-7/+47
2015-07-20 Make <nix/fetchurl.nix> a builtin builderEelco Dolstra1-0/+236