summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/getmore_request_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55015 Replace GetMoreRequest with IDL-generated GetMoreCommandAlya Berciu2021-05-241-52/+25
* SERVER-53149 Finish converting getMore to IDL, try 3A. Jesse Jiryu Davis2021-03-101-176/+0
* Revert "SERVER-53149 Finish converting getMore to IDL, try 2"Max Hirschhorn2021-03-091-0/+176
* SERVER-53149 Finish converting getMore to IDL, try 2A. Jesse Jiryu Davis2021-03-081-176/+0
* Revert "SERVER-53149 Finish converting getMore to IDL"Max Hirschhorn2021-03-061-0/+176
* SERVER-53149 Finish converting getMore to IDLA. Jesse Jiryu Davis2021-03-061-176/+0
* SERVER-53149 Specify getMore in IDLA. Jesse Jiryu Davis2021-03-041-28/+42
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-30/+15
* 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-28507 Centralize ignored fields in command implementationsMathias Stearn2017-04-121-2/+2
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-5/+5
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-17/+32
* SERVER-21218 make mongos forward maxTimeMS on getMore command to mongodDavid Storch2015-11-051-7/+47
* SERVER-20604 fix getMoreRequest.toBSONEric Milkie2015-10-081-0/+13
* SERVER-20604 unblock AwaitData queries if commit level needs updating downstr...Eric Milkie2015-10-061-3/+4
* SERVER-18384 process term parameter to find/getMore commandsEric Milkie2015-07-061-2/+11
* SERVER-18765 ClusterClientCursor and AsyncClusterClientCursorDavid Storch2015-07-021-0/+17
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-135/+149
* SERVER-18036 fixed NamespaceString usage in some commands, especially in case...Benety Goh2015-06-181-8/+0
* SERVER-17577 query planner now makes use of separate limit and batchSize fiel...David Storch2015-05-211-4/+13
* SERVER-18184 add awaitData support to the getMore command (oplog only)David Storch2015-05-191-0/+9
* SERVER-17544 getMore request parsing now fails if there is an unrecognized fi...David Storch2015-05-191-5/+12
* SERVER-17283 unit test for GetMoreRequestBenety Goh2015-03-301-0/+157