Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-08-20 | Install config.h only once | Eelco Dolstra | 1 | -1/+1 | |
2014-07-30 | make clean: Remove Makefile.config | Eelco Dolstra | 1 | -0/+2 | |
2014-07-23 | Pass -pthread only for programs that need it | Eelco Dolstra | 1 | -1/+0 | |
2014-07-23 | nix-daemon: Use a thread instead of SIGPOLL to catch client disconnects | Eelco Dolstra | 1 | -0/+1 | |
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-05-14 | Remove redundant code | Eelco Dolstra | 1 | -1/+1 | |
2014-03-05 | Install missing Boost headers | Eelco Dolstra | 1 | -0/+2 | |
http://hydra.nixos.org/build/9328376 | |||||
2014-02-07 | Install header files | Eelco Dolstra | 1 | -0/+2 | |
2014-02-04 | Add nix.spec to the distribution | Eelco Dolstra | 1 | -1/+1 | |
2014-02-01 | Only run "git ls-files" when doing "make check" | Eelco Dolstra | 1 | -1/+3 | |
2014-02-01 | More "make dist" fixes | Eelco Dolstra | 1 | -1/+3 | |
2014-02-01 | Fix "make dist" | Eelco Dolstra | 1 | -0/+3 | |