summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient_rs.cpp
AgeCommit message (Expand)Author
2024-06-03SERVER-85791 Automatically chain generic argument structs to all IDL-generate...Patrick Freed
2024-05-23SERVER-90645 Enable tidy check misc-unused-using-decls (#22430)Matt Kneiser
2024-03-28SERVER-87846 Add concurrency_replication suites with replica set endpoint ena...Cheahuychou Mao
2024-02-29SERVER-86997 Remove AuthPrevalidated from SerializationContext (#19212)Didier Nadeau
2023-10-04SERVER-81602 remove fmtMessage from LOGV2 statementsBilly Donahue
2023-09-28SERVER-81531 Accept DatabaseName in DBClientBase::logoutMatt Broadstone
2023-09-23SERVER-81059 bulk-revert of include of boost iif.hppBilly Donahue
2023-09-14SERVER-80505 Split generic DBClientConnection functionality into superclass (...Patrick Freed
2023-08-16SERVER-78605 Implement lockInfo command in mongosMiquel Munoz
2023-06-23SERVER-77348 Add accessors for querying state of NamespaceStringOrUUIDMatt Broadstone
2023-06-22SERVER-77044 IWYU Automated changes for up to end ratio 0.4Daniel Moody
2023-06-15SERVER-77042 automated IWYU changes up to ratio of 0.3Daniel Moody
2023-06-08SERVER-74490 - Change NamespaceString::ns() to be private - clientmathisbessamdb
2023-05-23SERVER-77327: replace verify() with MONGO_verify()Colin Stolley
2023-05-19SERVER-77228 Improve memory layout of NamespaceStringOrUUIDMatt Broadstone
2023-04-18SERVER-76222 Avoid temporary allocations of DatabaseNameMatt Broadstone
2023-04-14SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone
2023-02-15SERVER-73375 Change DbClient fire-and-forget command functions to use Namespa...Sophia Tan
2022-09-14SERVER-67116 Remove support for 'preCondition' from applyOps commandDavid Storch
2022-07-06SERVER-65946 Have DBClient::call always throw exceptions on failureJason Chan
2022-06-23SERVER-67143 Delete some unused internal client codeDavid Storch
2022-06-22SERVER-62206 Remove DBClientBase::query_DEPRECATED()David Storch
2022-06-10SERVER-65955 Migrate shell exhaust path onto modern internal client APIDavid Storch
2022-05-06SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue
2021-12-21SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch
2021-11-10SERVER-59512 add new, cleaner query interface to DBClientBaseDavid Storch
2021-08-23SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko
2021-08-14SERVER-58670 Modernize DBClientBase query interface to avoid OP_QUERY-derived...Irina Yatsenko
2021-05-03SERVER-53605 Ensure replsettest.asCluster works with clusterAuthMode = x509Mark Benvenuto
2021-03-23SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip
2021-01-07SERVER-53423: Make ConnectString::connect return a status instead of setting ...Andrew Shuvalov
2021-01-07Revert "SERVER-53423: Make ConnectString::connect return a status instead of ...Pavi Vetriselvan
2021-01-07SERVER-53423: Make ConnectString::connect return a status instead of setting ...Andrew Shuvalov
2020-11-24SERVER-50657 Add CancelationToken support to the ReplicaSetMonitorMatthew Saltz
2020-11-03SERVER-47081 Delete geoSearch command and related testsMihai Andrei
2020-10-23SERVER-50511 Change local variables and functions in dbclient filesAmirsaman Memaripour
2020-09-04SERVER-50410 Change NotMasterOrSecondary error code name to NotPrimaryOrSecon...Pavi Vetriselvan
2020-09-03SERVER-50409 Change NotMasterNoSlaveOk error name to NotPrimaryNoSecondaryOkPavi Vetriselvan
2020-09-03SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan
2020-08-20SERVER-49380 Add API params to mongo shellA. Jesse Jiryu Davis
2020-08-01SERVER-49800 fix use-after-move violations in service archBenety Goh
2020-07-08SERVER-49112 Add Session::getSSLConfigurationGabriel Marks
2020-07-08SERVER-48178 Finding self in reconfig may be interrupted by closing connectio...Mark Benvenuto
2020-04-26SERVER-47735 change mongo source over to logv2Billy Donahue
2020-04-24SERVER-47426 Remove ShardedConnectionInfo and pare down SetShardVersionBlake Oler
2020-04-22SERVER-47073 Clean up log lines in mongo/client and mongo/executorBen Caimano
2020-03-05SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo
2020-02-21SERVER-45567 removing util/log.h where I canGabriel Russell
2020-02-13SERVER-45869 automatically converted structured loggingGabriel Russell
2020-02-12SERVER-44858 Implement speculative sasl authSara Golemon