summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/getmore_request.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-53149 Finish converting getMore to IDL, try 3A. Jesse Jiryu Davis2021-03-101-6/+0
|
* Revert "SERVER-53149 Finish converting getMore to IDL, try 2"Max Hirschhorn2021-03-091-0/+6
| | | | This reverts commit f842de553e3c71a410e5f49fdaec3eaaaebb04a9.
* SERVER-53149 Finish converting getMore to IDL, try 2A. Jesse Jiryu Davis2021-03-081-6/+0
|
* Revert "SERVER-53149 Finish converting getMore to IDL"Max Hirschhorn2021-03-061-0/+6
| | | | This reverts commit bd5693121fbe12bee14a83b4527df73c881a2052.
* SERVER-53149 Finish converting getMore to IDLA. Jesse Jiryu Davis2021-03-061-6/+0
|
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* 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
| | | | | Upgraded for access to DocumentSequences and to reduce the amount of GetMoreRequest parses requred.
* 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
| | | | This reverts commit 7d09f278a2acf9791b36927d6af1d30347d60391.
* 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 ↵Eric Milkie2015-10-061-1/+5
| | | | downstream.
* 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 ↵David Storch2015-05-211-3/+5
| | | | fields in find command
* SERVER-17283 initial getMore command implementationDavid Storch2015-03-271-0/+73