tvl-depot/src
Eelco Dolstra c7d44bad00 Drop support for daemon socket path >= 108 characters
Doing a chdir() is a bad idea in multi-threaded programs, leading to
failures such as

  error: cannot connect to daemon at ‘/nix/var/nix/daemon-socket/socket’: No such file or directory

Since Linux doesn't have a connectat() syscall like FreeBSD, there is
no way we can support this in a race-free way.
2016-03-23 17:16:16 +01:00
..
boost Force stack trace for boost format errors 2016-03-02 15:46:07 +01:00
bsdiff-4.3 Fix "make dist" 2014-02-01 14:38:12 +01:00
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 Merge branch 'master' into new-cli 2016-02-25 11:25:11 +01:00
libstore Drop support for daemon socket path >= 108 characters 2016-03-23 17:16:16 +01:00
libutil Fix Darwin build 2016-03-15 12:11:27 +01:00
nix nix: Add --store flag 2016-03-21 18:03:36 +01: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-log2xml: Handle newlines 2014-08-13 19:06:20 +02:00
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