summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbdirectclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44021 Make type of "count" command in DBClient_Base match server.Matthew Russotto2019-10-161-1/+1
* SERVER-43273 Add UUID support to count and getIndexSpecs in DBClientVesselina Ratcheva2019-10-071-4/+4
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39150 markKillOnClientDisconnectJason Carey2019-02-101-0/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-141-2/+2
* SERVER-35115 Decouple DBDirectClient from networking clientsMathias Stearn2018-05-311-1/+1
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-1/+1
* SERVER-31631 Bump minimum outgoing wire version for mongod when featureCompat...Tess Avitabile2017-11-091-2/+2
* SERVER-31456 Expose server type on Mongo connection object.Max Hirschhorn2017-10-141-0/+6
* SERVER-30735 Make DBDirectClient use its own LastErrorMathias Stearn2017-08-281-5/+12
* SERVER-28510 Close incoming mongod connection on NotMaster error when handlin...Mathias Stearn2017-08-171-8/+4
* SERVER-30118 Stop setting messageIDs in AbstractMessagingPort::say() and call()Mathias Stearn2017-07-261-0/+2
* SERVER-29731 Unify logic around directly invoking a commandMathias Stearn2017-07-131-16/+5
* SERVER-29319 Expose OpMsgRequest interface in DBClientMathias Stearn2017-06-191-1/+3
* SERVER-29305 `DBDirectClient::call` uses OpContextADAM David Alan Martin2017-06-081-3/+9
* Revert "SERVER-29305 `dbdirectclient::call` uses OpContext"James Wahlin2017-06-081-10/+3
* SERVER-29305 `dbdirectclient::call` uses OpContextADAM David Alan Martin2017-06-071-3/+10
* SERVER-28749 Unify ServiceEntryPointMongod and ServiceEntryPointMongosJonathan Reams2017-04-211-5/+4
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-17/+17
* SERVER-23103 Move assembleResposne to its own libraryAndrew Morrow2016-12-141-5/+4
* SERVER-25393 Disallow mongos making connections to older versionsMark Benvenuto2016-08-191-2/+2
* SERVER-24418 Make Message and BufBuilder use SharedBuffer for memory managementMathias Stearn2016-06-221-3/+0
* SERVER-23103 Make service contexts responsible for creating DBDirectClientsAndrew Morrow2016-06-161-5/+0
* SERVER-23405 Get rid of Command::getStatusFromCommandKaloian Manassiev2016-03-291-2/+4
* SERVER-22055 Remove unused client functionalityKaloian Manassiev2016-01-051-4/+0
* SERVER-20651 do not allow mongos connect to mongod if mongod does not suppor...Misha Tyulenev2015-11-191-2/+5
* SERVER-20640 Get wire versions from native DBClient instead of running isMasterJonathan Reams2015-11-051-0/+8
* SERVER-20609 do not heap allocate MessageAdam Midvidy2015-10-301-3/+3
* SERVER-19563 kill KillCursor piggyBack codeMathias Stearn2015-07-241-11/+0
* SERVER-19156 convert Colvin-Gibbons psuedo-move ops in Message to real move opsAdam Midvidy2015-07-091-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-130/+119
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+2
* Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera...Andy Schwerin2015-06-021-0/+2
* Revert "SERVER-14995 Move operation id, lockState and client fields to Operat...Spencer T Brody2015-05-291-2/+0
* SERVER-14995 Move operation id, lockState and client fields to OperationContext.Andy Schwerin2015-05-291-0/+2
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-291-6/+3
* Revert "SERVER-18131 Clean up LastError."Andy Schwerin2015-04-231-3/+6
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-231-6/+3
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-2/+1
* SERVER-17499 Unify GodScope and fromDBDirectClient boolJason Rassi2015-03-091-13/+13
* SERVER-17051 remove runCount() functionDavid Storch2015-02-171-25/+20
* Revert "SERVER-17051 remove runCount() function"David Storch2015-02-111-0/+34
* SERVER-17051 remove runCount() functionDavid Storch2015-02-101-34/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-13522 Remove usages of runCount and replace them with DBDirectClient::...Kaloian Manassiev2014-10-011-9/+14