- Aug 13, 2016
-
-
Jude Taylor authored
-
- Aug 11, 2016
-
-
Shea Levy authored
-
- Jun 01, 2016
-
-
Eelco Dolstra authored
-
- May 04, 2016
-
-
Eelco Dolstra authored
-
- Apr 25, 2016
-
-
Eelco Dolstra authored
-
- Apr 11, 2016
-
-
Eelco Dolstra authored
Manifests have been superseded by binary caches for years. This also gets rid of nix-pull, nix-generate-patches and bsdiff/bspatch.
-
- Feb 09, 2016
-
-
Eelco Dolstra authored
-
- Oct 01, 2015
-
-
Eelco Dolstra authored
-
- Apr 22, 2015
-
-
Luca Bruno authored
-
- Feb 17, 2015
-
-
Eelco Dolstra authored
This is not strictly needed for integrity (since we already include the NAR hash in the fingerprint) but it helps against endless data attacks [1]. (However, this will also require download-from-binary-cache.pl to bail out if it receives more than the specified number of bytes.) [1] https://isis.poly.edu/~jcappos/papers/cappos_mirror_ccs_08.pdf
-
- Nov 04, 2014
-
-
Eelco Dolstra authored
-
- Oct 20, 2014
-
- Oct 19, 2014
-
-
Shea Levy authored
In particular, gcc 4.6's std::exception::~exception has an exception specification in c++0x mode, which requires us to use that deprecated feature in nix (and led to breakage after some recent changes that were valid c++11). nix already uses several c++11 features and gcc 4.7 has been around for over 2 years.
-
- Sep 17, 2014
-
-
Eelco Dolstra authored
-
- May 02, 2014
-
-
Eelco Dolstra authored
-
- Apr 07, 2014
-
-
Eelco Dolstra authored
-
- Mar 29, 2014
-
-
Eelco Dolstra authored
-
- Feb 08, 2014
-
-
Shea Levy authored
This substituter connects to a remote host, runs nix-store --serve there, and then forwards substituter commands on to the remote host and sends their results to the calling program. The ssh-substituter-hosts option can be specified as a list of hosts to try. This is an initial implementation and, while it works, it has some limitations: * Only the first host is used * There is no caching of query results (all queries are sent to the remote machine) * There is no informative output (such as progress bars) * Some failure modes may cause unhelpful error messages * There is no concept of trusted-ssh-substituter-hosts Signed-off-by:
Shea Levy <shea@shealevy.com>
-
- Feb 01, 2014
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
- Jan 30, 2014
-
-
Eelco Dolstra authored
-
- Jan 09, 2014
-
-
Eelco Dolstra authored
-
- Nov 25, 2013
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-