index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
download-from-binary-cache.pl.in
Age
Commit message (
Expand
)
Author
2012-10-02
Add operation ‘nix-store --repair-path’
Eelco Dolstra
2012-09-21
Style fix
Eelco Dolstra
2012-09-13
Put a time-to-live on negative binary cache lookups
Eelco Dolstra
2012-09-13
Doh
Eelco Dolstra
2012-09-13
Delete manifests in "nix-channel --remove" or when a binary cache is available
Eelco Dolstra
2012-09-12
Compatibility fix for WWW::Curl < 4.14
Eelco Dolstra
2012-08-27
Disable the binary cache substituter by default for now
Eelco Dolstra
2012-08-27
Drop dependency on List::MoreUtils
Eelco Dolstra
2012-08-01
nix-channel: Use binary caches advertised by channels
Eelco Dolstra
2012-08-01
download-from-binary-cache: Remove duplicate URLs
Eelco Dolstra
2012-08-01
Report substituter errors to clients of the Nix daemon
Eelco Dolstra
2012-07-31
Allow daemon users to override ‘binary-caches’
Eelco Dolstra
2012-07-30
Do some validation of URLs
Eelco Dolstra
2012-07-30
Get rid of $NIX_BINARY_CACHES
Eelco Dolstra
2012-07-27
Allow a binary cache to declare that it doesn't support "nix-env -qas"
Eelco Dolstra
2012-07-27
Let build.cc verify the expected hash of a substituter's output
Eelco Dolstra
2012-07-27
download-using-manifests: Don't use nix-prefetch-url
Eelco Dolstra
2012-07-27
Remove trailing whitespace / tabs
Eelco Dolstra
2012-07-27
download-from-binary-cache: Only use the default cache for /nix/store
Eelco Dolstra
2012-07-26
download-from-binary-cache: Support file://
Eelco Dolstra
2012-07-18
download-from-binary-cache: Print correct URL
Eelco Dolstra
2012-07-17
Print some debug output
Eelco Dolstra
2012-07-11
Set the User-Agent header to "Nix/<version>"
Eelco Dolstra
2012-07-11
download-from-binary-cache: Use HEAD requests if possible
Eelco Dolstra
2012-07-11
Cleanup
Eelco Dolstra
2012-07-09
download-from-binary-cache: add nix.conf options
Eelco Dolstra
2012-07-08
Cleanup
Eelco Dolstra
2012-07-06
download-from-binary-cache: parallelise fetching of NAR info files
Eelco Dolstra
2012-07-06
download-from-binary-cache: use WWW::Curl
Eelco Dolstra
2012-07-03
download-from-binary-cache: do negative NAR info caching
Eelco Dolstra
2012-07-03
download-from-binary-cache: in queries, preferred cached info
Eelco Dolstra
2012-07-03
download-from-binary-cache: strip trailing / from URLs
Eelco Dolstra
2012-07-03
download-from-binary-cache: cache binary cache info in a SQLite DB
Eelco Dolstra
2012-07-02
download-from-binary-cache: Verify NAR hashes
Eelco Dolstra
2012-07-02
Binary caches: use a better key
Eelco Dolstra
2012-07-01
Add an environment variable $NIX_BINARY_CACHES specifying URLs of binary caches
Eelco Dolstra
2012-07-01
Allow both bzip2 and xz compression
Eelco Dolstra
2012-06-29
First attempt at the manifest-less substituter
Eelco Dolstra