summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient_cursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-52621 Remove stale version execption handling in OpQuery exec pathTommaso Tocci2020-11-061-7/+5
* SERVER-50508 Rename ConnectionType::MASTER to ConnectionType::kStandaloneBen Caimano2020-10-261-1/+1
* SERVER-49791 Track operationTime in DBClientJudah Schvimer2020-10-231-1/+6
* SERVER-50511 Change local variables and functions in dbclient filesAmirsaman Memaripour2020-10-231-2/+2
* SERVER-50103 Don't send killCursor request for exhaust cursors in DBClientCursorSamy Lanka2020-10-091-5/+3
* SERVER-49893: Do oplog fetching.Daniel Gottlieb2020-10-011-0/+28
* SERVER-44968 Remove useless BSONVersion enum classFaustoleyva542020-06-261-1/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47073 Clean up log lines in mongo/client and mongo/executorBen Caimano2020-04-221-2/+3
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-5/+16
* SERVER-9391 tailable cursors should throw an exception in DBClientCursor when...Cheahuychou Mao2020-02-281-6/+4
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-4/+7
* SERVER-45657 Ensure DBClientCursor includes resume fields in find command req...Vesselina Ratcheva2020-01-211-0/+8
* SERVER-43276 Implement resume after network error functionality in Collection...Vesselina Ratcheva2020-01-161-0/+2
* SERVER-45557: DBClientCursor should call metadataReader once per batchLingzhi Deng2020-01-141-6/+0
* SERVER-45232: Support oplog query in DBClientCursorLingzhi Deng2019-12-191-2/+10
* SERVER-44697: Support tailable awaitData exhaust cursors in DBClientCursorLingzhi Deng2019-11-261-2/+3
* SERVER-44631 DBClient_Connection should retain error code informationMatthew Russotto2019-11-261-9/+11
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+4
* SERVER-36537 Initial sync cursor should not keep data in cache.Matthew Russotto2018-12-131-0/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-36094 Make query by UUID work for DBClient.Matthew Russotto2018-08-231-3/+19
* SERVER-36299 Add support for exhaust cursors with OP_MSG in DBClientCursorWilliam Schultz2018-08-221-5/+28
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-141-7/+7
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-1/+1
* SERVER-33135 Delete code for OP_COMMANDMathias Stearn2018-07-301-1/+1
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-0/+552