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_cursor.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-05-10
SERVER-85791 Allow omitting the passthrough arguments in IDL-generated serial...
Patrick Freed
2024-03-28
SERVER-87520 Miscellaneous networking optimizations (#20461)
Jack Mulrow
2024-03-05
SERVER-81825 Only support building OpMsgRequest with ValidatedTenancyScope
Sophia Tan
2023-09-23
SERVER-81059 bulk-revert of include of boost iif.hpp
Billy Donahue
2023-09-14
SERVER-80505 Split generic DBClientConnection functionality into superclass (...
Patrick Freed
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-05-23
SERVER-77327: replace verify() with MONGO_verify()
Colin Stolley
2023-04-24
SERVER-67817 Change NamespaceStringOrUUID::db() to dbName() and return Databa...
Sophia Tan
2023-02-11
SERVER-72197 Run clang-format 12.0.1 on the codebase
clang-format 12.0.1
2023-01-23
SERVER-72948 Change DBClient runCommand function to use DatabaseName object
Sophia Tan
2022-12-20
SERVER-71030 Modify CursorResponse to serialize/deserialize NamespaceString w...
Hugh Tong
2022-09-30
SERVER-67423 Include tenantId in requests sent with DBDirectClient to have us...
Sophia Tan
2022-07-06
SERVER-65946 Have DBClient::call always throw exceptions on failure
Jason Chan
2022-06-28
SERVER-62231 Ensure DBClientCursor methods call init
Catalin Sumanaru
2022-06-22
SERVER-62206 Remove DBClientBase::query_DEPRECATED()
David Storch
2022-06-10
SERVER-65955 Migrate shell exhaust path onto modern internal client API
David Storch
2022-06-03
SERVER-66047 Fix the shell's exhaust impl to work with limit
David Storch
2022-05-06
SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includes
Billy Donahue
2021-11-10
SERVER-59512 add new, cleaner query interface to DBClientBase
David Storch
2021-10-01
SERVER-58210 Eliminate unnecessary RPC protocol negotiation code
David Storch
2021-08-23
SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped around
Irina Yatsenko
2021-08-17
SERVER-57617 Have the OplogFetcher in Tenant Migrations do an aggregation que...
Jason Chan
2021-08-14
SERVER-58670 Modernize DBClientBase query interface to avoid OP_QUERY-derived...
Irina Yatsenko
2021-07-31
SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner code
Eric Cox
2021-07-20
SERVER-58566 Clean up the shell code so that it does not issue any OP_QUERY r...
Yoonsoo Kim
2021-07-20
Revert "SERVER-58566 Clean up remaining OP_QUERY code" due to a wrong author ...
Yoonsoo Kim
2021-07-20
SERVER-58566 Clean up remaining OP_QUERY code
Vishnu Kaushik
2021-07-16
SERVER-57391 Return error response to OP_QUERY and OP_GET_MORE messages
Irina Yatsenko
2021-07-15
SERVER-57462 Change the shell to use OP_MSG for exhaust queries instead of OP...
Yoonsoo Kim
2021-06-15
SERVER-57265 Migrate tests for deprecated op codes from jstest to C++ integra...
Irina Yatsenko
2021-06-08
SERVER-56631 Make sure retryable write pre-fetch phase can see the config.tra...
Wenbin Zhu
2021-05-24
SERVER-55015 Replace GetMoreRequest with IDL-generated GetMoreCommand
Alya Berciu
2021-04-02
SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...
Bernard Gorman
2021-03-22
SERVER-55336: Catalog cache refreshes are not being retried on SnapshotError ...
Jordi Serra Torrens
2021-02-17
SERVER-53060 Remove QueryRequest class
Ruoxin Xu
2021-01-07
SERVER-51619 Convert find command input to IDL
Arun Banala
2021-01-07
SERVER-51649 Convert aggregate command input to IDL
Ruoxin Xu
2020-12-15
SERVER-50985 Tenant collection cloner query must use readConcern majority
Jason Chan
2020-11-06
SERVER-52621 Remove stale version execption handling in OpQuery exec path
Tommaso Tocci
2020-10-26
SERVER-50508 Rename ConnectionType::MASTER to ConnectionType::kStandalone
Ben Caimano
2020-10-23
SERVER-49791 Track operationTime in DBClient
Judah Schvimer
2020-10-23
SERVER-50511 Change local variables and functions in dbclient files
Amirsaman Memaripour
2020-10-09
SERVER-50103 Don't send killCursor request for exhaust cursors in DBClientCursor
Samy Lanka
2020-10-01
SERVER-49893: Do oplog fetching.
Daniel Gottlieb
2020-06-26
SERVER-44968 Remove useless BSONVersion enum class
Faustoleyva54
2020-04-26
SERVER-47735 change mongo source over to logv2
Billy Donahue
[next]