summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient_rs.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53605 Ensure replsettest.asCluster works with clusterAuthMode = x509Mark Benvenuto2021-05-031-0/+5
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-2/+2
* SERVER-53423: Make ConnectString::connect return a status instead of setting ...Andrew Shuvalov2021-01-071-2/+2
* Revert "SERVER-53423: Make ConnectString::connect return a status instead of ...Pavi Vetriselvan2021-01-071-2/+2
* SERVER-53423: Make ConnectString::connect return a status instead of setting ...Andrew Shuvalov2021-01-071-2/+2
* SERVER-50657 Add CancelationToken support to the ReplicaSetMonitorMatthew Saltz2020-11-241-2/+6
* SERVER-47081 Delete geoSearch command and related testsMihai Andrei2020-11-031-1/+0
* SERVER-50511 Change local variables and functions in dbclient filesAmirsaman Memaripour2020-10-231-171/+171
* SERVER-50410 Change NotMasterOrSecondary error code name to NotPrimaryOrSecon...Pavi Vetriselvan2020-09-041-5/+5
* SERVER-50409 Change NotMasterNoSlaveOk error name to NotPrimaryNoSecondaryOkPavi Vetriselvan2020-09-031-1/+1
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-1/+1
* SERVER-49380 Add API params to mongo shellA. Jesse Jiryu Davis2020-08-201-2/+4
* SERVER-49800 fix use-after-move violations in service archBenety Goh2020-08-011-1/+1
* SERVER-49112 Add Session::getSSLConfigurationGabriel Marks2020-07-081-0/+7
* SERVER-48178 Finding self in reconfig may be interrupted by closing connectio...Mark Benvenuto2020-07-081-3/+4
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47426 Remove ShardedConnectionInfo and pare down SetShardVersionBlake Oler2020-04-241-2/+0
* SERVER-47073 Clean up log lines in mongo/client and mongo/executorBen Caimano2020-04-221-80/+91
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-16/+43
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-58/+126
* SERVER-44858 Implement speculative sasl authSara Golemon2020-02-121-1/+3
* SERVER-44631 DBClient_Connection should retain error code informationMatthew Russotto2019-11-261-3/+2
* SERVER-43576 DBClientRS does not propagate applicationNameMark Benvenuto2019-10-111-3/+3
* SERVER-43582 Do not auth ReplicaSet MonitorSara Golemon2019-09-241-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-24/+25
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-23/+23
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38319 Propagate URI options from DBClientRS through all codepathsMathias Stearn2018-12-201-6/+2
* SERVER-32978 Advertise SCRAM-SHA-256 authentication for the internal userJonathan Reams2018-11-141-26/+47
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-24620 distinguish HostNotFound, NodeNotFound, and HostUnreachableablack122018-10-041-2/+2
* SERVER-35689 Futurize RSM API with temporary detached-thread implementationMathias Stearn2018-09-201-2/+2
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-141-3/+5
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+1
* SERVER-33980 Reduce dependencies for embedded commandsAndrew Morrow2018-03-291-1/+1
* SERVER-29908 Consolidate some sharding libraries to help break dependency cyclesKaloian Manassiev2018-02-121-2/+1
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-11/+6
* SERVER-31734 Add Status::withContext() and addContext()Mathias Stearn2017-11-021-14/+13
* SERVER-31629 Support putting unique codes directly into Status constructorsMathias Stearn2017-11-021-3/+3
* SERVER-31629 Replace ErrorCodes::fromInt() with ErrorCodes::Error()Mathias Stearn2017-11-021-4/+4
* SERVER-31622 Fix bad throwsMathias Stearn2017-11-021-3/+3
* SERVER-30848 make shell getMores use sessionsJason Carey2017-10-031-12/+29
* SERVER-28510 Add DBClient::runFireAndForgetCommand() and use it to implement ...Mathias Stearn2017-08-171-0/+7
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-2/+2
* SERVER-30580 Make argument order consistently code then messageMathias Stearn2017-08-161-3/+3
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-161-1/+1
* SERVER-28509 DBClient::killCursor() now uses commandMathias Stearn2017-07-261-1/+1
* SERVER-30118 always check replyTo field in DBClientMathias Stearn2017-07-261-2/+2