summaryrefslogtreecommitdiff
path: root/src/mongo/client/async_client.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64964 Measure egress connection creation time from connection poolsVojislav Stojkovic2022-08-111-0/+2
* SERVER-58210 Eliminate unnecessary RPC protocol negotiation codeDavid Storch2021-10-011-1/+0
* SERVER-58670 Modernize DBClientBase query interface to avoid OP_QUERY-derived...Irina Yatsenko2021-08-141-1/+0
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-3/+2
* SERVER-52945 Make mongod use x509 auth on egress connections if NetworkInterf...Mark Benvenuto2020-12-111-1/+3
* SERVER-51811: No-op wiring of transient SSL params in related methodsAndrew Shuvalov2020-11-051-1/+1
* SERVER-51831 Thread SSLConnectionContext from TLConnection's constructor down...Esha Maharishi2020-10-261-5/+8
* SERVER-44954 Streamable RSM uses exhaust isMasterjannaerin2020-04-171-21/+7
* Revert "SERVER-44954 Streamable RSM uses exhaust isMaster"jannaerin2020-03-251-7/+21
* SERVER-44954 Streamable RSM uses exhaust isMasterjannaerin2020-03-251-21/+7
* SERVER-45813 Modify AsyncDBClient/NetworkInterfaceTL to allow Fire and ForgetCheahuychou Mao2020-02-241-1/+3
* SERVER-45114 Connect AsyncDBClient exhaust functionality throughoutJanna Golden2020-02-191-1/+2
* SERVER-44858 Implement speculative sasl authSara Golemon2020-02-121-0/+5
* SERVER-45109 Modify AsyncDBClient to allow exhaust requestsJanna Golden2020-01-281-1/+26
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39146 Refactor BatonJason Carey2019-02-051-5/+4
* SERVER-32978 Advertise SCRAM-SHA-256 authentication for the internal userJonathan Reams2018-11-141-1/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35494 Add timeouts to TransportLayer::asyncConnectJonathan Reams2018-06-111-1/+2
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-4/+6
* SERVER-33821 Implement NetworkInterfaceTL and AsyncDBClientJonathan Reams2018-04-131-0/+90