summaryrefslogtreecommitdiff
path: root/src/mongo/executor/connection_pool.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43155 Queries which exceed `maxTimeMS` may return `NetworkInterfaceExc...Varun Ravichandran2022-06-271-3/+6
* SERVER-51695 Use NetworkInterfaceTL name as application nameAlex Li2021-08-121-1/+5
* SERVER-53394 Make ShardingTaskExecutorPoolReplicaSetMatching default to disab...George Wangensteen2021-01-271-0/+2
* SERVER-52710: wire up transient SSL parameters up to the NetworkInterfaceAndrew Shuvalov2020-11-201-8/+3
* SERVER-51811: No-op wiring of transient SSL params in related methodsAndrew Shuvalov2020-11-051-4/+19
* SERVER-48159 Reduce the inline cost of isConnected()Amirsaman Memaripour2020-06-241-0/+10
* SERVER-46121 Make separate Controllers with taskExecutorPoolSize > 1Ben Caimano2020-02-271-1/+7
* SERVER-44155 Validate a subset of latches of all levelsRahul Sundararaman2019-12-091-1/+3
* Revert "SERVER-42930 ConnectionPool controller updates must batch across hosts"Pavithra Vetriselvan2019-09-231-30/+3
* SERVER-42930 ConnectionPool controller updates must batch across hostsBen Caimano2019-09-191-3/+30
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-41602 Activate followBusiestNode in ShardingTaskExecutorBen Caimano2019-06-191-10/+16
* SERVER-39817 Make a ConnectionPool Controller interfaceBen Caimano2019-06-101-6/+148
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-4/+4
* SERVER-26906 Add constexpr function to convert DurationsA. Jesse Jiryu Davis2019-05-311-4/+4
* SERVER-41318 Return SemiFutures for ConnectionPoolBen Caimano2019-05-291-8/+8
* SERVER-40819 Use ConnectionPool shared_ptr for full lifetime managementBen Caimano2019-04-261-4/+2
* SERVER-40464 skip auth option for connection poolsJason Carey2019-04-191-0/+5
* SERVER-39814 Add OutOfLineExecutor to ConnectionPool factory interfaceBen Caimano2019-04-051-4/+7
* Revert "SERVER-39814 Add OutOfLineExecutor to ConnectionPool factory interface"Benety Goh2019-04-031-7/+4
* SERVER-39814 Add OutOfLineExecutor to ConnectionPool factory interfaceBen Caimano2019-04-021-4/+7
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-4/+6
* 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-24/+34
* SERVER-35688 Make ConnectionPool support transport::ConnectSSLModeMathias Stearn2018-12-201-3/+11
* SERVER-36415 Allow dropConnections to take in a HostAndPort in EgressTagCloserJonathan2018-12-111-1/+1
* SERVER-38183 add tryGet to exec connpoolJason Carey2018-12-071-0/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+11
* SERVER-36466 Secure shutdown conditions for SpecificPoolBen Caimano2018-08-141-15/+1
* SERVER-35056 Flush ready callbacks on NetworkInterfaceTL shutdownBen Caimano2018-07-291-7/+10
* SERVER-35179 Make NiTL actually refreshJason Carey2018-06-081-6/+11
* SERVER-34808 appendComnnectionStats should check whether connection pool existsJonathan Reams2018-05-091-0/+2
* SERVER-34901 extend lifetime of tlconnectionsJason Carey2018-05-081-2/+4
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-2/+2
* SERVER-33821 Implement NetworkInterfaceTL and AsyncDBClientJonathan Reams2018-04-131-0/+2
* SERVER-32601 add socket tagging/close to egressJason Carey2018-02-151-1/+20
* SERVER-29237 add maxConnecting in asio connpoolJason Carey2017-06-021-0/+8
* SERVER-28652 Log the size of connection pools when we make new egress connect...samantharitter2017-04-071-1/+2
* SERVER-25027 Configurable connpool in mongosJason Carey2016-11-071-5/+7
* SERVER-25218 add more information to connPoolStatsMatt Cotter2016-09-271-0/+3
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-2/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-0/+1
* SERVER-21597 Fix connPoolStats to work with many NetworkInterfacessamantharitter2015-12-141-2/+4
* SERVER-21108 check if connection is healthy before returning it from the poolAdam Midvidy2015-11-121-0/+5
* SERVER-20546 Abort if connections are returned to connection pool in an unkno...samantharitter2015-11-041-5/+19
* SERVER-20283 Update connPoolStats command to include multiple connection poolssamantharitter2015-10-131-3/+4
* SERVER-19769 Fixups for Connection PoolingJason Carey2015-09-091-4/+4
* SERVER-19769 Pool connections in NetworkInterfaceASIOJason Carey2015-09-011-0/+281