Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-08 | Make LocalStore thread-safe | Eelco Dolstra | |
Necessary for multi-threaded commands like "nix verify-paths". | |||
2016-02-24 | std::condition_variable_any -> std::condition_variable | Eelco Dolstra | |
The latter is supposed to be more efficient. | |||
2016-02-23 | RemoteStore: Make thread-safe | Eelco Dolstra | |
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. |