index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libutil
/
pool.hh
Age
Commit message (
Expand
)
Author
2024-04-05
Revert "libutil: drop Pool resources on exceptional free"
eldritch horrors
2024-04-05
Revert "libutil: remove Pool::Handle::bad"
eldritch horrors
2024-04-05
Revert "libutil: allow graceful dropping of Pool::Handle"
eldritch horrors
2024-03-31
libutil: allow graceful dropping of Pool::Handle
eldritch horrors
2024-03-31
libutil: remove Pool::Handle::bad
eldritch horrors
2024-03-31
libutil: remove Pool::flushBad
eldritch horrors
2024-03-30
libutil: drop Pool resources on exceptional free
eldritch horrors
2023-03-31
Ensure all headers have `#pragma once` and are in API docs
John Ericson
2023-03-31
Extend internal API docs, part 2
John Ericson
2018-10-16
RemoteStore: Close connection if an exception occurs
Eelco Dolstra
2017-09-14
RemoteStore: Add option to drop old connections from the pool
Eelco Dolstra
2017-04-26
Add Store nesting to fix import-from-derivation within filterSource
Shea Levy
2017-03-03
Pool: Don't hang if creating a connection fails
Eelco Dolstra
2017-03-03
Improve SSH handling
Eelco Dolstra
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2016-02-24
std::condition_variable_any -> std::condition_variable
Eelco Dolstra
2016-02-24
C++ templates are just a glorified macro facility
Eelco Dolstra
2016-02-24
Remove bad daemon connections from the pool
Eelco Dolstra
2016-02-23
Pool<T>: Allow a maximum pool size
Eelco Dolstra
2016-02-23
RemoteStore: Make thread-safe
Eelco Dolstra