summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* SERVER-6647 Potential out of bounds access in ReplicaSetMonitorDan Pasette2012-10-151-1/+4
* Make C++ driver call GLE after storing gridFS chunks, before calling filemd5....Spencer T Brody2012-10-151-0/+6
* fix for SERVER-6463 slightly betterEliot Horowitz2012-10-131-7/+0
* backport of 8e42151eccd3766bd0ad0320340d930ad0cc54ed for SERVER-6463Eliot Horowitz2012-10-121-1/+8
* SERVER-6512 ReplicaSetMonitor::_checkConnection does not check upper bounds f...Eric Milkie2012-07-271-1/+13
* SERVER-5594 memory corruption in sharding/auth1.js V8 builderRandolph Tan2012-07-091-1/+1
* SERVER-6167 reduce logging verbosity on stale versioned writes and getting di...Greg Studer2012-07-021-3/+9
* SERVER-4800 make unsorted parallel cursors do round-robin when pulling data, ...Greg Studer2012-06-272-1/+11
* SERVER-4291: Return code of recv uncheckedBrandon Diamond2012-06-221-3/+4
* SERVER-5746 Wrong initialization for ReplicaSetMonitor NodesRandolph Tan2012-05-101-2/+1
* SERVER-5405 make sure we recycle authenticated conn when doneGreg Studer2012-05-101-0/+5
* SERVER-5405 mongos does not send reads to secondariesRandolph Tan2012-05-102-6/+18
* SERVER-4680 sendNextBatch logic isn't correct with nonzero batch size (correc...Greg Studer2012-04-201-1/+13
* SERVER-4812 use say() not sayPiggyback() when closing cursors and lazyKill is...Greg Studer2012-04-191-2/+13
* SERVER-5348 backport C++ driver macro redefinition isolationEric Milkie2012-04-182-11/+74
* undo SERVER-5110 chnages on log display logicrenctan2012-04-171-8/+4
* SERVER-5110 ReplicaSetMonitor::check not thread safe wrt _masterRandolph Tan2012-04-172-64/+185
* SERVER-5541 crash in C++ client driver during shutdowing primary mongo server...Randolph Tan2012-04-171-1/+2
* assert that we have a cursor rather than segv SERVER-5541Eliot Horowitz2012-04-081-0/+1
* DBClientConnection::call needs to call checkConnection to reconnect if the pr...Eliot Horowitz2012-04-071-0/+1
* SERVER-5069 replace ScopedDBConnection message with something more meaningfulGreg Studer2012-03-061-1/+1
* fix segfault in mongos with some replica set changesEliot Horowitz2012-02-041-2/+1
* SERVER-4399 make replica set updating more reliable in c++ driver, remove nod...Greg Studer2012-02-012-37/+165
* SERVER-4712 check that query results are valid before using in case of conn e...Greg Studer2012-02-011-0/+3
* don't re-use deleted connections from rset after runCommandGreg Studer2011-12-191-0/+1
* handle non-sharded query not master errors SERVER-4324Eliot Horowitz2011-11-211-1/+24
* when we get a "not master" error on a command, check for new primary SERVER-4324Eliot Horowitz2011-11-212-2/+25
* don't leak connections when onCreate or onHandOut hook fails SERVER-4331Eliot Horowitz2011-11-211-5/+23
* spellinggregs2011-10-312-8/+8
* SERVER-3962 previous commit wasnt right. backport.dwight2011-10-081-10/+14
* finish SERVER-3962dwight2011-10-081-5/+5
* SERVER-3962 very high extraneous ismaster type commands from mongos to repl s...dwight2011-10-081-26/+11
* better logging of stale configs for parallel cursor SERVER-3982gregs2011-10-041-4/+4
* add lock pinger conn timeout, to avoid hanging SERVER-3784gregs2011-10-041-1/+1
* Change test to allow the creation of new locks as well SERVER-3959gregs2011-10-042-2/+9
* share lastpings between dist locks SERVER-3959gregs2011-10-042-11/+35
* extraneous include breaking buildbotEliot Horowitz2011-08-211-1/+0
* Fix mongos skipping checking the health of the first node in the _nodes arraySpencer T Brody2011-08-151-1/+1
* fix for sharding slaveokgregs2011-08-092-5/+23
* fix mongos slave okEliot Horowitz2011-08-082-18/+25
* in-place serverNameCompareMathias Stearn2011-08-081-9/+25
* update hidden status and check secondary more accurately SERVER-3432Eliot Horowitz2011-08-082-36/+89
* Rename keep_going to continue_on_error SERVER-3233Mathias Stearn2011-08-081-1/+1
* SERVER-3249 add so_timeout support in DBClientReplicaSetAaron2011-08-074-12/+28
* better slave handling for SERVER-3462Eliot Horowitz2011-08-061-7/+3
* finish SERVER-3462Eliot Horowitz2011-08-061-4/+9
* debuggingEliot Horowitz2011-08-061-1/+3
* don't use lazy on connection types where it can't workEliot Horowitz2011-08-035-4/+16
* port tech could be >= 0gregs2011-07-281-1/+1
* check host empty not port, port() always > 0gregs2011-07-281-4/+6