about summary refs log tree commit diff
path: root/src/libutil/pool.hh (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-16 RemoteStore: Close connection if an exception occursEelco Dolstra1-1/+5
2017-09-14 RemoteStore: Add option to drop old connections from the poolEelco Dolstra1-0/+10
2017-04-26 Add Store nesting to fix import-from-derivation within filterSourceShea Levy1-0/+16
2017-03-03 Pool: Don't hang if creating a connection failsEelco Dolstra1-0/+1
2017-03-03 Improve SSH handlingEelco Dolstra1-1/+6
2016-11-26 Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra1-2/+2
2016-11-25 Get rid of unicode quotes (#1140)Guillaume Maudoux1-2/+2
2016-02-24 std::condition_variable_any -> std::condition_variableEelco Dolstra1-1/+1
2016-02-24 C++ templates are just a glorified macro facilityEelco Dolstra1-2/+2
2016-02-24 Remove bad daemon connections from the poolEelco Dolstra1-4/+14
2016-02-23 Pool<T>: Allow a maximum pool sizeEelco Dolstra1-15/+54
2016-02-23 RemoteStore: Make thread-safeEelco Dolstra1-0/+102