Age | Commit message (Expand) | Author | Files | Lines |
2014-09-01 | Add an 'optimiseStore' remote procedure call. | Ludovic Courtès | 1 | -0/+7 |
2014-08-21 | Use PR_SET_PDEATHSIG to ensure child cleanup | Eelco Dolstra | 1 | -1/+1 |
2014-08-20 | Use proper quotes everywhere | Eelco Dolstra | 1 | -5/+5 |
2014-08-13 | Refactor option handling | Eelco Dolstra | 1 | -11/+22 |
2014-08-05 | Doh | Eelco Dolstra | 1 | -2/+2 |
2014-08-04 | Move some options out of globals | Eelco Dolstra | 1 | -0/+3 |
2014-07-24 | Remove some dead code | Eelco Dolstra | 1 | -9/+0 |
2014-07-23 | Pass -pthread only for programs that need it | Eelco Dolstra | 1 | -0/+2 |
2014-07-23 | nix-daemon: Less verbosity | Eelco Dolstra | 1 | -1/+1 |
2014-07-23 | nix-daemon: Simplify stderr handling | Eelco Dolstra | 1 | -7/+1 |
2014-07-23 | nix-daemon: Use a thread instead of SIGPOLL to catch client disconnects | Eelco Dolstra | 1 | -146/+7 |
2014-07-19 | Revert old useBuildHook behaviour | Eelco Dolstra | 1 | -1/+1 |
2014-07-17 | nix-daemon: Add trusted-users and allowed-users options | Eelco Dolstra | 1 | -3/+35 |
2014-07-17 | nix-daemon: Show name of connecting user | Eelco Dolstra | 1 | -6/+7 |
2014-07-17 | nix-daemon: Only print connection info if we have SO_PEERCRED | Eelco Dolstra | 1 | -9/+12 |
2014-07-17 | nix-daemon: Fix compat with older clients | Eelco Dolstra | 1 | -1/+1 |
2014-07-10 | Refactoring: Move all fork handling into a higher-order function | Eelco Dolstra | 1 | -32/+19 |
2014-06-10 | Report daemon OOM better | Eelco Dolstra | 1 | -4/+2 |
2014-04-03 | Fix compile errors on Illumos | Danny Wilson | 1 | -0/+4 |
2014-03-30 | boost::shared_ptr -> std::shared_ptr | Eelco Dolstra | 1 | -1/+1 |
2014-03-18 | Fix tabs | Eelco Dolstra | 1 | -6/+6 |
2014-03-18 | Allow recovery from isValidPath RPCs with an invalid path | Ludovic Courtès | 1 | -1/+7 |
2014-03-17 | Fix -j and other flags when using the daemon | Eelco Dolstra | 1 | -6/+6 |
2014-02-26 | Simplify getting use-ssh-substituter from untrusted users | Eelco Dolstra | 1 | -2/+3 |
2014-02-01 | Remove Automakefiles | Eelco Dolstra | 1 | -12/+0 |
2014-02-01 | Update Makefile variable names | Eelco Dolstra | 1 | -1/+1 |
2014-01-30 | Rename Makefile -> local.mk | Eelco Dolstra | 1 | -0/+0 |
2014-01-30 | Install nix-worker symlink | Eelco Dolstra | 1 | -0/+2 |
2014-01-09 | Update Makefiles | Eelco Dolstra | 1 | -1/+1 |
2013-11-25 | Rename Makefile.new -> Makefile | Eelco Dolstra | 1 | -0/+0 |
2013-11-22 | Rename $(here) to $(d) for brevity, and remove trailing slash | Eelco Dolstra | 1 | -1/+1 |
2013-11-22 | New non-recursive, plain Make-based build system | Eelco Dolstra | 1 | -0/+7 |
2013-10-02 | Report OOM errors better | Eelco Dolstra | 1 | -1/+5 |
2013-10-02 | Fix typo | Eelco Dolstra | 1 | -1/+1 |
2013-08-07 | Run the daemon worker on the same CPU as the client | Eelco Dolstra | 1 | -0/+4 |
2013-07-07 | Leave `HAVE_HUP_NOTIFICATION' undefined on GNU/Hurd. | Ludovic Courtès | 1 | -2/+7 |
2013-06-12 | nix-daemon: Trust options like binary-caches when the client is root | Eelco Dolstra | 1 | -5/+7 |
2013-04-23 | Nix daemon: respect build timeout from the client | Eelco Dolstra | 1 | -3/+4 |
2013-03-08 | Revert "Prevent config.h from being clobbered" | Eelco Dolstra | 1 | -1/+1 |
2013-03-07 | Prevent config.h from being clobbered | Eelco Dolstra | 1 | -1/+1 |
2013-02-19 | Add `Settings::nixDaemonSocketFile'. | Ludovic Courtès | 1 | -1/+1 |
2012-12-20 | nix-store -q --roots: Respect the gc-keep-outputs/gc-keep-derivations settings | Eelco Dolstra | 1 | -0/+3 |
2012-11-15 | Don't use std::cerr in a few places | Eelco Dolstra | 1 | -3/+2 |
2012-10-03 | Rename nix-worker to nix-daemon | Eelco Dolstra | 2 | -0/+926 |