summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* check if master is null CS-596gregs2011-05-271-2/+2
* log output fix and slightly more verbose slave failoverEliot Horowitz2011-05-201-2/+2
* fix for duplicate host namesgregs2011-05-201-0/+6
* Fix for potential unsafe access of addressgregs2011-05-201-9/+7
* fix deadlockEliot Horowitz2011-05-122-1/+7
* deterministic slaveok failoverEliot Horowitz2011-05-122-14/+14
* don't shadow return value for maybePrimarygregs2011-05-121-1/+0
* fix race condition when adding hosts to the list of relica set nodesEliot Horowitz2011-05-121-0/+4
* fix multi-shard writeback contentionEliot Horowitz2011-05-111-0/+4
* fix connPoolStats race condition SERVER-3043Eliot Horowitz2011-05-051-0/+3
* C++ driver now supports 1.8 M/R options SERVER-2893Mathias Stearn2011-05-033-6/+42
* fix callback for not master errors on replica set connections and make backgr...Eliot Horowitz2011-03-312-6/+18
* safer not master checkEliot Horowitz2011-03-311-4/+5
* cap connections in connection pool stack SERVER-2687 180Eliot Horowitz2011-03-052-1/+13
* fix rs client error on failover SERVER-2619Eliot Horowitz2011-03-031-8/+6
* better sync cluster update diagnosticsEliot Horowitz2011-02-181-1/+9
* detect clock skew in DistributedLock SERVER-2584Eliot Horowitz2011-02-171-10/+19
* warning if we hit a bizarre caseEliot Horowitz2011-02-161-0/+4
* more verbose lock pinging logicr1.7.6Eliot Horowitz2011-02-141-7/+22
* increase lock takeover time to 15 minutes (from 10)Eliot Horowitz2011-02-141-1/+1
* better distlock testEliot Horowitz2011-02-141-15/+20
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2011-02-142-22/+42
|\
| * add ConnectionString and add a testEliot Horowitz2011-02-142-22/+42
* | better testEliot Horowitz2011-02-141-5/+24
|/
* fix startup race conditionEliot Horowitz2011-02-131-4/+6
* protect ReplicaSet watcher with a lockEliot Horowitz2011-02-131-3/+17
* more background job debuggingEliot Horowitz2011-02-131-0/+3
* some better debugging and an assertEliot Horowitz2011-02-132-1/+9
* safety check for SERVER-2539Eliot Horowitz2011-02-121-2/+2
* compileEliot Horowitz2011-02-121-1/+1
* some public accessorsEliot Horowitz2011-02-123-15/+23
* fix replica set cursor cleaning through mongos SERVER-2505Eliot Horowitz2011-02-093-3/+19
* better error messsageEliot Horowitz2011-02-091-1/+1
* less chatty ReplicaSetMonitor for c++ client SERVER-2490Eliot Horowitz2011-02-071-1/+1
* DBClientReplicaSet::killCursor should never be called SERVER-2479Eliot Horowitz2011-02-051-1/+1
* added option paral to call to specify server address where was sent if differentEliot Horowitz2011-02-056-9/+18
* better debug messageEliot Horowitz2011-02-051-1/+1
* fix SlaveOk getMore with replica sets for sharded collections SERVER-2482Eliot Horowitz2011-02-052-18/+28
* fix concurrency issues with DBClientReplicaSet SERVER-2466Eliot Horowitz2011-02-022-5/+40
* commentEliot Horowitz2011-02-011-1/+1
* more aggressive about checking for slave errors SERVER-2439Kristina2011-01-311-8/+7
* DBDirectClient uses smart count rather than going over message apiEliot Horowitz2011-01-252-8/+15
* ability to get partial results from a sharded find SERVER-2020Eliot Horowitz2011-01-252-32/+52
* better exceptionEliot Horowitz2011-01-251-1/+2
* ReplicaSetMonitorWatcher needs to run all the time SERVER-2399Eliot Horowitz2011-01-241-6/+8
* ability to select Connection to use for FutureEliot Horowitz2011-01-232-8/+26
* better SyncClusterConnection error reportingEliot Horowitz2011-01-211-1/+4
* rs throws out master on connection exception SERVER-2377Kristina2011-01-211-0/+3
* make c++ client check that rs master is ok before returning it SERVER-2377Kristina2011-01-201-1/+1
* more diagnostic info for test casedwight2011-01-191-2/+8