summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/cursor_response.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38539 Remove $_internalLatestOplogTimestamp and mergeByPBRT from chang...Bernard Gorman2019-06-251-13/+1
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-3/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38408 Return postBatchResumeToken with each mongoD change stream batchBernard Gorman2018-12-221-0/+11
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35905 Plug pieces together to perform a distributed when applicableMartin Neupauer2018-08-301-0/+6
* SERVER-36020 Redesign CursorResponseBuilder to allow usage of DocumentSequenceGregory Noma2018-07-241-10/+29
* SERVER-33323 Fix pushBack, remove const from size_t, and fix s390xCharlie Swanson2018-04-051-0/+15
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-5/+20
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-20/+5
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-5/+20
* SERVER-14900 Record post-execution CurOp metrics on mongoSBernard Gorman2018-03-241-0/+6
* SERVER-29141 Add latest oplog timestamp to CursorResponse objectBernard Gorman2017-09-251-0/+6
* SERVER-29929 Report highest observed cluster time from change stream on each ...Matthew Russotto2017-09-191-1/+7
* SERVER-18940 Optimise sharded aggregations that are targeted to a single shardBernard Gorman2017-08-021-1/+7
* SERVER-28509 DBClientCursor now uses read commandsMathias Stearn2017-07-261-0/+4
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-031-5/+0
* SERVER-20853 eliminate copies in find and getMore pathDavid Storch2015-11-131-2/+55
* SERVER-20880 Add move support to CursorResponse classJason Rassi2015-10-151-9/+42
* SERVER-19569 CursorResponse::toBSON() ability to return first batchJason Rassi2015-08-281-2/+7
* SERVER-19569 Combine getmore_response.h with cursor_responses.hJason Rassi2015-08-281-0/+94