lix/src
Eelco Dolstra 49fe9592a4 nix-daemon: Use a thread instead of SIGPOLL to catch client disconnects
The thread calls poll() to wait until a HUP (or other error event)
happens on the client connection. If so, it sends SIGINT to the main
thread, which is then cleaned up normally. This is much nicer than
messing around with SIGPOLL.
2014-07-23 19:21:00 +02:00
..
boost boost::shared_ptr -> std::shared_ptr 2014-03-30 00:49:23 +01:00
bsdiff-4.3 Fix "make dist" 2014-02-01 14:38:12 +01:00
download-via-ssh nix-copy-closure -s: Do substitutions via ‘nix-store --serve’ 2014-07-10 20:43:04 +02:00
libexpr Fix compilation error on some versions of GCC 2014-07-09 12:14:40 +02:00
libmain Ugly hack to allow --argstr values starting with a dash 2014-05-23 14:43:58 +02:00
libstore Remove dead code 2014-07-23 14:46:28 +02:00
libutil nix-daemon: Use a thread instead of SIGPOLL to catch client disconnects 2014-07-23 19:21:00 +02:00
nix-daemon nix-daemon: Use a thread instead of SIGPOLL to catch client disconnects 2014-07-23 19:21:00 +02:00
nix-env nix-env -qa --json: Generate valid JSON even if there are invalid meta attrs 2014-06-02 17:58:43 +02:00
nix-hash Remove Automakefiles 2014-02-01 13:54:38 +01:00
nix-instantiate Style fix 2014-06-27 11:36:23 +02:00
nix-log2xml Remove Automakefiles 2014-02-01 13:54:38 +01:00
nix-store build-remote.pl: Fix building multiple output derivations 2014-07-14 12:19:27 +02:00