summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbdirectclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch2021-12-211-12/+5
* SERVER-60749 Change internal client to stop issuing 'availableQueryOptions' c...David Storch2021-10-251-5/+0
* SERVER-52846 Get rid of the old-style (getLastError-requiring) methods on DBD...Allison Easton2021-10-201-0/+18
* SERVER-58210 Eliminate unnecessary RPC protocol negotiation codeDavid Storch2021-10-011-3/+1
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-2/+3
* SERVER-58670 Modernize DBClientBase query interface to avoid OP_QUERY-derived...Irina Yatsenko2021-08-141-4/+0
* SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-311-2/+2
* SERVER-57390 Remove getLastError implementationYoonsoo Kim2021-07-221-8/+3
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-2/+2
* SERVER-54585 Enable running `findAndModify` against the Config server collect...Kaloian Manassiev2021-02-191-0/+6
* SERVER-54171 Make `enableSharding` optimistically skip acquiring the DB DistLockKaloian Manassiev2021-02-021-4/+0
* SERVER-26257 Prevent dbdirectclient from authenticatngSergey Galtsev2021-01-131-0/+4
* SERVER-50508 Rename ConnectionType::MASTER to ConnectionType::kStandaloneBen Caimano2020-10-261-1/+1
* SERVER-50375 Ensure mongos forwards API params to shardsA. Jesse Jiryu Davis2020-09-101-0/+1
* SERVER-48978 Futurize handleRequestAndrew Chen2020-07-301-1/+1
* SERVER-49157 Initialize WireSpec during MONGO_INITIALIZERAmirsaman Memaripour2020-07-291-2/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-4/+11
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* 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