summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/resume_token_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43909 clarify and repair util/hex.h APIBilly Donahue2020-09-151-5/+5
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* SERVER-41182 Change streams support for transactions larger than 16MBJustin Seyster2019-05-291-12/+10
* 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-50/+77
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35776 Basic 4.0-4.2 up/downgrade for change streamsCharlie Swanson2018-09-041-2/+12
* SERVER-35119 Remove 3.6 featureCompatibilityVersion checksCharlie Swanson2018-06-151-97/+43
* SERVER-34399: $changeStream with invalid resume token crashes the serverNick Zolnierz2018-04-261-15/+40
* SERVER-34314 Ensure change stream can resume between entries in applyOps entryIan Boros2018-04-161-44/+110
* SERVER-34313 Use hex-encoded string for resume tokenCharlie Swanson2018-04-131-164/+133
* SERVER-29716 Fix unittests for ARM (signed vs unsigned char)Matthew Russotto2017-10-091-2/+2
* SERVER-29716 Keystring-encode ResumeTokens to allow bytewise comparisonsMatthew Russotto2017-10-051-0/+322