summaryrefslogtreecommitdiff
path: root/src/mongo/executor/connection_pool.h
Commit message (Expand)AuthorAgeFilesLines
* 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