index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
client
/
dbclient_cursor_test.cpp
Age
Commit message (
Expand
)
Author
2024-06-03
SERVER-85791 Automatically chain generic argument structs to all IDL-generate...
Patrick Freed
2023-09-14
SERVER-80505 Split generic DBClientConnection functionality into superclass (...
Patrick Freed
2023-06-22
SERVER-77044 IWYU Automated changes for up to end ratio 0.4
Daniel Moody
2023-06-15
SERVER-77042 automated IWYU changes up to ratio of 0.3
Daniel Moody
2023-02-08
SERVER-73112 Expose function to construct NamespaceString in unit tests
jannaerin
2022-12-20
SERVER-71030 Modify CursorResponse to serialize/deserialize NamespaceString w...
Hugh Tong
2022-09-30
SERVER-67423 Include tenantId in requests sent with DBDirectClient to have us...
Sophia Tan
2022-07-06
SERVER-65946 Have DBClient::call always throw exceptions on failure
Jason Chan
2022-06-10
SERVER-65955 Migrate shell exhaust path onto modern internal client API
David Storch
2022-05-06
SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includes
Billy Donahue
2021-10-01
SERVER-58210 Eliminate unnecessary RPC protocol negotiation code
David Storch
2021-08-23
SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped around
Irina Yatsenko
2021-08-14
SERVER-58670 Modernize DBClientBase query interface to avoid OP_QUERY-derived...
Irina Yatsenko
2021-08-02
SERVER-58338 Return an error if client attempts an OP_QUERY command other tha...
Yoonsoo Kim
2020-04-14
SERVER-46127 unit tests log to a kTest component
Gabriel Russell
2020-03-26
SERVER-41873 Remove most remaining uses of 'oplogReplay' flag
David Storch
2020-02-21
SERVER-45567 removing util/log.h where I can
Gabriel Russell
2020-02-13
SERVER-45869 automatically converted structured logging
Gabriel Russell
2020-01-21
SERVER-45657 Ensure DBClientCursor includes resume fields in find command req...
Vesselina Ratcheva
2020-01-14
SERVER-45557: DBClientCursor should call metadataReader once per batch
Lingzhi Deng
2019-12-19
SERVER-45232: Support oplog query in DBClientCursor
Lingzhi Deng
2019-11-26
SERVER-44697: Support tailable awaitData exhaust cursors in DBClientCursor
Lingzhi Deng
2019-11-26
SERVER-44631 DBClient_Connection should retain error code information
Matthew Russotto
2019-07-27
SERVER-41772 Apply clang-format 7.0.1 to the codebase
clang-format-7.0.1
2019-05-14
SERVER-28679 Set OP_MSG checksum
A. Jesse Jiryu Davis
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2018-12-13
SERVER-36537 Initial sync cursor should not keep data in cache.
Matthew Russotto
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-08-28
SERVER-36299 Ensure that dbclient_cursor_test clears last sent message in bet...
William Schultz
2018-08-22
SERVER-36299 Add newline to end of dbclient_cursor_test.cpp file
William Schultz
2018-08-22
SERVER-36299 Add support for exhaust cursors with OP_MSG in DBClientCursor
William Schultz