summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient_rs.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-311-59/+62
* SERVER-18671 SecondaryPreferred can end up using unversioned connectionsRandolph Tan2016-01-291-1/+1
* SERVER-22055 Remove unused client functionalityKaloian Manassiev2016-01-141-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
* SERVER-9788 mongos does not respect secondary preferred after temporarily una...Randolph Tan2014-06-301-27/+91
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-12583 DBClientRS shouldn't use hosts the RSM thinks are down.Mathias Stearn2014-02-051-4/+9
* SERVER-12419 switch to using a post-command hook to capture gle informationEric Milkie2014-01-301-0/+14
* SERVER-12284 Simplify TagSet classMathias Stearn2014-01-291-67/+9
* SERVER-12284 Rewrite ReplSetMonitorMathias Stearn2014-01-291-20/+18
* SERVER-12284 Rip ReplicaSetMonitor out of dbclient_rs filesMathias Stearn2014-01-291-1215/+0
* SERVER-10755 additional client connection logging, as well as setShardName lo...Greg Studer2014-01-171-2/+2
* SERVER-11192 make sure to set all instances of the runCommandHook, for specia...Eric Milkie2014-01-091-0/+2
* SERVER-11192 hook c++ driver to transmit mongos authenticated users to mongod...Eric Milkie2013-12-241-0/+11
* SERVER-12041 improve retry logic for read preferences without slaveOk setGreg Studer2013-12-111-18/+22
* SERVER-11971 slaveok versioning logic should also apply to read prefsGreg Studer2013-12-111-63/+74
* SERVER-7246 rename internal dbclient_rs auth helperGreg Studer2013-12-111-3/+2
* SERVER-5625 SERVER-7426 allow all connections in all states to tolerate downe...Greg Studer2013-12-021-20/+64
* SERVER-11240 Wrong error message when readPreference tags are invalidRandolph Tan2013-11-131-13/+44
* SERVER-7217 Provide new client API to manage initialization and terminationAndrew Morrow2013-11-021-17/+6
* SERVER-11426 change C++ drive to accept both userSource and db as the DB to a...matt dannenberg2013-10-301-2/+2
* SERVER-11177 buildbot stale_clustered.js make repl error codes constantsGreg Studer2013-10-151-3/+6
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-1/+2
* SERVER-10919 logging in ~ReplicaSetsMonitor crashesRandolph Tan2013-10-011-1/+0
* Revert "SERVER-10453 Make DBClientReplicaSet::connect always return true"Greg Studer2013-08-221-2/+1
* SERVER-10582 oplog_all_ops.js fails on Assertion failure, mutex problem when ...Randolph Tan2013-08-211-1/+7