summaryrefslogtreecommitdiff
path: root/src/mongo/executor/connection_pool_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55816: Clamp negative timeouts in connection pools' connectionsTyler Seip2022-01-141-249/+460
* Revert "SERVER-55816: Clamp negative timeouts in connection pools' connections"sergey.galtsev2021-09-241-460/+249
* SERVER-55816: Clamp negative timeouts in connection pools' connectionsTyler Seip2021-09-211-249/+460
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-2/+2
* SERVER-49371 Revived original recursive ICE and applied to stack overflow testsReo Kimura2020-08-141-1/+1
* Revert "SERVER-49371 Revived original recursive ICE and applied to stack over...Kaloian Manassiev2020-08-071-1/+1
* SERVER-49371 Revived original recursive ICE and applied to stack overflow testsReo Kimura2020-08-071-1/+1
* SERVER-48511 Improve ConnectionPool error messagesAmirsaman Memaripour2020-06-171-2/+0
* SERVER-47139 Introduce GuaranteedExecutor classBen Caimano2020-03-261-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* SERVER-42286 Return connections inline, spawn connections out-of-lineBen Caimano2019-07-241-30/+26
* SERVER-42026 Lock during ConnectionPool::SpecificPool::spawnConnections()Ben Caimano2019-07-011-7/+23
* SERVER-41602 Activate followBusiestNode in ShardingTaskExecutorBen Caimano2019-06-191-0/+12
* SERVER-35797 Add timeout value to NetworkInterfaceExceededTimeLimit messagesAlya Berciu2019-06-131-7/+14
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-3/+3
* SERVER-41318 Return SemiFutures for ConnectionPoolBen Caimano2019-05-291-26/+29
* SERVER-40819 Use ConnectionPool shared_ptr for full lifetime managementBen Caimano2019-04-261-381/+397
* SERVER-39814 Add OutOfLineExecutor to ConnectionPool factory interfaceBen Caimano2019-04-051-77/+97
* Revert "SERVER-39814 Add OutOfLineExecutor to ConnectionPool factory interface"Benety Goh2019-04-031-97/+77
* SERVER-39814 Add OutOfLineExecutor to ConnectionPool factory interfaceBen Caimano2019-04-021-77/+97
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-2/+2
* SERVER-35688 Make ConnectionPool support transport::ConnectSSLModeMathias Stearn2018-12-201-353/+363
* SERVER-36415 Allow dropConnections to take in a HostAndPort in EgressTagCloserJonathan2018-12-111-5/+19
* SERVER-38183 add tryGet to exec connpoolJason Carey2018-12-071-0/+60
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+11
* SERVER-33821 Implement NetworkInterfaceTL and AsyncDBClientJonathan Reams2018-04-131-8/+2
* SERVER-32601 add socket tagging/close to egressJason Carey2018-02-151-4/+78
* SERVER-29237 add maxConnecting in asio connpoolJason Carey2017-06-021-0/+196
* SERVER-28853 Properly test that host timeouts are delayed in connection_pool_...samantharitter2017-04-201-2/+15
* SERVER-28664 Use pool connections in MRU orderAndrew Morrow2017-04-131-0/+174
* SERVER-27388 Add NetworkInterfaceExceededTimeLimitJason Carey2016-12-131-2/+2
* SERVER-27232 Fix early timeout in ASIO connpoolJason Carey2016-12-081-1/+96
* SERVER-25218 add more information to connPoolStatsMatt Cotter2016-09-271-14/+14
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+3
* SERVER-20546 Abort if connections are returned to connection pool in an unkno...samantharitter2015-11-041-42/+87
* SERVER-19769 Fixups for Connection PoolingJason Carey2015-09-091-1/+1
* SERVER-19769 Pool connections in NetworkInterfaceASIOJason Carey2015-09-011-0/+790