lix/src
Eelco Dolstra a3e5c99d66 nix-daemon: Call exit(), not _exit()
This was preventing destructors from running. In particular, it was
preventing the deletion of the temproot file for each worker
process. It may also have been responsible for the excessive WAL
growth on Hydra (due to the SQLite database not being closed
properly).

Apparently broken by accident in
8e9140cfde.
2014-11-19 17:09:27 +01: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 Settings: Add bool get() 2014-09-17 15:18:13 +02:00
libexpr realiseContext: Handle all context types 2014-11-15 21:43:51 -05:00
libmain Shut up a clang warning 2014-10-31 08:49:15 +01:00
libstore Clean up temp roots in a more C++ way 2014-11-19 17:07:29 +01:00
libutil nix-daemon: Call exit(), not _exit() 2014-11-19 17:09:27 +01:00
nix-daemon nix-daemon: Call exit(), not _exit() 2014-11-19 17:09:27 +01:00
nix-env Add --force-name support for --set in nix-env, to support nix-install-package --set 2014-09-23 15:11:24 +02:00
nix-hash Use proper quotes everywhere 2014-08-20 18:03:48 +02:00
nix-instantiate Rename strictForceValue -> forceValueDeep 2014-09-22 16:05:00 +02:00
nix-log2xml nix-log2xml: Handle newlines 2014-08-13 19:06:20 +02:00
nix-store nix-store -q: Check for conflicting flags 2014-10-14 12:15:39 +02:00