summaryrefslogtreecommitdiff
path: root/src/mongo/client/async_client.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59876 Ensure hostname is progated for internal sasl authMark Benvenuto2021-09-211-1/+2
* SERVER-57521 Avoid dropping connections with pending flag set, unset pending...jannaerin2021-07-211-0/+9
* SERVER-52945 Make mongod use x509 auth on egress connections if NetworkInterf...Mark Benvenuto2020-12-111-2/+5
* SERVER-51811: No-op wiring of transient SSL params in related methodsAndrew Shuvalov2020-11-051-2/+2
* SERVER-51831 Thread SSLConnectionContext from TLConnection's constructor down...Esha Maharishi2020-10-261-6/+8
* SERVER-49694: fix latency measurement in RSM; change latency measurement for ...LaMont Nelson2020-08-141-11/+5
* Revert "SERVER-49694: fix latency measurement in RSM; change latency measurem...LaMont Nelson2020-08-131-5/+11
* SERVER-49694: fix latency measurement in RSM; change latency measurement for ...LaMont Nelson2020-08-051-11/+5
* SERVER-49157 Initialize WireSpec during MONGO_INITIALIZERAmirsaman Memaripour2020-07-291-6/+6
* SERVER-49112 Add Session::getSSLConfigurationGabriel Marks2020-07-081-4/+7
* SERVER-48178 Finding self in reconfig may be interrupted by closing connectio...Mark Benvenuto2020-07-081-1/+4
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47073 Clean up log lines in mongo/client and mongo/executorBen Caimano2020-04-221-2/+3
* SERVER-44954 Streamable RSM uses exhaust isMasterjannaerin2020-04-171-33/+19
* Revert "SERVER-44954 Streamable RSM uses exhaust isMaster"jannaerin2020-03-251-19/+33
* SERVER-44954 Streamable RSM uses exhaust isMasterjannaerin2020-03-251-33/+19
* SERVER-45813 Modify AsyncDBClient/NetworkInterfaceTL to allow Fire and ForgetCheahuychou Mao2020-02-241-3/+24
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-201-1/+4
* SERVER-45114 Connect AsyncDBClient exhaust functionality throughoutJanna Golden2020-02-191-2/+4
* SERVER-44858 Implement speculative sasl authSara Golemon2020-02-121-0/+38
* SERVER-45109 Modify AsyncDBClient to allow exhaust requestsJanna Golden2020-01-281-17/+73
* SERVER-43606 Enforce connection reuse in response to remote interruptionBen Caimano2020-01-211-4/+0
* SERVER-41490 Disable OP_MSG checksums for TLS connectionsRahul Sundararaman2019-06-261-0/+6
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+2
* SERVER-28679 Set OP_MSG checksumA. Jesse Jiryu Davis2019-05-141-0/+1
* 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-35/+37
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* 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