summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient_cursor.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-05-10SERVER-85791 Allow omitting the passthrough arguments in IDL-generated serial...Patrick Freed
2024-03-28SERVER-87520 Miscellaneous networking optimizations (#20461)Jack Mulrow
2024-03-05SERVER-81825 Only support building OpMsgRequest with ValidatedTenancyScopeSophia Tan
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-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-05-23SERVER-77327: replace verify() with MONGO_verify()Colin Stolley
2023-04-24SERVER-67817 Change NamespaceStringOrUUID::db() to dbName() and return Databa...Sophia Tan
2023-02-11SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.1
2023-01-23SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan
2022-12-20SERVER-71030 Modify CursorResponse to serialize/deserialize NamespaceString w...Hugh Tong
2022-09-30SERVER-67423 Include tenantId in requests sent with DBDirectClient to have us...Sophia Tan
2022-07-06SERVER-65946 Have DBClient::call always throw exceptions on failureJason Chan
2022-06-28SERVER-62231 Ensure DBClientCursor methods call initCatalin Sumanaru
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-06-03SERVER-66047 Fix the shell's exhaust impl to work with limitDavid Storch
2022-05-06SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue
2021-11-10SERVER-59512 add new, cleaner query interface to DBClientBaseDavid Storch
2021-10-01SERVER-58210 Eliminate unnecessary RPC protocol negotiation codeDavid Storch
2021-08-23SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko
2021-08-17SERVER-57617 Have the OplogFetcher in Tenant Migrations do an aggregation que...Jason Chan
2021-08-14SERVER-58670 Modernize DBClientBase query interface to avoid OP_QUERY-derived...Irina Yatsenko
2021-07-31SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox
2021-07-20SERVER-58566 Clean up the shell code so that it does not issue any OP_QUERY r...Yoonsoo Kim
2021-07-20Revert "SERVER-58566 Clean up remaining OP_QUERY code" due to a wrong author ...Yoonsoo Kim
2021-07-20SERVER-58566 Clean up remaining OP_QUERY codeVishnu Kaushik
2021-07-16SERVER-57391 Return error response to OP_QUERY and OP_GET_MORE messagesIrina Yatsenko
2021-07-15SERVER-57462 Change the shell to use OP_MSG for exhaust queries instead of OP...Yoonsoo Kim
2021-06-15SERVER-57265 Migrate tests for deprecated op codes from jstest to C++ integra...Irina Yatsenko
2021-06-08SERVER-56631 Make sure retryable write pre-fetch phase can see the config.tra...Wenbin Zhu
2021-05-24SERVER-55015 Replace GetMoreRequest with IDL-generated GetMoreCommandAlya Berciu
2021-04-02SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman
2021-03-22SERVER-55336: Catalog cache refreshes are not being retried on SnapshotError ...Jordi Serra Torrens
2021-02-17SERVER-53060 Remove QueryRequest classRuoxin Xu
2021-01-07SERVER-51619 Convert find command input to IDLArun Banala
2021-01-07SERVER-51649 Convert aggregate command input to IDLRuoxin Xu
2020-12-15SERVER-50985 Tenant collection cloner query must use readConcern majorityJason Chan
2020-11-06SERVER-52621 Remove stale version execption handling in OpQuery exec pathTommaso Tocci
2020-10-26SERVER-50508 Rename ConnectionType::MASTER to ConnectionType::kStandaloneBen Caimano
2020-10-23SERVER-49791 Track operationTime in DBClientJudah Schvimer
2020-10-23SERVER-50511 Change local variables and functions in dbclient filesAmirsaman Memaripour
2020-10-09SERVER-50103 Don't send killCursor request for exhaust cursors in DBClientCursorSamy Lanka
2020-10-01SERVER-49893: Do oplog fetching.Daniel Gottlieb
2020-06-26SERVER-44968 Remove useless BSONVersion enum classFaustoleyva54
2020-04-26SERVER-47735 change mongo source over to logv2Billy Donahue