lix/scripts
Eelco Dolstra b74d92755d download-from-binary-cache: Use HEAD requests if possible
In "nix-env -qas", we don't need the substitute info, we just need to
know if it exists.  This can be done using a HTTP HEAD request, which
saves bandwidth.

Note however that curl currently has a bug that prevents it from
reusing HTTP connections if HEAD requests return a 404:

https://sourceforge.net/tracker/?func=detail&aid=3542731&group_id=976&atid=100976

Without the patch attached to the issue, using HEAD is actually quite
a bit slower than GET.
2012-07-11 17:53:20 -04:00
..
build-remote.pl.in Support mandatory system features in the build hook 2012-04-30 17:22:45 -04:00
copy-from-other-stores.pl.in
copying-collector.pl
download-from-binary-cache.pl.in download-from-binary-cache: Use HEAD requests if possible 2012-07-11 17:53:20 -04:00
download-using-manifests.pl.in
find-runtime-roots.pl.in
install-nix-from-closure.sh Generate binary tarballs for installing Nix 2012-05-22 18:36:54 -04:00
Makefile.am First attempt at the manifest-less substituter 2012-06-29 18:28:52 -04:00
nix-build.in Handle the case where $SHELL is not set 2012-04-10 13:52:37 +02:00
nix-channel.in nix-channel --update: allow updating only the specified channels 2012-05-07 17:55:56 -04:00
nix-collect-garbage.in
nix-copy-closure.in If "pv" is available at compile time, hard-code its path 2012-04-13 14:41:33 +02:00
nix-generate-patches.in nix-generate-patches: Optionally write new patches to $NIX_ALL_PATCHES 2012-04-04 20:46:18 +00:00
nix-http-export.cgi.in
nix-install-package.in
nix-prefetch-url.in
nix-profile.sh.in Update nix profile: - incorporate NixOS's configuration so that nix is usable by normal users - install as a data file, not a program file 2012-05-31 08:59:36 -04:00
nix-pull.in Now *really* prevent accumulation of old manifests 2012-05-07 17:23:26 -04:00
nix-push.in nix-push: Always generate base-32 hashes 2012-07-02 18:05:57 -04:00
nix-reduce-build.in
remove-patches.pl
show-duplication.pl