summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/cursor_response_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-10/+17
* SERVER-71030 Modify CursorResponse to serialize/deserialize NamespaceString w...Hugh Tong2022-12-201-0/+91
* SERVER-69721 Serialize and deserialize namespace in cursor reply objects corr...jannaerin2022-10-211-1/+1
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-2/+2
* SERVER-65282 Add $_generateV2ResumeTokens parameter to aggregate commandBernard Gorman2022-04-111-1/+3
* SERVER-62535 Allow sharded aggregation to return two cursorsTed Tuckman2022-03-021-0/+1
* SERVER-58530 Remove unused code related to nReturnedSoFar()David Storch2022-01-191-7/+2
* SERVER-58581 Add SEARCH_META variableTed Tuckman2021-07-231-0/+48
* SERVER-51622 Convert find and aggregate commands' output to IDLArun Banala2021-02-191-27/+0
* SERVER-47690 Snapshot reads via mongosA. Jesse Jiryu Davis2020-05-071-2/+7
* SERVER-43996 Return a cursor flag to the client if only a partial subset of r...Bernard Gorman2019-11-061-0/+95
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-90/+60
* SERVER-38539 Remove $_internalLatestOplogTimestamp and mergeByPBRT from chang...Bernard Gorman2019-06-251-64/+2
* SERVER-39302 Remove all high-water-mark code necessary to support default col...Bernard Gorman2019-03-111-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38412 Allow resuming from a high-water-mark pseudo resume tokenBernard Gorman2019-01-241-1/+1
* SERVER-38408 Return postBatchResumeToken with each mongoD change stream batchBernard Gorman2018-12-221-0/+30
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36020 Redesign CursorResponseBuilder to allow usage of DocumentSequenceGregory Noma2018-07-241-0/+28
* SERVER-29141 Add latest oplog timestamp to CursorResponse objectBernard Gorman2017-09-251-0/+58
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-10/+10
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-62/+96
* SERVER-20880 Add move support to CursorResponse classJason Rassi2015-10-151-22/+22
* SERVER-19569 CursorResponse::toBSON() ability to return first batchJason Rassi2015-08-281-4/+32
* SERVER-19569 Combine getmore_response.h with cursor_responses.hJason Rassi2015-08-281-0/+215