lix/src/nix-worker
Eelco Dolstra 40c3529909 * Handle exceptions and stderr for all protocol functions.
* SIGIO -> SIGPOLL (POSIX calls it that).
* Use sigaction instead of signal to register the SIGPOLL handler.
  Sigaction is better defined, and a handler registered with signal
  appears not to interrupt fcntl(..., F_SETLKW, ...), which is bad.
2006-12-04 17:55:14 +00:00
..
help.txt * Remove queryPathHash(). 2006-12-02 14:27:24 +00:00
main.cc * Handle exceptions and stderr for all protocol functions. 2006-12-04 17:55:14 +00:00
Makefile.am * Install the worker in bindir, not libexecdir. 2006-12-04 13:09:16 +00:00