summaryrefslogtreecommitdiff
path: root/src/mongo/client/async_client.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-1/+1
* SERVER-35615 Validate isMaster response before calling validateHost hookJonathan Reams2018-06-151-1/+1
* SERVER-35494 Add timeouts to TransportLayer::asyncConnectJonathan Reams2018-06-111-2/+3
* SERVER-35234 makePromiseFuture<T>()Mathias Stearn2018-05-251-5/+3
* SERVER-34730 Delete NetworkInterfaceASIOJonathan Reams2018-05-161-1/+1
* SERVER-34735 Extract structured data from X509 subject namesSara Golemon2018-05-151-1/+1
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-11/+13
* SERVER-33821 Implement NetworkInterfaceTL and AsyncDBClientJonathan Reams2018-04-131-0/+264