summaryrefslogtreecommitdiff
path: root/client/dbclientcursor.cpp
AgeCommit message (Expand)Author
2011-08-03don't use lazy on connection types where it can't workEliot Horowitz
2011-06-16better logic for no-result in rs for parallel ops SERVER-2481gregs
2011-06-16parallel cursor recover gracefully from replica set and other errors SERVER-2481gregs
2011-06-06Fix for slownightly - store slave not full rs conn for getMoregregs
2011-06-01check for not master or secondary error on slave queries, re-route SERVER-2253gregs
2011-05-23make a Batch concept within dbclientcursor. this will be used to facilitate s...dwight
2011-04-21DBClientBase::callLazy - does the send part, and doesn't wait for responseEliot Horowitz
2011-02-05fix SlaveOk getMore with replica sets for sharded collections SERVER-2482Eliot Horowitz
2011-01-19more diagnostic info for test casedwight
2011-01-04ran astyle SERVER-2304Eliot Horowitz
2010-12-18remove isMember since it was ill-formed and only used for an assertEliot Horowitz
2010-08-06fix getMore with sharding+rs in edge case SERVER-1584Eliot Horowitz
2010-08-03check all shard connections at once so we don't get cascading failure SERVER-...Eliot Horowitz
2010-07-30fix error code MINORKristina Chodorow
2010-07-30rs better error reportingdwight
2010-07-28fix batchSizeEliot Horowitz
2010-07-28fix skip + batch size issueEliot Horowitz
2010-07-20SERVER-1270 Elim c_str() /clientAlberto Lerner
2010-07-19rsdwight
2010-07-19SERVER-1270 Hook StringData to BufBuilderAlberto Lerner
2010-07-18cleaningdwight
2010-07-15Assert if DBClientCursor is NULL SERVER-1372Mathias Stearn
2010-07-06peekdwight
2010-06-06QueryOption_Exhaustdwight
2010-05-19make client -> mongod connection static SERVER-956Eliot Horowitz
2010-05-12SERVER-109 multi buffer messageAaron
2010-04-29fix how pooling and get more workEliot Horowitz
2010-04-29some client refactoringEliot Horowitz