summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient_rs.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-10582 oplog_all_ops.js fails on Assertion failure, mutex problem when ...Randolph Tan2013-08-211-4/+23
* SERVER-8707 dbclient_rs_test threading issueRandolph Tan2013-08-201-6/+50
* SERVER-10453 Make DBClientReplicaSet::connect always return trueRandolph Tan2013-08-191-1/+2
* SERVER-8707 Sleep 10 seconds before entering ReplicaSetMonitorWatcher's loopTad Marshall2013-08-041-0/+1
* SERVER-8707 Stop the ReplicaSetMonitorWatcher loop on process terminationTad Marshall2013-08-021-2/+6
* SERVER-8891 Destroy static objects in a safer orderTad Marshall2013-07-251-44/+65
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-1/+1
* SERVER-10138 Assertion failure when trying to auth on replset connection befo...Randolph Tan2013-07-091-6/+8
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-1/+1
* SERVER-10007 compile fail, toString() needed for str::stream()Greg Studer2013-06-251-1/+1
* SERVER-10007 better logging for dbclient_rs.cppGreg Studer2013-06-251-19/+130
* SERVER-10006 Secondary read pref with tag can end up selecting no nodes on retryRandolph Tan2013-06-251-5/+14
* Rename PrincipalName to UserNameSpencer T Brody2013-05-231-3/+3
* SERVER-9041 proactively detect background conn failures in conn poolsGreg Studer2013-05-091-7/+42
* SERVER-6972 SERVER-6495 Use isMaster instead of replSetGetStatus for monitori...Spencer T Brody2013-04-021-164/+24
* SERVER-8720 Memory leak in DBClientReplicaSet::slaveConnRandolph Tan2013-03-141-14/+16
* SERVER-8460 Remove ScopedDbConnection::getScopedDbConnection factory functionsSpencer T Brody2013-03-131-7/+6
* SERVER-8760 DBClientReplicaSet::slaveConn returns connection to primaryRandolph Tan2013-02-281-1/+1
* SERVER-8648 add explicit timeout to checkStatus connectionGreg Studer2013-02-211-1/+1
* SERVER-7636 Do not use cached connection when read preference changesRandolph Tan2013-02-131-48/+51
* Fix Windows warnings -- unreferenced local variableTad Marshall2013-02-121-1/+1
* SERVER-8414/SERVER-8429 Support SASL authentication in DBClient::auth() metho...Andy Schwerin2013-02-121-12/+14
* SERVER-8374 Mongos incorrectly parses read preference spec with $query syntaxRandolph Tan2013-02-071-2/+2
* SERVER-8226 C++ driver fassert 16464 when runGlobalInitializersOrDie is not c...Randolph Tan2013-02-011-17/+14
* SERVER-8219 empty tag sets [{}] asserts with primary read preferenceRandolph Tan2013-02-011-3/+9
* SERVER-8132: speed up getServerAddressEliot Horowitz2013-01-141-1/+1