summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* more windows fixesMathias Stearn2011-01-182-2/+2
* Fix windows build by using consistent map typeMathias Stearn2011-01-182-3/+4
* handle sharded+rs get last error when replica set config may change during opEliot Horowitz2011-01-182-1/+20
* SyncClusterConnection support for --durMathias Stearn2011-01-141-1/+1
* make checkMaster more aggressive about finding new master SERVER-2261Kristina2011-01-141-2/+2
* short rs conn timeout and better master check SERVER-2261Kristina2011-01-131-10/+9
* [SERVER-2286]: slaveOk is ignored for group() and mapReduce(), these are allo...agirbal2011-01-041-1/+1
* ran astyle SERVER-2304Eliot Horowitz2011-01-0433-1087/+1100
* commentDwight2010-12-291-1/+1
* a litle rs client cleaningEliot Horowitz2010-12-292-9/+12
* make mongos not route reads to recovering slavesKristina2010-12-282-44/+97
* fix sharded explain so it sends fields wantedEliot Horowitz2010-12-211-1/+1
* better error message on socket errorEliot Horowitz2010-12-201-1/+1