summaryrefslogtreecommitdiff
path: root/client/dbclientcursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* don't use lazy on connection types where it can't workEliot Horowitz2011-08-031-0/+1
* better logic for no-result in rs for parallel ops SERVER-2481gregs2011-06-161-4/+6
* parallel cursor recover gracefully from replica set and other errors SERVER-2481gregs2011-06-161-18/+23
* Fix for slownightly - store slave not full rs conn for getMoregregs2011-06-061-2/+8
* check for not master or secondary error on slave queries, re-route SERVER-2253gregs2011-06-011-0/+17
* make a Batch concept within dbclientcursor. this will be used to facilitate s...dwight2011-05-231-25/+26
* DBClientBase::callLazy - does the send part, and doesn't wait for responseEliot Horowitz2011-04-211-6/+33
* fix SlaveOk getMore with replica sets for sharded collections SERVER-2482Eliot Horowitz2011-02-051-13/+23
* more diagnostic info for test casedwight2011-01-191-2/+8
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-31/+32
* remove isMember since it was ill-formed and only used for an assertEliot Horowitz2010-12-181-1/+0
* fix getMore with sharding+rs in edge case SERVER-1584Eliot Horowitz2010-08-061-1/+1
* check all shard connections at once so we don't get cascading failure SERVER-...Eliot Horowitz2010-08-031-9/+1
* fix error code MINORKristina Chodorow2010-07-301-1/+1
* rs better error reportingdwight2010-07-301-1/+5
* fix batchSizeEliot Horowitz2010-07-281-7/+3
* fix skip + batch size issueEliot Horowitz2010-07-281-3/+9
* SERVER-1270 Elim c_str() /clientAlberto Lerner2010-07-201-2/+2
* rsdwight2010-07-191-1/+1
* SERVER-1270 Hook StringData to BufBuilderAlberto Lerner2010-07-191-11/+11
* cleaningdwight2010-07-181-1/+1
* Assert if DBClientCursor is NULL SERVER-1372Mathias Stearn2010-07-151-0/+5
* peekdwight2010-07-061-2/+24
* QueryOption_Exhaustdwight2010-06-061-2/+10
* make client -> mongod connection static SERVER-956Eliot Horowitz2010-05-191-0/+9
* SERVER-109 multi buffer messageAaron2010-05-121-2/+2
* fix how pooling and get more workEliot Horowitz2010-04-291-14/+30
* some client refactoringEliot Horowitz2010-04-291-0/+174