summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbdirectclient.h
Commit message (Expand)AuthorAgeFilesLines
* 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