Age | Commit message (Expand) | Author | Files | Lines |
2017-10-24 | Remove the remote-builds option | Eelco Dolstra | 1 | -1/+1 |
2017-08-28 | Give activities a verbosity level again | Eelco Dolstra | 1 | -3/+8 |
2017-08-28 | Don't send progress messages to older clients | Eelco Dolstra | 1 | -11/+18 |
2017-08-28 | Tunnel progress messages from the daemon to the client | Eelco Dolstra | 1 | -18/+62 |
2017-08-28 | Make TunnelLogger thread-safe | Eelco Dolstra | 1 | -109/+129 |
2017-08-16 | Progress indicator: Cleanup | Eelco Dolstra | 1 | -4/+0 |
2017-07-30 | Replace Unicode quotes in user-facing strings by ASCII | Jörg Thalheim | 1 | -6/+6 |
2017-07-04 | Support base-64 hashes | Eelco Dolstra | 1 | -3/+3 |
2017-07-03 | Replace a few bool flags with enums | Eelco Dolstra | 1 | -4/+6 |
2017-05-16 | Improve progress indicator | Eelco Dolstra | 1 | -6/+1 |
2017-05-11 | Don't allow untrusted users to set info.ultimate | Eelco Dolstra | 1 | -0/+2 |
2017-04-28 | Suppress warning about ssh-auth-sock | Eelco Dolstra | 1 | -1/+3 |
2017-04-20 | Setting: Remove "Tag" template argument | Eelco Dolstra | 1 | -1/+1 |
2017-04-20 | Reimplement trusted-substituters (aka trusted-binary-caches) | Eelco Dolstra | 1 | -6/+42 |
2017-04-14 | Minor cleanup | Eelco Dolstra | 1 | -2/+2 |
2017-04-14 | nix-daemon: Don't set untrusted-* settings | Eelco Dolstra | 1 | -3/+1 |
2017-04-14 | nix-daemon: Don't die if the user sends an unknown setting | Eelco Dolstra | 1 | -4/+8 |
2017-04-13 | Convert Settings to the new config system | Eelco Dolstra | 1 | -7/+6 |
2017-04-13 | Merge branch 'rework-options' of https://github.com/copumpkin/nix | Eelco Dolstra | 1 | -2/+2 |
2017-04-06 | Implement RemoteStore::queryMissing() | Eelco Dolstra | 1 | -0/+11 |
2017-04-06 | nix-daemon: Disable path info cache | Eelco Dolstra | 1 | -1/+4 |
2017-03-01 | TeeSink: Pre-reserve string space | Eelco Dolstra | 1 | -4/+3 |
2017-03-01 | RemoteStore::addToStore(): Send NAR rather than string containing NAR | Eelco Dolstra | 1 | -7/+10 |
2017-03-01 | Handle importing NARs containing files greater than 4 GiB | Eelco Dolstra | 1 | -18/+14 |
2017-02-22 | Explicitly model all settings and fail on unrecognized ones | Dan Peebles | 1 | -2/+2 |
2017-02-22 | RemoteStore::addToStore(): Pass content-addressability assertion | Eelco Dolstra | 1 | -0/+1 |
2017-02-13 | nix-daemon: Don't splice with len=SIZE_MAX | Tuomas Tynkkynen | 1 | -2/+3 |
2017-02-07 | Move SavingSourceAdapter to serialise.hh | Eelco Dolstra | 1 | -15/+0 |
2016-11-26 | Revert "Get rid of unicode quotes (#1140)" | Eelco Dolstra | 1 | -6/+6 |
2016-11-25 | Get rid of unicode quotes (#1140) | Guillaume Maudoux | 1 | -6/+6 |
2016-11-17 | nix-daemon: Fix splice faking on non-Linux | Shea Levy | 1 | -2/+2 |
2016-11-09 | Merge branch 'ssh-store' of https://github.com/shlevy/nix | Eelco Dolstra | 1 | -1/+106 |
2016-11-09 | Implement backwards-compatible RemoteStore::addToStore() | Eelco Dolstra | 1 | -1/+1 |
2016-10-21 | Remove addPathToAccessor | Eelco Dolstra | 1 | -1/+1 |
2016-09-21 | printMsg(lvlError, ...) -> printError(...) etc. | Eelco Dolstra | 1 | -3/+3 |
2016-09-12 | nix-daemon: Fix error message | Shea Levy | 1 | -1/+1 |
2016-09-02 | Implement nar-based addToStore for remote-store | Shea Levy | 1 | -0/+23 |
2016-09-02 | Add narFromPath op to nix daemon | Shea Levy | 1 | -0/+8 |
2016-09-02 | nix-daemon: add --stdio flag for handling connections over stdin/stdout | Shea Levy | 1 | -1/+75 |
2016-08-10 | Mark content-addressed paths in the Nix database and in .narinfo | Eelco Dolstra | 1 | -1/+2 |
2016-08-10 | RemoteStore / nix-daemon: Drop support for Nix < 1.0 | Eelco Dolstra | 1 | -25/+18 |
2016-07-11 | Modernize AutoCloseFD | Shea Levy | 1 | -11/+11 |
2016-06-01 | Make the store directory a member variable of Store | Eelco Dolstra | 1 | -20/+20 |
2016-05-04 | Cleanup: Remove singleton() | Eelco Dolstra | 1 | -2/+2 |
2016-05-04 | nix-daemon: Fix queryPathInfo() backward compatibility | Eelco Dolstra | 1 | -2/+6 |
2016-05-04 | Remove OpenSSL-based signing | Eelco Dolstra | 1 | -3/+3 |
2016-04-25 | Show the log tail when a build fails | Eelco Dolstra | 1 | -1/+1 |
2016-04-25 | Remove --print-build-trace | Eelco Dolstra | 1 | -1/+1 |
2016-04-25 | Improved logging abstraction | Eelco Dolstra | 1 | -22/+37 |
2016-04-20 | RemoteStore: Propagate InvalidPath exceptions from the daemon | Eelco Dolstra | 1 | -7/+15 |