summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient_cursor_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58210 Eliminate unnecessary RPC protocol negotiation codeDavid Storch2021-10-011-5/+0
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-19/+50
* SERVER-58670 Modernize DBClientBase query interface to avoid OP_QUERY-derived...Irina Yatsenko2021-08-141-8/+8
* SERVER-58338 Return an error if client attempts an OP_QUERY command other tha...Yoonsoo Kim2021-08-021-48/+0
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-41873 Remove most remaining uses of 'oplogReplay' flagDavid Storch2020-03-261-5/+3
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+5
* SERVER-45657 Ensure DBClientCursor includes resume fields in find command req...Vesselina Ratcheva2020-01-211-0/+37
* SERVER-45557: DBClientCursor should call metadataReader once per batchLingzhi Deng2020-01-141-0/+45
* SERVER-45232: Support oplog query in DBClientCursorLingzhi Deng2019-12-191-0/+84
* SERVER-44697: Support tailable awaitData exhaust cursors in DBClientCursorLingzhi Deng2019-11-261-0/+314
* SERVER-44631 DBClient_Connection should retain error code informationMatthew Russotto2019-11-261-2/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-28679 Set OP_MSG checksumA. Jesse Jiryu Davis2019-05-141-2/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36537 Initial sync cursor should not keep data in cache.Matthew Russotto2018-12-131-0/+32
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36299 Ensure that dbclient_cursor_test clears last sent message in bet...William Schultz2018-08-281-0/+4
* SERVER-36299 Add newline to end of dbclient_cursor_test.cpp fileWilliam Schultz2018-08-221-1/+1
* SERVER-36299 Add support for exhaust cursors with OP_MSG in DBClientCursorWilliam Schultz2018-08-221-0/+406