index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
client
/
dbclientcursor.cpp
Age
Commit message (
Expand
)
Author
2011-08-03
don't use lazy on connection types where it can't work
Eliot Horowitz
2011-06-16
better logic for no-result in rs for parallel ops SERVER-2481
gregs
2011-06-16
parallel cursor recover gracefully from replica set and other errors SERVER-2481
gregs
2011-06-06
Fix for slownightly - store slave not full rs conn for getMore
gregs
2011-06-01
check for not master or secondary error on slave queries, re-route SERVER-2253
gregs
2011-05-23
make a Batch concept within dbclientcursor. this will be used to facilitate s...
dwight
2011-04-21
DBClientBase::callLazy - does the send part, and doesn't wait for response
Eliot Horowitz
2011-02-05
fix SlaveOk getMore with replica sets for sharded collections SERVER-2482
Eliot Horowitz
2011-01-19
more diagnostic info for test case
dwight
2011-01-04
ran astyle SERVER-2304
Eliot Horowitz
2010-12-18
remove isMember since it was ill-formed and only used for an assert
Eliot Horowitz
2010-08-06
fix getMore with sharding+rs in edge case SERVER-1584
Eliot Horowitz
2010-08-03
check all shard connections at once so we don't get cascading failure SERVER-...
Eliot Horowitz
2010-07-30
fix error code MINOR
Kristina Chodorow
2010-07-30
rs better error reporting
dwight
2010-07-28
fix batchSize
Eliot Horowitz
2010-07-28
fix skip + batch size issue
Eliot Horowitz
2010-07-20
SERVER-1270 Elim c_str() /client
Alberto Lerner
2010-07-19
rs
dwight
2010-07-19
SERVER-1270 Hook StringData to BufBuilder
Alberto Lerner
2010-07-18
cleaning
dwight
2010-07-15
Assert if DBClientCursor is NULL SERVER-1372
Mathias Stearn
2010-07-06
peek
dwight
2010-06-06
QueryOption_Exhaust
dwight
2010-05-19
make client -> mongod connection static SERVER-956
Eliot Horowitz
2010-05-12
SERVER-109 multi buffer message
Aaron
2010-04-29
fix how pooling and get more work
Eliot Horowitz
2010-04-29
some client refactoring
Eliot Horowitz