summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient_rs.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28510 Add DBClient::runFireAndForgetCommand() and use it to implement ...Mathias Stearn2017-08-171-0/+7
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-2/+2
* SERVER-30580 Make argument order consistently code then messageMathias Stearn2017-08-161-3/+3
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-161-1/+1
* SERVER-28509 DBClient::killCursor() now uses commandMathias Stearn2017-07-261-1/+1
* SERVER-30118 always check replyTo field in DBClientMathias Stearn2017-07-261-2/+2
* SERVER-28509 Flatten DBClient hierarchy to just DBClientBase and subclassesMathias Stearn2017-07-261-3/+3
* SERVER-28509 Make DBClientCursor store batch as vector<BSONObj>Mathias Stearn2017-06-281-14/+12
* SERVER-29319 Expose OpMsgRequest interface in DBClientMathias Stearn2017-06-191-22/+8
* SERVER-28814 Replace ServerSelectionMetadata with just ReadPreferenceSettingMathias Stearn2017-05-121-41/+23
* SERVER-27210 Allow shell to connect to replicasets with ssl=true in URIJonathan Reams2016-12-081-4/+15
* SERVER-26840 Make ChunkManager not return early on bad metadataKaloian Manassiev2016-10-311-12/+11
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-241-62/+65
* Revert "SERVER-26683 Log reason for marking repl hosts as failed in the RSM"Kaloian Manassiev2016-10-241-65/+62
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-241-62/+65
* SERVER-25151 Honor ssl=true/false in URIs in the shellsamantharitter2016-09-131-2/+6
* Revert "SERVER-25151 Honor 'ssl' option in URIs passed to the shell"samantharitter2016-09-131-6/+2
* SERVER-25151 Honor 'ssl' option in URIs passed to the shellsamantharitter2016-09-131-2/+6
* SERVER-24991 log redaction for bson, client, auth, catalogThomas Schubert2016-09-021-8/+9
* SERVER-23219 DBCommandCursor should route getMore operations to original serverJonathan Reams2016-08-291-3/+14
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-041-2/+4
* SERVER-23192 periodically reload ShardRegistry from the catalogMisha Tyulenev2016-08-011-13/+8
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-15/+26
* SERVER-18671 SecondaryPreferred can end up using unversioned connectionsRandolph Tan2016-01-201-1/+1
* SERVER-22055 Remove unused client functionalityKaloian Manassiev2016-01-051-6/+7
* SERVER-21272 Make replica set monitor retry finding hostsKaloian Manassiev2015-11-111-7/+9
* SERVER-20640 Get wire versions from native DBClient instead of running isMasterJonathan Reams2015-11-051-0/+8
* SERVER-21072 optimize rpc::readRequestMetadataAdam Midvidy2015-10-231-1/+2
* SERVER-20367 Remove references to geoWalk commandJudah Schvimer2015-10-151-1/+0
* SERVER-20646 Get rid of CommonErrorCodesKaloian Manassiev2015-10-131-3/+3
* SERVER-12972: DBClientReplicaSet should ignore value of inline field of MapRe...Mark Benvenuto2015-09-161-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-841/+789
* SERVER-18236 make runCommandHook and postRunCommand hook operate on the metad...Adam Midvidy2015-06-161-13/+12
* SERVER-18292 SERVER-18236 read ReadPreference off of metadata in DBClientRSAdam Midvidy2015-06-161-22/+93
* SERVER-18947 Remove unused catalog manager codeKaloian Manassiev2015-06-151-2/+3
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-2/+1
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-6/+6
* SERVER-18667 Remove the ReplicaSetMonitor remembered seed listKaloian Manassiev2015-05-281-3/+4
* SERVER-18587 cleanup ReadPreference and move it to a separate libraryAdam Midvidy2015-05-211-48/+10
* SERVER-18418 Remote command targeterKaloian Manassiev2015-05-121-27/+0
* SERVER-18246 getmore on secondary in recovery mode can crash mongosRandolph Tan2015-05-071-2/+2
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+6
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-16237 Don't check shard version if the replica set monitor knows the p...Spencer T Brody2014-12-221-0/+7
* SERVER-16209 LogComponent::kNetworking -> kNetworkMatt Kangas2014-11-181-1/+1
* SERVER-14875 explain helpers for the shellDavid Storch2014-10-131-0/+2
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-14853 Port networking library to AAEJason Carey2014-08-121-3/+3
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-1/+5
* SERVER-14367 Preparation for removing some implicit conversion and other meth...Andy Schwerin2014-06-301-1/+1