summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* some replica set client cleaningEliot Horowitz2010-12-202-12/+8
* put line in right bracketEliot Horowitz2010-12-201-2/+2
* routing or slave_ok reads to slaves for non-sharded collections SERVER-1634Eliot Horowitz2010-12-202-1/+21
* client hook to be notified of replica set changesEliot Horowitz2010-12-202-4/+102
* mergedwight2010-12-191-2/+2
* fix ReplicaSetMonitor shared_ptrEliot Horowitz2010-12-191-4/+4
* route queries to secondaris if SLAVE_OK is set SEVER-1634Eliot Horowitz2010-12-192-8/+37
* linux compileEliot Horowitz2010-12-191-3/+3
* DBClientReplicaSet::slaveConn hooked up again - final prep for SEVER-1634Eliot Horowitz2010-12-183-13/+109
* remove isMember since it was ill-formed and only used for an assertEliot Horowitz2010-12-186-33/+0
* DBClientReplica set refactoring just about doneEliot Horowitz2010-12-182-193/+340
* replica set exampleEliot Horowitz2010-12-181-0/+56
* moving replica set client code into own filesEliot Horowitz2010-12-174-302/+362
* make isFailed publicEliot Horowitz2010-12-161-3/+4
* commentEliot Horowitz2010-12-141-0/+14
* replace countCommas with str::countEliot Horowitz2010-12-142-10/+2
* commentsAlberto Lerner2010-12-131-3/+24
* add lock holder in all lock taken pathsAlberto Lerner2010-12-131-0/+2
* commentdwight2010-12-121-2/+4
* better error messageAlberto Lerner2010-12-101-3/+3
* update rs timeout on each reconfig SERVER-2045Kristina2010-12-071-3/+4
* track pooled connections by typeEliot Horowitz2010-12-024-7/+50
* introduced a header by mistakeAlberto Lerner2010-11-301-1/+0
* report if dist_lock take over failedAlberto Lerner2010-11-301-0/+10
* Note about updating shell's explainMathias Stearn2010-11-291-0/+4
* fix warningEliot Horowitz2010-11-281-2/+2
* crlfdwight2010-11-282-102/+102
* more connection debuggingEliot Horowitz2010-11-282-8/+30
* keep track of number of DBClientConnection objectsEliot Horowitz2010-11-283-1/+16
* move boost headers to pch.hEliot Horowitz2010-11-281-1/+0
* mock DBClientCursor for dbtests/ useAlberto Lerner2010-11-232-2/+60
* show repl state in shell prompt. needs more workdwight2010-11-231-2/+2
* commentsdwight2010-11-132-19/+9
* SERVER-1880 do not clean lockpings, even old ones, if the lock is still takenAlberto Lerner2010-11-111-9/+22
* object ownershipEliot Horowitz2010-11-101-1/+1
* fix limit on explain SERVER-1896Eliot Horowitz2010-11-101-1/+5
* conventions cleaningdwight2010-11-101-2/+0
* fix commnetdwight2010-11-051-1/+1
* alternate way to link with c++ driverdwight2010-11-052-0/+102
* missing pragma oncesdwight2010-11-051-0/+1
* dbclient: once a connection in failed state be sure not to use it. this is a ...dwight2010-10-312-6/+12
* Merge branch 'master' of github.com:mongodb/mongoDwight2010-10-292-7/+13
|\
| * better error messages on network errorsEliot Horowitz2010-10-292-4/+3
| * count takes skip/limitEliot Horowitz2010-10-282-3/+10
* | cleaning; towrads our code standards; consting; better var nameDwight2010-10-292-42/+28
|/