summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient_cursor_test.cpp
AgeCommit message (Expand)Author
2024-06-03SERVER-85791 Automatically chain generic argument structs to all IDL-generate...Patrick Freed
2023-09-14SERVER-80505 Split generic DBClientConnection functionality into superclass (...Patrick Freed
2023-06-22SERVER-77044 IWYU Automated changes for up to end ratio 0.4Daniel Moody
2023-06-15SERVER-77042 automated IWYU changes up to ratio of 0.3Daniel Moody
2023-02-08SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin
2022-12-20SERVER-71030 Modify CursorResponse to serialize/deserialize NamespaceString w...Hugh Tong
2022-09-30SERVER-67423 Include tenantId in requests sent with DBDirectClient to have us...Sophia Tan
2022-07-06SERVER-65946 Have DBClient::call always throw exceptions on failureJason Chan
2022-06-10SERVER-65955 Migrate shell exhaust path onto modern internal client APIDavid Storch
2022-05-06SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue
2021-10-01SERVER-58210 Eliminate unnecessary RPC protocol negotiation codeDavid Storch
2021-08-23SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko
2021-08-14SERVER-58670 Modernize DBClientBase query interface to avoid OP_QUERY-derived...Irina Yatsenko
2021-08-02SERVER-58338 Return an error if client attempts an OP_QUERY command other tha...Yoonsoo Kim
2020-04-14SERVER-46127 unit tests log to a kTest componentGabriel Russell
2020-03-26SERVER-41873 Remove most remaining uses of 'oplogReplay' flagDavid Storch
2020-02-21SERVER-45567 removing util/log.h where I canGabriel Russell
2020-02-13SERVER-45869 automatically converted structured loggingGabriel Russell
2020-01-21SERVER-45657 Ensure DBClientCursor includes resume fields in find command req...Vesselina Ratcheva
2020-01-14SERVER-45557: DBClientCursor should call metadataReader once per batchLingzhi Deng
2019-12-19SERVER-45232: Support oplog query in DBClientCursorLingzhi Deng
2019-11-26SERVER-44697: Support tailable awaitData exhaust cursors in DBClientCursorLingzhi Deng
2019-11-26SERVER-44631 DBClient_Connection should retain error code informationMatthew Russotto
2019-07-27SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.1
2019-05-14SERVER-28679 Set OP_MSG checksumA. Jesse Jiryu Davis
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2018-12-13SERVER-36537 Initial sync cursor should not keep data in cache.Matthew Russotto
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-08-28SERVER-36299 Ensure that dbclient_cursor_test clears last sent message in bet...William Schultz
2018-08-22SERVER-36299 Add newline to end of dbclient_cursor_test.cpp fileWilliam Schultz
2018-08-22SERVER-36299 Add support for exhaust cursors with OP_MSG in DBClientCursorWilliam Schultz