summaryrefslogtreecommitdiff
path: root/src/mongo/executor/connection_pool_asio.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-20884 build command replies in-place to avoid copiesAdam Midvidy2015-11-131-1/+1
* SERVER-21108 don't call cancel on destroyed timersAdam Midvidy2015-11-121-7/+13
* SERVER-21108 check if connection is healthy before returning it from the poolAdam Midvidy2015-11-121-0/+5
* SERVER-20143 Strand NetworkInterfaceASIOJason Carey2015-11-091-77/+84
* SERVER-20546 Abort if connections are returned to connection pool in an unkno...samantharitter2015-11-041-3/+15
* SERVER-20609 do not heap allocate MessageAdam Midvidy2015-10-301-1/+1
* SERVER-20689 pull refresh callback out of member variable so we don't use a m...Adam Midvidy2015-10-051-1/+2
* SERVER-20689 onFinish should be set when ConnectionPool refreshes a connectionAdam Midvidy2015-10-021-0/+8
* SERVER-20471 Fix ASIO <-> ConnPool Timer callbacksJason Carey2015-09-171-7/+26
* SERVER-19342 extend NIA with metadata hooksAdam Midvidy2015-09-171-2/+4
* SERVER-20190 cancelCommand() preempts outstanding network events in NetworkIn...Samantha Ritter2015-09-151-1/+1
* SERVER-19769 Fixups for Connection PoolingJason Carey2015-09-091-14/+38
* SERVER-19769 Pool connections in NetworkInterfaceASIOJason Carey2015-09-011-0/+182