summaryrefslogtreecommitdiff
path: root/src/mongo/executor/connection_pool.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53394 Make ShardingTaskExecutorPoolReplicaSetMatching default to disab...George Wangensteen2021-02-081-0/+3
* SERVER-43945 Expose out of order latch acquisitions in serverStatusBen Caimano2020-03-031-1/+2
* SERVER-46121 Make separate Controllers with taskExecutorPoolSize > 1Ben Caimano2020-03-021-4/+7
* SERVER-42930 Pools for hosts can outlive their groupsBen Caimano2020-03-021-4/+23
* SERVER-42790 Change ConnectionPool's kDiagnosticLogLevel from 3 to 4Ben Caimano2019-11-111-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-11-011-1/+1
* Revert "SERVER-42790 SERVER-42930 ConnectionPool controller updates must batc...Pavithra Vetriselvan2019-09-231-74/+53
* SERVER-42790 SERVER-42930 ConnectionPool controller updates must batch across...Ben Caimano2019-09-191-53/+74
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-10/+11
* SERVER-42286 Return connections inline, spawn connections out-of-lineBen Caimano2019-07-241-31/+24
* SERVER-42026 Lock during ConnectionPool::SpecificPool::spawnConnections()Ben Caimano2019-07-021-14/+16
* SERVER-41602 Activate followBusiestNode in ShardingTaskExecutorBen Caimano2019-06-191-15/+60
* SERVER-41460 dropConnections should shut down affected SpecificPoolsBen Caimano2019-06-191-6/+2
* SERVER-39817 SERVER-39819 SERVER-38920 Add ConnectionPoolControllersBen Caimano2019-06-191-206/+397
* 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