depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
download.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
1
-10
/
+10
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
1
-10
/
+10
2016-10-21
BinaryCacheStore: Optionally write a NAR listing
Eelco Dolstra
1
-1
/
+1
2016-10-19
Merge branch 'priorityqueue' of https://github.com/groxxda/nix
Eelco Dolstra
1
-12
/
+17
2016-10-19
Fix uninitialised variable
Eelco Dolstra
1
-1
/
+1
2016-10-18
downloader: use priority_queue
Alexander Ried
1
-12
/
+17
2016-10-14
CURL_AT_LEAST_VERSION -> LIBCURL_VERSION_NUM
Eelco Dolstra
1
-4
/
+3
2016-10-13
Fix HTTP/2 support
Eelco Dolstra
1
-3
/
+3
2016-10-13
SSL_CERT_FILE -> NIX_SSL_CERT_FILE
Eelco Dolstra
1
-1
/
+2
2016-10-05
Use std::random_device
Eelco Dolstra
1
-0
/
+1
2016-10-04
Fix build with older versions of libcurl
Eelco Dolstra
1
-0
/
+6
2016-09-21
printMsg(lvlError, ...) -> printError(...) etc.
Eelco Dolstra
1
-5
/
+5
2016-09-20
Tweak
Eelco Dolstra
1
-5
/
+1
2016-09-20
Improve robustness
Eelco Dolstra
1
-2
/
+6
2016-09-16
Make computeFSClosure() single-threaded again
Eelco Dolstra
1
-11
/
+27
2016-09-14
Revive binary-caches-parallel-connections
Eelco Dolstra
1
-2
/
+8
2016-09-14
Enable HTTP/2 support
Eelco Dolstra
1
-171
/
+379
2016-08-31
download.hh: Fix conflicts from nix-channel-c++ merge
Shea Levy
1
-9
/
+5
2016-08-31
Merge branch 'nix-channel-c++'
Shea Levy
1
-3
/
+17
2016-08-30
Increase the sleep time between download retries
Eelco Dolstra
1
-1
/
+1
2016-08-15
builtins.fetch{url,tarball}: Allow name attribute
Shea Levy
1
-4
/
+5
2016-08-11
nix-channel: implement in c++
Shea Levy
1
-3
/
+17
2016-08-10
HttpBinaryCacheStore: Retry on transient HTTP errors
Eelco Dolstra
1
-9
/
+26
2016-08-10
Show HTTP error codes
Eelco Dolstra
1
-2
/
+6
2016-07-26
makeFixedOutputPath(): Drop superfluous HashType argument
Eelco Dolstra
1
-2
/
+2
2016-07-26
builtins.{fetchurl,fetchTarball}: Support a sha256 attribute
Eelco Dolstra
1
-8
/
+27
2016-07-21
Fix random failures caused by CurlDownloader modifying a shared string
Eelco Dolstra
1
-1
/
+1
2016-04-29
Add fetchgit builtin
Eelco Dolstra
1
-1
/
+1
2016-04-20
Cache path info lookups in SQLite
Eelco Dolstra
1
-1
/
+1
2016-04-15
BinaryCacheStore::readFile(): Return a shared_ptr to a string
Eelco Dolstra
1
-4
/
+5
2016-04-14
Support channel:<channel-name> URIs
Eelco Dolstra
1
-5
/
+14
2016-04-06
Fix "tar: This does not look like a tar archive" with fetchTarball / -I http://
Eelco Dolstra
1
-2
/
+1
2016-03-30
CurlDownloader: Fix HTTP error processing
Eelco Dolstra
1
-1
/
+0
2016-02-29
Add an HTTP binary cache store
Eelco Dolstra
1
-49
/
+75
2016-02-22
curl: Set CURLOPT_NOSIGNAL
Eelco Dolstra
1
-0
/
+2
2016-02-04
StoreAPI -> Store
Eelco Dolstra
1
-1
/
+1
2016-02-04
Eliminate the "store" global variable
Eelco Dolstra
1
-1
/
+1
2015-10-29
int2String() -> std::to_string()
Eelco Dolstra
1
-1
/
+1
2015-10-21
Show progress indicator for builtin fetchurl
Eelco Dolstra
1
-2
/
+2
2015-10-21
Disable TLS verification for builtin fetchurl
Eelco Dolstra
1
-9
/
+17
2015-10-08
Revert to CURLOPT_PROGRESSFUNCTION
Eelco Dolstra
1
-5
/
+5
2015-10-07
Show progress during downloads
Eelco Dolstra
1
-7
/
+47
2015-07-20
Make <nix/fetchurl.nix> a builtin builder
Eelco Dolstra
1
-0
/
+236