Age | Commit message (Expand) | Author | Files | Lines |
2018-05-30 | RemoteStore::addToStore(): Ensure capacity is decreased on exceptions | Eelco Dolstra | 1 | -2/+5 |
2018-05-30 | Fix deadlock in RemoteStore::queryPathInfoUncached() | Eelco Dolstra | 1 | -25/+28 |
2018-05-30 | Simplify the callback mechanism | Eelco Dolstra | 1 | -5/+4 |
2018-05-30 | Modularize config settings | Eelco Dolstra | 1 | -2/+3 |
2018-05-30 | Make 'nix copy --to daemon' run in constant memory (daemon side) | Eelco Dolstra | 1 | -2/+3 |
2018-03-21 | Also make the backwards compatible case of RemoteStore::addToStore run in con... | Eelco Dolstra | 1 | -15/+15 |
2018-03-21 | Make 'nix copy --to daemon' run in constant memory | Eelco Dolstra | 1 | -4/+3 |
2018-01-26 | remote_store: register for NIX_REMOTE=unix://path | Spencer Baugh | 1 | -2/+24 |
2017-10-24 | Remove the remote-builds option | Eelco Dolstra | 1 | -1/+1 |
2017-09-14 | RemoteStore: Add option to drop old connections from the pool | Eelco Dolstra | 1 | -1/+15 |
2017-08-28 | Give activities a verbosity level again | Eelco Dolstra | 1 | -1/+2 |
2017-08-28 | Tunnel progress messages from the daemon to the client | Eelco Dolstra | 1 | -11/+58 |
2017-07-30 | Replace Unicode quotes in user-facing strings by ASCII | Jörg Thalheim | 1 | -5/+5 |
2017-07-04 | Support base-64 hashes | Eelco Dolstra | 1 | -2/+2 |
2017-07-03 | Replace a few bool flags with enums | Eelco Dolstra | 1 | -6/+6 |
2017-05-02 | build-remote: Fix fallback to other machines when connecting fails | Eelco Dolstra | 1 | -1/+7 |
2017-04-26 | Add Store nesting to fix import-from-derivation within filterSource | Shea Levy | 1 | -0/+2 |
2017-04-20 | Read per-user settings from ~/.config/nix/nix.conf | Eelco Dolstra | 1 | -1/+1 |
2017-04-13 | Convert Settings to the new config system | Eelco Dolstra | 1 | -3/+1 |
2017-04-13 | Add a Config class to simplify adding configuration settings | Eelco Dolstra | 1 | -1/+1 |
2017-04-06 | Implement RemoteStore::queryMissing() | Eelco Dolstra | 1 | -0/+25 |
2017-03-16 | copyPaths(): Use queryValidPaths() to reduce SSH latency | Eelco Dolstra | 1 | -1/+1 |
2017-03-03 | Cache connection failures | Eelco Dolstra | 1 | -1/+14 |
2017-03-03 | Improve SSH handling | Eelco Dolstra | 1 | -5/+5 |
2017-03-01 | RemoteStore::addToStore(): Send NAR rather than string containing NAR | Eelco Dolstra | 1 | -2/+3 |
2017-03-01 | Handle importing NARs containing files greater than 4 GiB | Eelco Dolstra | 1 | -13/+11 |
2017-02-22 | RemoteStore::addToStore(): Pass content-addressability assertion | Eelco Dolstra | 1 | -1/+1 |
2017-02-07 | Add a LegacySSHStore that uses nix-store --serve | Eelco Dolstra | 1 | -0/+1 |
2017-01-16 | AutoDeleteArray -> std::unique_ptr | Eelco Dolstra | 1 | -3/+2 |
2016-11-26 | Revert "Get rid of unicode quotes (#1140)" | Eelco Dolstra | 1 | -3/+3 |
2016-11-25 | Get rid of unicode quotes (#1140) | Guillaume Maudoux | 1 | -3/+3 |
2016-11-09 | Merge branch 'ssh-store' of https://github.com/shlevy/nix | Eelco Dolstra | 1 | -45/+70 |
2016-11-09 | Implement backwards-compatible RemoteStore::addToStore() | Eelco Dolstra | 1 | -1/+22 |
2016-10-21 | Remove addPathToAccessor | Eelco Dolstra | 1 | -1/+1 |
2016-10-21 | BinaryCacheStore: Optionally write a NAR listing | Eelco Dolstra | 1 | -1/+1 |
2016-09-21 | printMsg(lvlError, ...) -> printError(...) etc. | Eelco Dolstra | 1 | -1/+1 |
2016-09-21 | Some notational convenience for formatting strings | Eelco Dolstra | 1 | -1/+1 |
2016-09-16 | Make computeFSClosure() single-threaded again | Eelco Dolstra | 1 | -30/+34 |
2016-09-02 | Implement nar-based addToStore for remote-store | Shea Levy | 1 | -1/+6 |
2016-09-02 | Factor out the unix domain socket-specific code from RemoteStore | Shea Levy | 1 | -26/+39 |
2016-08-10 | Mark content-addressed paths in the Nix database and in .narinfo | Eelco Dolstra | 1 | -0/+1 |
2016-08-10 | RemoteStore / nix-daemon: Drop support for Nix < 1.0 | Eelco Dolstra | 1 | -19/+15 |
2016-07-11 | Modernize AutoCloseFD | Shea Levy | 1 | -6/+6 |
2016-06-09 | Use O_CLOEXEC in most places | Eelco Dolstra | 1 | -1/+5 |
2016-06-01 | Make the store directory a member variable of Store | Eelco Dolstra | 1 | -20/+21 |
2016-05-31 | nix-copy-closure / build-remote.pl: Disable signature checking | Eelco Dolstra | 1 | -1/+2 |
2016-05-04 | Do compression in a sink | Eelco Dolstra | 1 | -1/+1 |
2016-05-04 | Add a Store::addToStore() variant that accepts a NAR | Eelco Dolstra | 1 | -19/+6 |
2016-05-04 | Remove OpenSSL-based signing | Eelco Dolstra | 1 | -6/+3 |
2016-04-29 | Allow parameters in store URIs | Eelco Dolstra | 1 | -0/+6 |