summaryrefslogtreecommitdiff
path: root/client/parallel.cpp
Commit message (Expand)AuthorAgeFilesLines
* commentEliot Horowitz2011-02-011-1/+1
* ability to get partial results from a sharded find SERVER-2020Eliot Horowitz2011-01-251-31/+45
* ability to select Connection to use for FutureEliot Horowitz2011-01-231-5/+16
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-120/+121
* fix sharded explain so it sends fields wantedEliot Horowitz2010-12-211-1/+1
* Note about updating shell's explainMathias Stearn2010-11-291-0/+4
* object ownershipEliot Horowitz2010-11-101-1/+1
* fix limit on explain SERVER-1896Eliot Horowitz2010-11-101-1/+5
* fix FutureEliot Horowitz2010-09-171-0/+3
* simplify Future and have it catch exceptionsEliot Horowitz2010-09-171-16/+14
* handle explain counts generically so new ones get aggregatedEliot Horowitz2010-09-141-11/+16
* block rather than poll in CommandResult::join()Mathias Stearn2010-09-081-2/+9
* get rid of last _grab SERVER-1602Mathias Stearn2010-09-081-17/+3
* SERVER-1452 StringData-ing up, c_str()-ing downAlberto Lerner2010-08-181-1/+1
* better adding of sort key to projection in mongos SERVER-1601Mathias Stearn2010-08-091-14/+23
* fix sorting if sort field not included in projection SERVER-1561Eliot Horowitz2010-08-041-0/+32
* check for null return from query()Dwight2010-08-021-0/+2
* cleaning to make sure _init isn't being called twiceEliot Horowitz2010-08-011-2/+10
* fix memory leak in ParallelCursor on config changesEliot Horowitz2010-07-291-2/+10
* fix skip + batch size issueEliot Horowitz2010-07-281-7/+9
* fixingEliot Horowitz2010-07-231-2/+2
* fix bach size for weird casesEliot Horowitz2010-07-231-0/+2
* SERVER-1278 sharding/cursor1.js shouldn't really work, fix upcomingAlberto Lerner2010-07-221-1/+5
* treat some stale configs differently SERVER-1430Eliot Horowitz2010-07-221-0/+5
* passthrough mongod $err through mognos SERVER-1431Eliot Horowitz2010-07-191-0/+7
* cleaningdwight2010-07-181-1/+1
* Revert "SERVER-1270 Prep for hooking StringData"Alberto Lerner2010-07-171-2/+2
* SERVER-1270 Prep for hooking StringDataAlberto Lerner2010-07-171-2/+2
* fix mongod side filternig with emebdded objects SERVER-1245Eliot Horowitz2010-06-251-1/+1
* Make ShardConnection complain if not closedMathias Stearn2010-05-271-1/+3
* sharded explain SERVER-953Eliot Horowitz2010-05-261-3/+70
* checkpoint for explain sharded SERVER-953Eliot Horowitz2010-05-261-0/+6
* fix conn leakEliot Horowitz2010-05-261-0/+1
* fix connection pooling a bitEliot Horowitz2010-05-201-3/+2
* make client -> mongod connection static SERVER-956Eliot Horowitz2010-05-191-2/+3
* stdafx->pchDwight2010-04-271-1/+1
* fix DBClientCursor ownership of ScopedDBConnection SERVER-1048Eliot Horowitz2010-04-261-0/+2
* skip for sharding SERVER-1022Eliot Horowitz2010-04-141-4/+24
* removing duplicate logicEliot Horowitz2010-04-141-32/+15
* fix filter cursorEliot Horowitz2010-04-141-6/+23
* a bunch of refactoring for mongos linkingEliot Horowitz2010-04-131-9/+55
* refactoring runQuery / UserQueryOp part 1Eliot Horowitz2010-02-151-3/+2
* Add license headers to .cpp & .h files that lacked them. MINORRichard Kreuter2010-02-091-0/+16
* Performance fix: pass set<ServerAndQuery> as a const reference toIlya Martynov2010-02-091-4/+4
* when scanning serially, if a chunk had no results, stopped prematurely SHARDI...Eliot Horowitz2010-01-151-2/+8
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-3/+3
* some threaded options for doing queries remotelyEliot Horowitz2009-11-031-0/+44
* sharded map-reduce basic test works SHARDING-37Eliot Horowitz2009-11-031-3/+16
* some sharded query re-factoringEliot Horowitz2009-11-031-0/+196