summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/getmore_request.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55015 Replace GetMoreRequest with IDL-generated GetMoreCommandAlya Berciu2021-05-241-119/+0
* SERVER-53149 Finish converting getMore to IDL, try 3A. Jesse Jiryu Davis2021-03-101-41/+27
* Revert "SERVER-53149 Finish converting getMore to IDL, try 2"Max Hirschhorn2021-03-091-27/+41
* SERVER-53149 Finish converting getMore to IDL, try 2A. Jesse Jiryu Davis2021-03-081-41/+27
* Revert "SERVER-53149 Finish converting getMore to IDL"Max Hirschhorn2021-03-061-27/+41
* SERVER-53149 Finish converting getMore to IDLA. Jesse Jiryu Davis2021-03-061-41/+27
* SERVER-53149 Specify getMore in IDLA. Jesse Jiryu Davis2021-03-041-112/+29
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-1/+1
* SERVER-51848 Specific generic args in IDLA. Jesse Jiryu Davis2020-11-111-1/+1
* SERVER-49376: Ensure cursors inherit API settings of the initiating commandXueruiFa2020-07-291-0/+10
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-7/+4
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-1/+1
* 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-11/+3
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-2/+2
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-2/+2
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-2/+2
* SERVER-34179 refactor isGenericArgumentBilly Donahue2018-04-021-1/+2
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-1/+1
* SERVER-28507 Centralize ignored fields in command implementationsMathias Stearn2017-04-121-8/+9
* SERVER-24128 reject embedded null bytes in namespace string parsingDavid Storch2016-12-091-12/+8
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+7
* SERVER-23103 Break circularity between optime and bson_extractAndrew Morrow2016-03-211-1/+1
* SERVER-21218 make mongos forward maxTimeMS on getMore command to mongodDavid Storch2015-11-051-7/+23
* SERVER-20604 fix getMoreRequest.toBSONEric Milkie2015-10-081-0/+4
* SERVER-20604 unblock AwaitData queries if commit level needs updating downstr...Eric Milkie2015-10-061-3/+19
* SERVER-18771 implement getMore command on mongosDavid Storch2015-08-061-1/+1
* SERVER-19307 downconvert find/getMore based on wire protocol versionBenety Goh2015-07-161-3/+4
* SERVER-18936 skip, limit, and batchsize use 64-bit variablesQingyang Chen2015-07-091-3/+3
* SERVER-18384 process term parameter to find/getMore commandsEric Milkie2015-07-061-4/+17
* SERVER-18765 ClusterClientCursor and AsyncClusterClientCursorDavid Storch2015-07-021-7/+29
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-87/+78
* SERVER-18036 fixed NamespaceString usage in some commands, especially in case...Benety Goh2015-06-181-0/+4
* SERVER-17577 query planner now makes use of separate limit and batchSize fiel...David Storch2015-05-211-8/+8
* SERVER-18184 add awaitData support to the getMore command (oplog only)David Storch2015-05-191-0/+5
* SERVER-17544 getMore request parsing now fails if there is an unrecognized fi...David Storch2015-05-191-25/+51
* SERVER-17283 initial getMore command implementationDavid Storch2015-03-271-0/+117