summaryrefslogtreecommitdiff
path: root/src/mongo/executor/connection_pool.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31440 Fix Connpool HostTimeout raceJason Carey2017-11-161-95/+152
* SERVER-29237 add maxConnecting in asio connpoolJason Carey2017-06-151-2/+9
* SERVER-25218 add more information to connPoolStatsMatt Cotter2017-04-151-6/+19
* 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-27232 Fix early timeout in ASIO connpoolJason Carey2016-12-081-12/+33
* SERVER-25027 Configurable connpool in mongosr3.2.11Jason Carey2016-11-161-3/+3
* SERVER-25027 fix windows compileMatt Cotter2016-11-151-3/+3
* SERVER-25027 Configurable connpool in mongosJason Carey2016-11-141-3/+5
* SERVER-26560 Properly handle or avoid making throwing calls into ASIO within ...samantharitter2016-10-241-2/+9
* SERVER-22391 Handle race in connpool hostTimeoutJason Carey2016-03-251-0/+19
* SERVER-21597 Fix connPoolStats to work with many NetworkInterfacessamantharitter2016-01-291-30/+7
* SERVER-21536 don't refresh connections that have already been checked outAdam Midvidy2015-12-221-0/+6
* 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
* SERVER-21108 check if connection is healthy before returning it from the poolAdam Midvidy2015-11-121-1/+19
* SERVER-20546 Abort if connections are returned to connection pool in an unkno...samantharitter2015-11-041-0/+10
* SERVER-20283 Update connPoolStats command to include multiple connection poolssamantharitter2015-10-131-2/+74
* SERVER-20541 Update default timeouts in connection poolsamantharitter2015-10-081-4/+2
* SERVER-20436 correct updateState for NI ASIO ConnPoolJason Carey2015-09-161-5/+2
* Revert "SERVER-20436 more updateState for NI ASIO ConnPool"Jason Carey2015-09-161-4/+5
* SERVER-20436 more updateState for NI ASIO ConnPoolJason Carey2015-09-161-5/+4
* SERVER-20436 NI ASIO ConnPool races in shutdownJason Carey2015-09-161-0/+3
* SERVER-20379 less pessimistic ASIO Connection PoolJason Carey2015-09-111-3/+1
* SERVER-19769 Fixups for Connection PoolingJason Carey2015-09-091-38/+46
* SERVER-19769 Pool connections in NetworkInterfaceASIOJason Carey2015-09-011-0/+552