summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient_rs.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-5595 C++ Driver Fails to connect to a replica set when the replica set...Randolph Tan2012-07-191-1/+1
* SERVER-5595 C++ Driver Fails to connect to a replica set when the replica set...Randolph Tan2012-07-191-0/+10
* SERVER-6334 ReplSet connections magically gets reauthenticated after logging outRandolph Tan2012-07-131-1/+12
* SERVER-6322 Unbalanced read load on secondaries caused replRead.js in slowNig...Randolph Tan2012-07-091-10/+12
* SERVER-4464 drivers and mongos should support 5 read preferencesRandolph Tan2012-07-051-46/+139
* Clean up ReplicaSetMonitor when the whole set has been down for a long time. ...Spencer T Brody2012-06-121-10/+36
* SERVER-4464 drivers and mongos should support 5 read preferencesRandolph Tan2012-06-111-1/+52
* SERVER-4262 remove race condition on config reload in sharded removeGreg Studer2012-06-111-1/+2
* SERVER-5200 and SERVER-4262 remove race condition with simultaneous config re...Greg Studer2012-06-111-1/+2
* Revert "SERVER-5200 and SERVER-4262 remove race condition with simultaneous c...gregs2012-06-091-2/+1
* Revert "SERVER-4262 remove race condition on config reload in sharded remove"gregs2012-06-091-2/+1
* SERVER-4262 remove race condition on config reload in sharded removeGreg Studer2012-06-081-1/+2
* SERVER-5200 and SERVER-4262 remove race condition with simultaneous config re...Greg Studer2012-06-081-1/+2
* Fixed buildbot failure on assertion failure when Node::toString() is calledRandolph Tan2012-06-071-8/+1
* SERVER-4464 drivers and mongos should support 5 read preferencesRandolph Tan2012-06-061-51/+84
* SERVER-3062: dbclient_rs should select a local replica set member by default.Ben Becker2012-05-091-6/+23
* SERVER-5746 Wrong initialization for ReplicaSetMonitor NodesRandolph Tan2012-05-081-2/+1
* SERVER-5405 mongos does not send reads to secondariesRandolph Tan2012-04-121-1/+1
* Clean up ReplicaSetMonitor after failed addShard command. SERVER-4447.Spencer T Brody2012-04-091-1/+6
* SERVER-5110 ReplicaSetMonitor::check not thread safe wrt _masterRandolph Tan2012-04-031-6/+38
* Fix Visual Studio Solution BuildsAndy Schwerin2012-03-231-1/+1
* SCons refactoring, cleans up building and testing the C++ client.Andy Schwerin2012-03-231-2/+9
* Promote C++ batch query execution functions to DBClientBase.Andy Schwerin2012-03-011-1/+2
* Extend Auth::Level auth() parameter to whole DBClient inheritance treeMathias Stearn2012-01-271-1/+1
* fix slave ok getMore cursors via mongos by storing actual server usedEliot Horowitz2012-01-251-1/+1
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+355