summaryrefslogtreecommitdiff
path: root/src/mongo/executor/connection_pool_test_fixture.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73610 Introduce Connection-Leasing from ConnectionPool and NetworkInte...George Wangensteen2023-03-151-0/+5
* SERVER-73953 Use fast clock and relaxed atomics for egress connection usage m...Vojislav Stojkovic2023-02-171-0/+1
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-1/+3
* SERVER-55816: Clamp negative timeouts in connection pools' connectionsTyler Seip2022-01-141-2/+3
* Revert "SERVER-55816: Clamp negative timeouts in connection pools' connections"sergey.galtsev2021-09-241-3/+2
* SERVER-55816: Clamp negative timeouts in connection pools' connectionsTyler Seip2021-09-211-2/+3
* SERVER-51695 Use NetworkInterfaceTL name as application nameAlex Li2021-08-121-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-5/+3
* SERVER-42026 Lock during ConnectionPool::SpecificPool::spawnConnections()Ben Caimano2019-07-011-7/+5
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+3
* SERVER-41318 Return SemiFutures for ConnectionPoolBen Caimano2019-05-291-42/+45
* SERVER-40819 Use ConnectionPool shared_ptr for full lifetime managementBen Caimano2019-04-261-0/+4
* SERVER-38919 Use after free in connection pool testA. Jesse Jiryu Davis2019-04-201-1/+2
* 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-29/+9
* SERVER-35688 Make ConnectionPool support transport::ConnectSSLModeMathias Stearn2018-12-201-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+11
* SERVER-35056 Flush ready callbacks on NetworkInterfaceTL shutdownBen Caimano2018-07-291-2/+8
* SERVER-35179 Make NiTL actually refreshJason Carey2018-06-081-0/+4
* SERVER-34901 extend lifetime of tlconnectionsJason Carey2018-05-081-2/+2
* SERVER-29530 Fix variable shadowing in conn pool test fixtureAndrew Morrow2017-08-231-4/+4
* SERVER-29237 add maxConnecting in asio connpoolJason Carey2017-06-021-4/+30
* SERVER-27388 Add NetworkInterfaceExceededTimeLimitJason Carey2016-12-131-2/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-6/+6
* SERVER-21108 check if connection is healthy before returning it from the poolAdam Midvidy2015-11-121-0/+4
* SERVER-20546 Abort if connections are returned to connection pool in an unkno...samantharitter2015-11-041-1/+9
* SERVER-19769 Fixups for Connection PoolingJason Carey2015-09-091-4/+4
* SERVER-19769 Pool connections in NetworkInterfaceASIOJason Carey2015-09-011-0/+211