1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 11:11:03 -04:00
nix/src
Eelco Dolstra ab3ce1cc13 Improve SIGINT handling in multi-threaded programs
The flag remembering whether an Interrupted exception was thrown is
now thread-local. Thus, all threads will (eventually) throw
Interrupted. Previously, one thread would throw Interrupted, and then
the other threads wouldn't see that they were supposed to quit.
2016-03-29 16:37:16 +02:00
..
boost Force stack trace for boost format errors 2016-03-02 15:46:07 +01:00
bsdiff-4.3
download-via-ssh More cleanup 2015-07-20 01:16:16 +02:00
libexpr Propagate path context via builtins.readFile 2016-03-04 14:04:51 +03:00
libmain Improve SIGINT handling in multi-threaded programs 2016-03-29 16:37:16 +02:00
libstore Add "nix verify-paths" command 2016-03-29 16:37:16 +02:00
libutil Improve SIGINT handling in multi-threaded programs 2016-03-29 16:37:16 +02:00
nix Add "nix verify-store" command 2016-03-29 16:37:16 +02:00
nix-collect-garbage Eliminate reserveSpace flag 2016-02-24 17:44:55 +01:00
nix-daemon importPaths(): Optionally add NARs to binary cache accessor 2016-03-02 15:46:07 +01:00
nix-env Merge pull request #762 from ctheune/ctheune-floats 2016-02-12 12:49:59 +01:00
nix-instantiate Move addPermRoot into Store 2016-02-11 16:14:42 +01:00
nix-log2xml
nix-prefetch-url Add an HTTP binary cache store 2016-03-02 15:46:07 +01:00
nix-store Don't overload dumpPath() 2016-03-22 14:21:45 +01:00