Skip to content
Snippets Groups Projects
  1. Feb 17, 2015
  2. Nov 04, 2014
  3. Oct 20, 2014
  4. Oct 19, 2014
    • Shea Levy's avatar
      Drop support for pre-c++11 compilers. · 84a13dc5
      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.
      84a13dc5
  5. Sep 17, 2014
  6. May 02, 2014
  7. Apr 07, 2014
  8. Mar 29, 2014
  9. Feb 08, 2014
    • Shea Levy's avatar
      Add download-via-ssh substituter · 64e23d0a
      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: default avatarShea Levy <shea@shealevy.com>
      64e23d0a
  10. Feb 01, 2014
  11. Jan 30, 2014
  12. Jan 09, 2014
  13. Nov 25, 2013
Loading