summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_getmore_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63495 Link cluster aggregate and getMore into mongodJack Mulrow2022-03-311-147/+0
* SERVER-56488 Change the default read concern to always be localSamy Lanka2021-05-201-1/+2
* SERVER-55614 getMore accepts API version paramsA. Jesse Jiryu Davis2021-05-071-5/+1
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-2/+3
* SERVER-53149 Finish converting getMore to IDL, try 3A. Jesse Jiryu Davis2021-03-101-10/+19
* Revert "SERVER-53149 Finish converting getMore to IDL, try 2"Max Hirschhorn2021-03-091-19/+10
* SERVER-53149 Finish converting getMore to IDL, try 2A. Jesse Jiryu Davis2021-03-081-10/+19
* Revert "SERVER-53149 Finish converting getMore to IDL"Max Hirschhorn2021-03-061-19/+10
* SERVER-53149 Finish converting getMore to IDLA. Jesse Jiryu Davis2021-03-061-10/+19
* SERVER-54022 Simplify AuthorizationSessionMark Benvenuto2021-02-091-2/+3
* SERVER-49065 Mark API Version 1 commandsPV992020-07-281-0/+6
* SERVER-43712 mongos use ReadWriteConcernDefaults for RCKevin Pulo2019-11-291-0/+13
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35911 Upgraded GetMoreCmd and ClusterGetMoreCmd to use TypedCommandAnthony Roy2018-07-111-47/+44
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-6/+2
* SERVER-33942 Avoid setting deadline for maxTimeMS on tailable cursorsCharlie Swanson2018-04-051-0/+4
* SERVER-18094 Add 'localOps' parameter to $currentOp to show local mongoS oper...Bernard Gorman2018-03-151-0/+3
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-1/+1
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-1/+1
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-2/+2
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-2/+2
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-2/+2
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-2/+2
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-2/+2
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-1/+0
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-2/+2
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-1/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+4
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-20708 make getMore and killCursors commands ignore the slaveOk bitDavid Storch2015-10-071-4/+0
* SERVER-19940 extended auth checking for find and getMore commands to allow us...Benety Goh2015-09-041-1/+1
* SERVER-19569 CursorResponse::toBSON() ability to return first batchJason Rassi2015-08-281-1/+1
* SERVER-19569 Combine getmore_response.h with cursor_responses.hJason Rassi2015-08-281-2/+2
* SERVER-18771 implement getMore command on mongosDavid Storch2015-08-061-0/+124