summaryrefslogtreecommitdiff
path: root/src/mongo/executor/connection_pool.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41430 Always spawn connections out of lineBen Caimano2019-05-311-1/+1
* SERVER-41318 Return SemiFutures for ConnectionPoolBen Caimano2019-05-291-172/+127
* SERVER-40819 Use ConnectionPool shared_ptr for full lifetime managementBen Caimano2019-04-261-55/+27
* SERVER-39814 Add OutOfLineExecutor to ConnectionPool factory interfaceBen Caimano2019-04-051-112/+90
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-051-4/+5
* Revert "SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)"Benety Goh2019-04-031-5/+4
* Revert "SERVER-39814 Add OutOfLineExecutor to ConnectionPool factory interface"Benety Goh2019-04-031-90/+112
* Revert "SERVER-39814 Bumping error codes to a reasonable band"Benety Goh2019-04-031-3/+3
* SERVER-39814 Bumping error codes to a reasonable bandBen Caimano2019-04-021-3/+3
* SERVER-39814 Add OutOfLineExecutor to ConnectionPool factory interfaceBen Caimano2019-04-021-112/+90
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-021-4/+5
* SERVER-37412 Added LogSeverityLimiter for timed loggingBen Caimano2019-02-201-3/+10
* 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-1/+31
* 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-15/+27
* SERVER-38183 add tryGet to exec connpoolJason Carey2018-12-071-43/+97
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36906 Connection state now allowed to be kConnectionStateUnknownBen Caimano2018-08-281-4/+0
* SERVER-36466 Secure shutdown conditions for SpecificPoolBen Caimano2018-08-141-227/+185
* SERVER-35056 Flush ready callbacks on NetworkInterfaceTL shutdownBen Caimano2018-07-291-27/+30
* SERVER-35589 Fix shutdown message typoAndrew Morrow2018-06-141-1/+1
* SERVER-35179 Make NiTL actually refreshJason Carey2018-06-081-4/+0
* SERVER-35234 makePromiseFuture<T>()Mathias Stearn2018-05-251-5/+3
* SERVER-34808 appendComnnectionStats should check whether connection pool existsJonathan Reams2018-05-091-1/+5
* SERVER-34901 extend lifetime of tlconnectionsJason Carey2018-05-081-2/+2
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-2/+1
* SERVER-33821 Implement NetworkInterfaceTL and AsyncDBClientJonathan Reams2018-04-131-32/+72
* SERVER-30170 Embedded can now shutdown and re-initialize.Henrik Edin2018-03-261-1/+3
* SERVER-32601 add socket tagging/close to egressJason Carey2018-02-151-2/+92
* SERVER-31830 Allow invariant to accept messagessamantharitter2017-12-061-1/+3
* SERVER-31440 Fix Connpool HostTimeout raceJason Carey2017-11-071-99/+148
* SERVER-29237 add maxConnecting in asio connpoolJason Carey2017-06-021-2/+9
* SERVER-28664 Use pool connections in MRU orderAndrew Morrow2017-04-131-5/+14
* SERVER-28652 Log when we remove connections from asio poolsamantharitter2017-04-111-1/+15
* SERVER-28652 Log the size of connection pools when we make new egress connect...samantharitter2017-04-071-0/+21
* SERVER-27388 Add NetworkInterfaceExceededTimeLimitJason Carey2016-12-131-25/+25
* SERVER-27232 Fix early timeout in ASIO connpoolJason Carey2016-12-081-12/+33
* SERVER-25027 Configurable connpool in mongosJason Carey2016-11-071-3/+5
* SERVER-26560 Properly handle or avoid making throwing calls into ASIO within ...samantharitter2016-10-181-2/+9
* SERVER-25218 add more information to connPoolStatsMatt Cotter2016-09-271-6/+19
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-41/+38
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-0/+1
* SERVER-22391 Handle race in connpool hostTimeoutJason Carey2016-03-241-0/+19
* SERVER-21536 don't refresh connections that have already been checked outAdam Midvidy2015-12-171-0/+6
* SERVER-21597 Fix connPoolStats to work with many NetworkInterfacessamantharitter2015-12-141-30/+7
* SERVER-21458 thread request timeout in to ConnectionPool::get in NetworkInter...Adam Midvidy2015-11-191-1/+7
* SERVER-21108 don't call cancel on destroyed timersAdam Midvidy2015-11-121-2/+1