summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbdirectclient.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75286 Initialise the CollectionWriter's _acquisition fieldKaloian Manassiev2023-04-051-15/+24
* SERVER-73189 Change DbClient runCommandWithTarget to take in a DatabaseName o...Sophia Tan2023-02-281-2/+1
* Revert "SERVER-73189 Change DbClient runCommandWithTarget to take in a Databa...Uladzimir Makouski2023-02-231-1/+2
* SERVER-73189 Change DbClient runCommandWithTarget to take in a DatabaseName o...Sophia Tan2023-02-231-2/+1
* SERVER-70432 Change CollectionCloner to be tenant awarejannaerin2022-11-191-1/+2
* SERVER-69687 Add $_externalDataSources aggregate command optionYoonsoo Kim2022-10-291-0/+1
* SERVER-65946 Have DBClient::call always throw exceptions on failureJason Chan2022-07-061-5/+2
* SERVER-65955 Migrate shell exhaust path onto modern internal client APIDavid Storch2022-06-101-1/+2
* SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch2021-12-211-11/+3
* SERVER-60749 Change internal client to stop issuing 'availableQueryOptions' c...David Storch2021-10-251-2/+0
* SERVER-52846 Get rid of the old-style (getLastError-requiring) methods on DBD...Allison Easton2021-10-201-0/+13
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-1/+2
* SERVER-58670 Modernize DBClientBase query interface to avoid OP_QUERY-derived...Irina Yatsenko2021-08-141-22/+20
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-1/+1
* SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-311-1/+1
* SERVER-57390 Remove getLastError implementationYoonsoo Kim2021-07-221-2/+0
* SERVER-53605 Ensure replsettest.asCluster works with clusterAuthMode = x509Mark Benvenuto2021-05-031-0/+4
* 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/+4
* SERVER-54171 Make `enableSharding` optimistically skip acquiring the DB DistLockKaloian Manassiev2021-02-021-6/+1
* SERVER-26257 Prevent dbdirectclient from authenticatngSergey Galtsev2021-01-131-0/+3
* SERVER-49112 Add Session::getSSLConfigurationGabriel Marks2020-07-081-0/+8
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-8/+11
* SERVER-44021 Make type of "count" command in DBClient_Base match server.Matthew Russotto2019-10-161-5/+5
* SERVER-43273 Add UUID support to count and getIndexSpecs in DBClientVesselina Ratcheva2019-10-071-1/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-3/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-141-1/+1
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+1
* SERVER-31456 Expose server type on Mongo connection object.Max Hirschhorn2017-10-141-0/+2
* SERVER-30735 Make DBDirectClient use its own LastErrorMathias Stearn2017-08-281-0/+2
* SERVER-30080 LogicalSessions in the shellJason Carey2017-08-011-0/+4
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-3/+3
* SERVER-23103 Move assembleResposne to its own libraryAndrew Morrow2016-12-141-2/+0
* SERVER-22055 Remove unused client functionalityKaloian Manassiev2016-01-051-2/+0
* SERVER-20640 Get wire versions from native DBClient instead of running isMasterJonathan Reams2015-11-051-0/+3
* SERVER-19563 kill KillCursor piggyBack codeMathias Stearn2015-07-241-4/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-54/+52
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* Revert "SERVER-17051 remove runCount() function"David Storch2015-02-111-1/+7
* SERVER-17051 remove runCount() functionDavid Storch2015-02-101-7/+1
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-0/+110