summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient_rs.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22055 Remove unused client functionalityKaloian Manassiev2016-01-051-8/+2
* 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-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-2/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-271/+297
* SERVER-18236 make runCommandHook and postRunCommand hook operate on the metad...Adam Midvidy2015-06-161-3/+3
* SERVER-18292 SERVER-18236 read ReadPreference off of metadata in DBClientRSAdam Midvidy2015-06-161-0/+5
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-4/+3
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+1
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+3
* SERVER-18418 Remote command targeterKaloian Manassiev2015-05-121-53/+0
* SERVER-17736 Remove obsolete C++ driver symbol export miscellaneaAndrew Morrow2015-03-261-4/+3
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-2/+2
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-16237 Don't check shard version if the replica set monitor knows the p...Spencer T Brody2014-12-221-0/+11
* SERVER-9788 mongos does not respect secondary preferred after temporarily una...Randolph Tan2014-06-301-11/+39
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-17/+17
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-12419 switch to using a post-command hook to capture gle informationEric Milkie2014-01-301-0/+1
* SERVER-12284 Simplify TagSet classMathias Stearn2014-01-291-59/+10
* SERVER-12284 Rewrite ReplSetMonitorMathias Stearn2014-01-291-7/+0
* SERVER-12284 Rip ReplicaSetMonitor out of dbclient_rs filesMathias Stearn2014-01-291-372/+1
* SERVER-10755 additional client connection logging, as well as setShardName lo...Greg Studer2014-01-171-1/+1
* SERVER-3364 Label rest of client api with MONGO_CLIENT_APIRanjay Krishna2013-12-281-6/+7
* SERVER-11192 hook c++ driver to transmit mongos authenticated users to mongod...Eric Milkie2013-12-241-0/+2
* SERVER-12041 improve retry logic for read preferences without slaveOk setGreg Studer2013-12-111-2/+3
* SERVER-11971 slaveok versioning logic should also apply to read prefsGreg Studer2013-12-111-0/+13
* SERVER-7217 Provide new client API to manage initialization and terminationAndrew Morrow2013-11-021-9/+3
* SERVER-10582 oplog_all_ops.js fails on Assertion failure, mutex problem when ...Randolph Tan2013-08-211-0/+3
* SERVER-10582 oplog_all_ops.js fails on Assertion failure, mutex problem when ...Randolph Tan2013-08-211-1/+1
* SERVER-8707 dbclient_rs_test threading issueRandolph Tan2013-08-201-0/+10
* SERVER-8891 Destroy static objects in a safer orderTad Marshall2013-07-251-5/+8
* SERVER-10007 better logging for dbclient_rs.cppGreg Studer2013-06-251-0/+4
* SERVER-10006 Secondary read pref with tag can end up selecting no nodes on retryRandolph Tan2013-06-251-1/+6
* SERVER-9041 proactively detect background conn failures in conn poolsGreg Studer2013-05-091-0/+1
* SERVER-6972 SERVER-6495 Use isMaster instead of replSetGetStatus for monitori...Spencer T Brody2013-04-021-12/+3
* SERVER-8720 Memory leak in DBClientReplicaSet::slaveConnRandolph Tan2013-03-141-20/+22
* SERVER-7636 Do not use cached connection when read preference changesRandolph Tan2013-02-131-5/+49
* SERVER-8414/SERVER-8429 Support SASL authentication in DBClient::auth() metho...Andy Schwerin2013-02-121-20/+5
* SERVER-6754 Create a mock for testing replica set connectionsRandolph Tan2012-12-051-1/+2
* SERVER-7666 make connPoolStats always report the state of all replica sets be...Greg Studer2012-11-201-0/+4
* Removed dead code from SERVER-7612Randolph Tan2012-11-131-2/+0
* SERVER-7612 explicit primary read pref does not work well with shard versioningRandolph Tan2012-11-121-6/+20
* Fixed typosPascal Borreli2012-10-141-1/+1
* SERVER-7111 DBClientReplicaSet::connect should not assert if primary is down ...Randolph Tan2012-09-261-4/+12
* SERVER-7061 mongos can use invalid ptr to master conn when setShardVersion failsRandolph Tan2012-09-181-0/+6
* SERVER-6677 Add more test on read preference on the DBClientReplicaSet levelRandolph Tan2012-08-061-4/+1
* pch headerSiddharth Singh2012-08-061-1/+1
* SERVER-6515 slaveok query can fail early without trying the other nodesRandolph Tan2012-08-011-1/+9
* SERVER-6565 Do not use primary if secondaries are available for slaveOkRandolph Tan2012-07-271-0/+5