Commit Graph

28 Commits

Author SHA1 Message Date
Eliot Horowitz
142a86b237 net cleaning: move message.* to net/
net cleaning: move http tools to net/
2011-06-26 17:13:54 -04:00
gregs
884e100ec0 better logic for no-result in rs for parallel ops SERVER-2481 2011-06-16 17:34:40 -04:00
gregs
4d8ee4cc7c parallel cursor recover gracefully from replica set and other errors SERVER-2481 2011-06-16 17:34:39 -04:00
gregs
b2236461fa check for not master or secondary error on slave queries, re-route SERVER-2253 2011-06-01 15:51:10 -04:00
dwight
4632539c06 minor formatting 2011-05-28 21:56:42 -04:00
dwight
90e61c3f85 findN method in cpp client 2011-05-28 16:20:18 -04:00
dwight
4bd221e824 fix typo in previous dbclientcursor commit 2011-05-23 20:03:22 -04:00
dwight
0eebdbfe9d make a Batch concept within dbclientcursor. this will be used to facilitate some future checkins with replication 2011-05-23 20:03:14 -04:00
Eliot Horowitz
f939069509 DBClientBase::callLazy - does the send part, and doesn't wait for response
you have to call recv later
2011-04-21 14:57:44 -04:00
Eliot Horowitz
5287de64fb fix SlaveOk getMore with replica sets for sharded collections SERVER-2482 2011-02-05 17:52:36 -05:00
Eliot Horowitz
b828d21630 ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
Alberto Lerner
6905714a15 mock DBClientCursor for dbtests/ use 2010-11-23 11:56:51 -05:00
Eliot Horowitz
c1a0ce0228 check all shard connections at once so we don't get cascading failure SERVER-1560 2010-08-03 18:12:04 -04:00
Eliot Horowitz
babe893b8a fix batchSize 2010-07-28 22:48:51 -04:00
Alberto Lerner
f9c5b67d11 SERVER-1278 Expose cursor buffer remains to js testing 2010-07-22 13:48:43 -04:00
dwight
46542f495c cleaning 2010-07-18 13:34:16 -04:00
Aaron
87d061f8e2 merge 2010-07-15 16:02:58 -07:00
Aaron
f26c497470 Merge branch 'master' of github.com:mongodb/mongo 2010-07-15 15:50:33 -07:00
Mathias Stearn
c5d33d557e Assert if DBClientCursor is NULL SERVER-1372 2010-07-15 14:17:33 -04:00
Aaron
2197e24460 SERVER-1387 clone/exhaust 2010-07-14 10:28:38 -07:00
dwight
48d8fdbce1 peek 2010-07-06 12:20:03 -04:00
dwight
3ac7b05737 QueryOption_Exhaust 2010-06-06 22:19:06 -04:00
Eliot Horowitz
29130d0c12 make client -> mongod connection static SERVER-956 2010-05-19 17:01:09 -04:00
Dwight
edefb29e37 rs and lots of misc including dbwebserver 2010-05-06 15:38:58 -04:00
Mathias Stearn
ea0fbff07b remove duplicate $err 2010-04-29 18:37:09 -04:00
Mathias Stearn
7f03ac9d75 better error message 2010-04-29 18:18:21 -04:00
Eliot Horowitz
5e83558188 fix how pooling and get more work 2010-04-29 10:40:59 -04:00
Eliot Horowitz
1ba7715c1f some client refactoring 2010-04-29 10:15:05 -04:00