index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
client
/
dbclient_base.cpp
Age
Commit message (
Expand
)
Author
2024-06-03
SERVER-85791 Automatically chain generic argument structs to all IDL-generate...
Patrick Freed
2024-05-23
SERVER-90645 Enable tidy check misc-unused-using-decls (#22430)
Matt Kneiser
2024-03-05
SERVER-81825 Only support building OpMsgRequest with ValidatedTenancyScope
Sophia Tan
2024-03-01
SERVER-85993 Make db client create OpMsgRequest with validated tenancy scope ...
Sophia Tan
2024-01-29
SERVER-82339 Convert _alwaysAppendDollarTenant to _alwaysAttachSecurityToken ...
Joseph Prince
2023-12-19
SERVER-84264 Make DBClientBase for the shell never uassert StaleConfig intern...
Cheahuychou Mao
2023-12-14
SERVER-83430 replace dollartenant usage in collection cloner
Joseph Prince
2023-10-07
SERVER-77158 apply performance-move-const-arg clang tidy rule for client
Matt Boros
2023-10-04
SERVER-81602 remove fmtMessage from LOGV2 statements
Billy Donahue
2023-09-28
SERVER-81531 Accept DatabaseName in DBClientBase::logout
Matt Broadstone
2023-09-26
SERVER-80550 Make NamespaceStringUtil::deserialize no longer use default seri...
Mathis Bessa
2023-09-25
SERVER-80549 Make DatabaseNameUtil::de/serialize no longer use default serial...
Mathis Bessa
2023-09-23
SERVER-81059 bulk-revert of include of boost iif.hpp
Billy Donahue
2023-09-15
SERVER-81002: Added in mutex to WireSpec
Erin McNulty
2023-09-14
SERVER-80505 Split generic DBClientConnection functionality into superclass (...
Patrick Freed
2023-09-11
SERVER-51700: Made WireSpec decorator of ServiceContext instead of Singleton
Erin McNulty
2023-08-25
SERVER-80320 Thread DatabaseName into DBClientBase::auth() and buildAuthParams()
Sara Golemon
2023-06-23
SERVER-77348 Add accessors for querying state of NamespaceStringOrUUID
Matt Broadstone
2023-06-22
SERVER-77044 IWYU Automated changes for up to end ratio 0.4
Daniel Moody
2023-06-15
SERVER-77042 automated IWYU changes up to ratio of 0.3
Daniel Moody
2023-06-05
SERVER-77154 Always use "hello" for connection handshake in internal client code
David Storch
2023-05-23
SERVER-77327: replace verify() with MONGO_verify()
Colin Stolley
2023-04-26
SERVER-74493 Make DatabaseName constructors private
mathisbessamdb
2023-04-24
SERVER-67817 Change NamespaceStringOrUUID::db() to dbName() and return Databa...
Sophia Tan
2023-04-06
SERVER-74165 Remove TODOs on SERVER-72977
Sophia Tan
2023-03-28
SERVER-75118: Avoid copying OpMsgRequest objects when possible.
Colin Stolley
2023-02-28
SERVER-74328 Delete the DbClient exists function
Sophia Tan
2023-02-28
SERVER-73189 Change DbClient runCommandWithTarget to take in a DatabaseName o...
Sophia Tan
2023-02-23
Revert "SERVER-73189 Change DbClient runCommandWithTarget to take in a Databa...
Uladzimir Makouski
2023-02-23
SERVER-73189 Change DbClient runCommandWithTarget to take in a DatabaseName o...
Sophia Tan
2023-02-15
SERVER-73375 Change DbClient fire-and-forget command functions to use Namespa...
Sophia Tan
2023-02-04
SERVER-72942 Change DBClient *Collection functions to use NamespaceString obj...
Sophia Tan
2023-02-03
SERVER-72946 Change DbClient *Index functions to use NamespaceString object
Sophia Tan
2023-01-23
SERVER-72948 Change DBClient runCommand function to use DatabaseName object
Sophia Tan
2022-11-19
SERVER-70432 Change CollectionCloner to be tenant aware
jannaerin
2022-11-16
SERVER-70430 Change DatabaseCloner to be tenant aware
jannaerin
2022-10-26
SERVER-70567 Introduce multitenancy to BenchRun.
Rishab Joshi
2022-10-10
SERVER-70098: Use listAllDatabases in AllDatabaseCloner.
Adityavardhan Agrawal
2022-09-16
SERVER-69580 add performance-faster-string-find check to clang-tidy
Trevor Guidry
2022-07-06
SERVER-65946 Have DBClient::call always throw exceptions on failure
Jason Chan
2022-06-22
SERVER-62206 Remove DBClientBase::query_DEPRECATED()
David Storch
2022-06-15
SERVER-67148 Refactor ValidatedTenantId into ValidatedSecurityToken
Sara Golemon
2022-06-10
SERVER-65955 Migrate shell exhaust path onto modern internal client API
David Storch
2022-05-06
SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includes
Billy Donahue
2022-02-03
SERVER-63256 use _sd on string literal to play nice with conditional
Adam Rayner
2022-02-01
SERVER-62334 Use SASL mech negotiation to get mech for DBClientBase::auth
Adam Rayner
2022-01-18
SERVER-62239 Put tenantId on opCtx if passed as $tenant
jannaerin
2022-01-16
Revert "SERVER-62239 Put tenantId on opCtx if passed as $tenant"
Kaloian Manassiev
2022-01-14
SERVER-62239 Put tenantId on opCtx if passed as $tenant
jannaerin
2022-01-13
SERVER-27209 Eliminate dangerous BSONElement string extraction methods
Matt Kneiser
[next]