summaryrefslogtreecommitdiff
path: root/src/mongo/executor/connection_pool_test_fixture.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73953 Use fast clock and relaxed atomics for egress connection usage m...Vojislav Stojkovic2023-02-171-0/+6
* SERVER-51695 Use NetworkInterfaceTL name as application nameAlex Li2021-08-121-1/+1
* SERVER-47139 Introduce GuaranteedExecutor classBen Caimano2020-03-261-29/+1
* SERVER-42026 Lock during ConnectionPool::SpecificPool::spawnConnections()Ben Caimano2019-07-011-3/+3
* SERVER-41318 Return SemiFutures for ConnectionPoolBen Caimano2019-05-291-2/+7
* SERVER-40819 Use ConnectionPool shared_ptr for full lifetime managementBen Caimano2019-04-261-5/+23
* SERVER-39814 Add OutOfLineExecutor to ConnectionPool factory interfaceBen Caimano2019-04-051-0/+15
* Revert "SERVER-39814 Add OutOfLineExecutor to ConnectionPool factory interface"Benety Goh2019-04-031-15/+0
* SERVER-39814 Add OutOfLineExecutor to ConnectionPool factory interfaceBen Caimano2019-04-021-0/+15
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-34260 Move bookkeeping functions into ConnectionInterfaceJonathan Reams2019-01-231-17/+5
* SERVER-35688 Make ConnectionPool support transport::ConnectSSLModeMathias Stearn2018-12-201-1/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+11
* SERVER-35056 Flush ready callbacks on NetworkInterfaceTL shutdownBen Caimano2018-07-291-1/+5
* SERVER-34901 extend lifetime of tlconnectionsJason Carey2018-05-081-1/+1
* SERVER-29237 add maxConnecting in asio connpoolJason Carey2017-06-021-0/+2
* SERVER-21108 check if connection is healthy before returning it from the poolAdam Midvidy2015-11-121-0/+2
* SERVER-20546 Abort if connections are returned to connection pool in an unkno...samantharitter2015-11-041-2/+5
* SERVER-19769 Fixups for Connection PoolingJason Carey2015-09-091-3/+3
* SERVER-19769 Pool connections in NetworkInterfaceASIOJason Carey2015-09-011-0/+163