summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient_cursor.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62231 Ensure DBClientCursor methods call initCatalin Sumanaru2022-06-281-0/+7
* SERVER-62206 Remove DBClientBase::query_DEPRECATED()David Storch2022-06-221-100/+21
* SERVER-65955 Migrate shell exhaust path onto modern internal client APIDavid Storch2022-06-101-5/+6
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-1/+1
* SERVER-59512 add new, cleaner query interface to DBClientBaseDavid Storch2021-11-101-109/+147
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-3/+7
* SERVER-57617 Have the OplogFetcher in Tenant Migrations do an aggregation que...Jason Chan2021-08-171-3/+5
* SERVER-58670 Modernize DBClientBase query interface to avoid OP_QUERY-derived...Irina Yatsenko2021-08-141-15/+1
* SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-311-7/+4
* SERVER-58566 Clean up the shell code so that it does not issue any OP_QUERY r...Yoonsoo Kim2021-07-201-2/+0
* Revert "SERVER-58566 Clean up remaining OP_QUERY code" due to a wrong author ...Yoonsoo Kim2021-07-201-0/+2
* SERVER-58566 Clean up remaining OP_QUERY codeVishnu Kaushik2021-07-201-2/+0
* SERVER-57462 Change the shell to use OP_MSG for exhaust queries instead of OP...Yoonsoo Kim2021-07-151-7/+4
* SERVER-56631 Make sure retryable write pre-fetch phase can see the config.tra...Wenbin Zhu2021-06-081-2/+4
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-2/+5
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-1/+1
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-2/+2
* SERVER-49791 Track operationTime in DBClientJudah Schvimer2020-10-231-0/+8
* SERVER-49893: Do oplog fetching.Daniel Gottlieb2020-10-011-0/+4
* SERVER-44968 Remove useless BSONVersion enum classFaustoleyva542020-06-261-1/+0
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-2/+5
* SERVER-43276 Implement resume after network error functionality in Collection...Vesselina Ratcheva2020-01-161-0/+16
* SERVER-44707: Store lastKnownCommittedOpTime in ClientCursor for exhaust getMoreLingzhi Deng2020-01-061-1/+0
* SERVER-45232: Support oplog query in DBClientCursorLingzhi Deng2019-12-191-0/+12
* SERVER-44697: Support tailable awaitData exhaust cursors in DBClientCursorLingzhi Deng2019-11-261-0/+15
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-36096 Convert CollectionCloner to use DBClientConnection.Matthew Russotto2018-09-191-10/+12
* SERVER-36094 Make query by UUID work for DBClient.Matthew Russotto2018-08-231-0/+11
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-141-3/+3
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-0/+310