Age | Commit message (Collapse) | Author | Files | Lines |
|
This is needed to get Nix compiled using Android NDK.
|
|
This is useless because the client also caches path info, and can
cause problems for long-running clients like hydra-queue-runner
(i.e. it may return cached info about paths that have been
garbage-collected).
|
|
|
|
Necessary for multi-threaded commands like "nix verify-paths".
|
|
The latter is supposed to be more efficient.
|
|
This allows a RemoteStore object to be used safely from multiple
threads concurrently. It will make multiple daemon connections if
necessary.
Note: pool.hh and sync.hh have been copied from the Hydra source tree.
|