Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: bfa41eb6714a7e7c3956389ee063e898bd1f37ff
      
https://github.com/NixOS/nix/commit/bfa41eb6714a7e7c3956389ee063e898bd1f37ff
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-01-20 (Fri, 20 Jan 2017)

  Changed paths:
    M .gitignore
    M Makefile
    M scripts/local.mk
    R scripts/nix-copy-closure.in
    M src/build-remote/build-remote.cc
    M src/build-remote/local.mk
    M src/libstore/ssh-store.cc
    M src/libstore/store-api.cc
    M src/libstore/store-api.hh
    A src/nix-copy-closure/local.mk
    A src/nix-copy-closure/nix-copy-closure.cc

  Log Message:
  -----------
  nix-copy-closure: Implement in C++.

Tests fail currently because the database is not given proper hashes in the VM


  Commit: 27dc76c1a5dbe654465245ff5f6bc22e2c8902da
      
https://github.com/NixOS/nix/commit/27dc76c1a5dbe654465245ff5f6bc22e2c8902da
  Author: Eelco Dolstra <edols...@gmail.com>
  Date:   2017-02-07 (Tue, 07 Feb 2017)

  Changed paths:
    M .gitignore
    M local.mk
    R scripts/build-remote.pl.in
    M scripts/local.mk

  Log Message:
  -----------
  Remove build-remote.pl.in


  Commit: c54814b175793f0e7a53fdeba55d1149342ec82a
      
https://github.com/NixOS/nix/commit/c54814b175793f0e7a53fdeba55d1149342ec82a
  Author: Eelco Dolstra <edols...@gmail.com>
  Date:   2017-02-07 (Tue, 07 Feb 2017)

  Changed paths:
    M .gitignore
    M Makefile
    R src/download-via-ssh/download-via-ssh.cc
    R src/download-via-ssh/local.mk

  Log Message:
  -----------
  Remove download-via-ssh

Replaced by SSHStore.


  Commit: 612aeb2df5e02000a02def849b94b8342385974e
      
https://github.com/NixOS/nix/commit/612aeb2df5e02000a02def849b94b8342385974e
  Author: Eelco Dolstra <edols...@gmail.com>
  Date:   2017-02-07 (Tue, 07 Feb 2017)

  Changed paths:
    M src/libstore/binary-cache-store.hh

  Log Message:
  -----------
  Cleanup


  Commit: 7a58ad0ef5d32f130163276d49f962b4be92e6fd
      
https://github.com/NixOS/nix/commit/7a58ad0ef5d32f130163276d49f962b4be92e6fd
  Author: Eelco Dolstra <edols...@gmail.com>
  Date:   2017-02-07 (Tue, 07 Feb 2017)

  Changed paths:
    M src/libstore/ssh-store.cc

  Log Message:
  -----------
  SSHStore: uri -> host


  Commit: ce4d8e3ef83505560db787876beb30d20ca6faf2
      
https://github.com/NixOS/nix/commit/ce4d8e3ef83505560db787876beb30d20ca6faf2
  Author: Eelco Dolstra <edols...@gmail.com>
  Date:   2017-02-07 (Tue, 07 Feb 2017)

  Changed paths:
    M src/nix-store/nix-store.cc

  Log Message:
  -----------
  Remove unnecessary call to topoSortPaths()

exportPaths() already does this.


  Commit: ddb5577f2eb158279ee40219de409dcf1230aacc
      
https://github.com/NixOS/nix/commit/ddb5577f2eb158279ee40219de409dcf1230aacc
  Author: Eelco Dolstra <edols...@gmail.com>
  Date:   2017-02-07 (Tue, 07 Feb 2017)

  Changed paths:
    M src/libutil/serialise.hh
    M src/nix-daemon/nix-daemon.cc

  Log Message:
  -----------
  Move SavingSourceAdapter to serialise.hh


  Commit: fa07558a069b974769e22ac944cfe21a69fb4485
      
https://github.com/NixOS/nix/commit/fa07558a069b974769e22ac944cfe21a69fb4485
  Author: Eelco Dolstra <edols...@gmail.com>
  Date:   2017-02-07 (Tue, 07 Feb 2017)

  Changed paths:
    M src/libstore/binary-cache-store.hh
    A src/libstore/serve-protocol.hh
    M src/libstore/store-api.cc
    M src/libstore/store-api.hh
    R src/nix-store/serve-protocol.hh

  Log Message:
  -----------
  Provide default implementations for a couple of Store methods


  Commit: f38224e924bc38ea2b94930f8d12e29c7c8df7a8
      
https://github.com/NixOS/nix/commit/f38224e924bc38ea2b94930f8d12e29c7c8df7a8
  Author: Eelco Dolstra <edols...@gmail.com>
  Date:   2017-02-07 (Tue, 07 Feb 2017)

  Changed paths:
    M src/libstore/store-api.cc
    M src/libstore/store-api.hh

  Log Message:
  -----------
  copyStorePath(): Don't require signatures for "trusted" stores

For example, SSH stores could be trusted.


  Commit: caa5793b4a74049ee37dd88eb1c5b785456ce40d
      
https://github.com/NixOS/nix/commit/caa5793b4a74049ee37dd88eb1c5b785456ce40d
  Author: Eelco Dolstra <edols...@gmail.com>
  Date:   2017-02-07 (Tue, 07 Feb 2017)

  Changed paths:
    A src/libstore/legacy-ssh-store.cc
    M src/libstore/remote-store.cc

  Log Message:
  -----------
  Add a LegacySSHStore that uses nix-store --serve

This is useful for nix-copy-closure.


  Commit: 6f4682ad36c97355fbb7ba86a9ce265c22102055
      
https://github.com/NixOS/nix/commit/6f4682ad36c97355fbb7ba86a9ce265c22102055
  Author: Eelco Dolstra <edols...@gmail.com>
  Date:   2017-02-07 (Tue, 07 Feb 2017)

  Changed paths:
    M .gitignore
    M Makefile
    M scripts/local.mk
    R scripts/nix-copy-closure.in
    M src/build-remote/build-remote.cc
    M src/build-remote/local.mk
    M src/libstore/ssh-store.cc
    M src/libstore/store-api.cc
    M src/libstore/store-api.hh
    A src/nix-copy-closure/local.mk
    A src/nix-copy-closure/nix-copy-closure.cc

  Log Message:
  -----------
  Merge branch 'nix-copy-closure-c++' of https://github.com/shlevy/nix


  Commit: 4724903c78e80481fc63d627081fac6a98e4205d
      
https://github.com/NixOS/nix/commit/4724903c78e80481fc63d627081fac6a98e4205d
  Author: Eelco Dolstra <edols...@gmail.com>
  Date:   2017-02-07 (Tue, 07 Feb 2017)

  Changed paths:
    M src/nix-copy-closure/nix-copy-closure.cc

  Log Message:
  -----------
  nix-copy-closure: Use computeFSClosure() and LegacySSHStore


Compare: https://github.com/NixOS/nix/compare/1351b0df87a0...4724903c78e8
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to