summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/getmore_request.h
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+0
* 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-24128 reject embedded null bytes in namespace string parsingDavid Storch2016-12-091-1/+1
* SERVER-21218 make mongos forward maxTimeMS on getMore command to mongodDavid Storch2015-11-051-0/+5
* SERVER-20604 unblock AwaitData queries if commit level needs updating downstr...Eric Milkie2015-10-061-1/+5
* SERVER-19307 downconvert find/getMore based on wire protocol versionBenety Goh2015-07-161-0/+2
* SERVER-18936 skip, limit, and batchsize use 64-bit variablesQingyang Chen2015-07-091-2/+2
* SERVER-18384 process term parameter to find/getMore commandsEric Milkie2015-07-061-1/+7
* SERVER-18765 ClusterClientCursor and AsyncClusterClientCursorDavid Storch2015-07-021-5/+11
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-28/+28
* SERVER-18791 Pull count command parsing into a separate libraryKaloian Manassiev2015-06-111-1/+1
* SERVER-17577 query planner now makes use of separate limit and batchSize fiel...David Storch2015-05-211-3/+5
* SERVER-17283 initial getMore command implementationDavid Storch2015-03-271-0/+73