summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient_cursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58210 Eliminate unnecessary RPC protocol negotiation codeDavid Storch2021-10-011-3/+0
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-22/+30
* SERVER-57617 Have the OplogFetcher in Tenant Migrations do an aggregation que...Jason Chan2021-08-171-5/+18
* SERVER-58670 Modernize DBClientBase query interface to avoid OP_QUERY-derived...Irina Yatsenko2021-08-141-46/+6
* SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-311-36/+24
* SERVER-58566 Clean up the shell code so that it does not issue any OP_QUERY r...Yoonsoo Kim2021-07-201-181/+74
* Revert "SERVER-58566 Clean up remaining OP_QUERY code" due to a wrong author ...Yoonsoo Kim2021-07-201-74/+181
* SERVER-58566 Clean up remaining OP_QUERY codeVishnu Kaushik2021-07-201-181/+74
* SERVER-57391 Return error response to OP_QUERY and OP_GET_MORE messagesIrina Yatsenko2021-07-161-4/+5
* SERVER-57462 Change the shell to use OP_MSG for exhaust queries instead of OP...Yoonsoo Kim2021-07-151-9/+3
* SERVER-57265 Migrate tests for deprecated op codes from jstest to C++ integra...Irina Yatsenko2021-06-151-4/+2
* SERVER-56631 Make sure retryable write pre-fetch phase can see the config.tra...Wenbin Zhu2021-06-081-6/+17
* SERVER-55015 Replace GetMoreRequest with IDL-generated GetMoreCommandAlya Berciu2021-05-241-9/+12
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-6/+6
* SERVER-55336: Catalog cache refreshes are not being retried on SnapshotError ...Jordi Serra Torrens2021-03-221-1/+1
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-19/+22
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-071-6/+7
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-4/+6
* SERVER-50985 Tenant collection cloner query must use readConcern majorityJason Chan2020-12-151-7/+4
* SERVER-52621 Remove stale version execption handling in OpQuery exec pathTommaso Tocci2020-11-061-7/+5
* SERVER-50508 Rename ConnectionType::MASTER to ConnectionType::kStandaloneBen Caimano2020-10-261-1/+1
* SERVER-49791 Track operationTime in DBClientJudah Schvimer2020-10-231-1/+6
* SERVER-50511 Change local variables and functions in dbclient filesAmirsaman Memaripour2020-10-231-2/+2
* SERVER-50103 Don't send killCursor request for exhaust cursors in DBClientCursorSamy Lanka2020-10-091-5/+3
* SERVER-49893: Do oplog fetching.Daniel Gottlieb2020-10-011-0/+28
* SERVER-44968 Remove useless BSONVersion enum classFaustoleyva542020-06-261-1/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47073 Clean up log lines in mongo/client and mongo/executorBen Caimano2020-04-221-2/+3
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-5/+16
* SERVER-9391 tailable cursors should throw an exception in DBClientCursor when...Cheahuychou Mao2020-02-281-6/+4
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-4/+7
* SERVER-45657 Ensure DBClientCursor includes resume fields in find command req...Vesselina Ratcheva2020-01-211-0/+8
* SERVER-43276 Implement resume after network error functionality in Collection...Vesselina Ratcheva2020-01-161-0/+2
* SERVER-45557: DBClientCursor should call metadataReader once per batchLingzhi Deng2020-01-141-6/+0
* SERVER-45232: Support oplog query in DBClientCursorLingzhi Deng2019-12-191-2/+10
* SERVER-44697: Support tailable awaitData exhaust cursors in DBClientCursorLingzhi Deng2019-11-261-2/+3
* SERVER-44631 DBClient_Connection should retain error code informationMatthew Russotto2019-11-261-9/+11
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+4
* SERVER-36537 Initial sync cursor should not keep data in cache.Matthew Russotto2018-12-131-0/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-36094 Make query by UUID work for DBClient.Matthew Russotto2018-08-231-3/+19
* SERVER-36299 Add support for exhaust cursors with OP_MSG in DBClientCursorWilliam Schultz2018-08-221-5/+28
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-141-7/+7
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-1/+1
* SERVER-33135 Delete code for OP_COMMANDMathias Stearn2018-07-301-1/+1
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-0/+552