Skip to content
Snippets Groups Projects
  1. Aug 13, 2016
  2. Aug 11, 2016
  3. Jun 01, 2016
  4. May 04, 2016
  5. Apr 25, 2016
  6. Apr 11, 2016
    • Eelco Dolstra's avatar
      Remove manifest support · 86796726
      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.
      86796726
  7. Feb 09, 2016
  8. Oct 01, 2015
  9. Apr 22, 2015
  10. Feb 17, 2015
  11. Nov 04, 2014
  12. Oct 20, 2014
  13. 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
  14. Sep 17, 2014
  15. May 02, 2014
  16. Apr 07, 2014
  17. Mar 29, 2014
  18. 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
  19. Feb 01, 2014
  20. Jan 30, 2014
  21. Jan 09, 2014
  22. Nov 25, 2013
Loading