summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-969/+0
* SERVER-35691 Make all code paths returning StaleConfig error go through the S...Kaloian Manassiev2018-06-221-1/+1
* SERVER-35115 Decouple DBDirectClient from networking clientsMathias Stearn2018-05-311-596/+3
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-1/+1
* SERVER-35070: Timestamp index completions individually.Daniel Gottlieb2018-05-291-4/+4
* SERVER-34735 Extract structured data from X509 subject namesSara Golemon2018-05-151-1/+1
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-33568 Support StringBuilder << streaming for Status and StatusWith<T>Mathias Stearn2018-03-261-1/+1
* SERVER-33889 Split dcommands and core into libraries for embedded vs standalo...Henrik Edin2018-03-231-0/+1
* SERVER-33892 Separate test_commands_enabled libraryBilly Donahue2018-03-141-1/+1
* SERVER-33300 Integrate TransportLayer with DBClientJonathan Reams2018-03-021-112/+142
* SERVER-32635 an old mongos server communicating with a fully upgraded cluster...Dianna Hohensee2018-02-161-0/+14
* SERVER-32687 DBClientBase::findOneByUUID() returns command status rather than...Benety Goh2018-02-061-3/+4
* SERVER-25345 remove wassertMathias Stearn2018-01-191-15/+1
* SERVER-32674 Make SocketException not be a special typeMathias Stearn2018-01-191-3/+4
* SERVER-32587 Convert StaleConfigException to use ErrorExtraInfoMathias Stearn2018-01-171-3/+4
* SERVER-31296 Update sessions, causal, and retryable in the mongo shell.Max Hirschhorn2017-11-081-5/+10
* SERVER-17414 Fix unreferenced local variable in catch exception specifiersMark Benvenuto2017-10-201-1/+1
* SERVER-31456 Expose server type on Mongo connection object.Max Hirschhorn2017-10-141-0/+12
* SERVER-30848 make shell getMores use sessionsJason Carey2017-10-031-0/+33
* SERVER-31069 Stop converting SendStaleConfig to RecvStaleConfigMathias Stearn2017-09-131-6/+4
* SERVER-30508 Fail rollback via refetch if transactions collection UUID is dif...Jack Mulrow2017-08-231-3/+6
* SERVER-28510 Add DBClient::runFireAndForgetCommand() and use it to implement ...Mathias Stearn2017-08-171-8/+30
* SERVER-28964 Close connection after seeing invalid OP_MSG flagsMathias Stearn2017-08-171-25/+49
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-3/+3
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-161-2/+2
* SERVER-29667 Update rollback of document refetch to use UUIDsAllison Chang2017-08-031-0/+31
* SERVER-30080 LogicalSessions in the shellJason Carey2017-08-011-0/+14
* SERVER-30249 wait for the signing keys to be available in mongos at startupMisha Tyulenev2017-07-311-3/+7
* SERVER-28509 DBClient::killCursor() now uses commandMathias Stearn2017-07-261-3/+4
* SERVER-30118 always check replyTo field in DBClientMathias Stearn2017-07-261-1/+5
* SERVER-30118 Stop setting messageIDs in AbstractMessagingPort::say() and call()Mathias Stearn2017-07-261-0/+4
* SERVER-28509 Make DBClient use write commandsMathias Stearn2017-07-261-15/+31
* SERVER-28509 Flatten DBClient hierarchy to just DBClientBase and subclassesMathias Stearn2017-07-261-85/+79
* SERVER-28509 Move code to assemble legacy requests out of DBClientMathias Stearn2017-07-261-65/+12
* SERVER-29700 add operationTime in all connections used by mongosMisha Tyulenev2017-07-191-3/+3
* SERVER-29731 upconvertRequest now uses document sequences where appropriateMathias Stearn2017-07-131-2/+1
* SERVER-29731 upconvertRequest shouldn't separate data and metadataMathias Stearn2017-07-131-7/+1
* SERVER-29928 invalid_db_name.js should test server not clientMathias Stearn2017-07-131-5/+0
* SERVER-27198 Remove ASIO based MessagingPort implementationAndrew Morrow2017-07-051-10/+1
* SERVER-28509 Make DBClientCursor store batch as vector<BSONObj>Mathias Stearn2017-06-281-6/+7
* SERVER-29319 Delete DBClient::runCommandWithMetadata{,AndTarget}Mathias Stearn2017-06-281-22/+3
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-271-1/+3
* Revert "SERVER-29165 Don't create RestrictionEnvironment in TransportLayer"Jonathan Reams2017-06-261-3/+1
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-261-1/+3
* SERVER-29319 Expose OpMsgRequest interface in DBClientMathias Stearn2017-06-191-38/+38
* SERVER-29319 Replace RequestBuilderInterface with OpMsgRequestMathias Stearn2017-06-191-11/+9
* SERVER-29564 BSONObjBuilder can now be seeded with a BSONObj prefixMathias Stearn2017-06-191-3/+2
* SERVER-28814 Stop returning Status from metadata functionsMathias Stearn2017-05-121-2/+1
* SERVER-28508 OP_MSG in egress and mongodMathias Stearn2017-04-271-0/+4