summaryrefslogtreecommitdiff
path: root/s/cursors.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-4680 sendNextBatch logic isn't correct with nonzero batch size (correc...Greg Studer2012-04-201-9/+7
* Revert "SERVER-4680 sendNextBatch logic isn't correct with nonzero batch size"Greg Studer2012-04-201-7/+9
* SERVER-4680 sendNextBatch logic isn't correct with nonzero batch sizeGreg Studer2012-04-201-9/+7
* correct fix for SERVER-3002Eliot Horowitz2011-08-301-0/+2
* fix Cusor timeout iterator issue SERVER-3002Eliot Horowitz2011-08-291-0/+1
* use LOG(x) everywhere in mongosMathias Stearn2011-08-081-1/+1
* change command api to allow command options SERVER-3405gregs2011-07-271-1/+1
* don't use log() at shutdownEliot Horowitz2011-07-241-6/+8
* net cleaning: message split checkpoint where everything worksEliot Horowitz2011-06-261-0/+1
* clean up nonce implementationdwight2011-06-051-1/+1
* fix debuggingEliot Horowitz2011-02-161-1/+3
* fix replica set cursor cleaning through mongos SERVER-2505Eliot Horowitz2011-02-091-0/+8
* fix SlaveOk getMore with replica sets for non sharded collections SERVER-2482Eliot Horowitz2011-02-051-3/+13
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-59/+59
* SERVER-1804 tighter background jobAlberto Lerner2010-10-131-1/+1
* got rid of PeriodicBackgroundJob since its the same as TaskEliot Horowitz2010-08-131-6/+5
* mongos cursor timeout SERVER-1531Eliot Horowitz2010-08-021-0/+50
* fix cursor generation in mongos and clean up killCursor loggingEliot Horowitz2010-08-021-12/+56
* unify cursorInfo display a bitEliot Horowitz2010-08-021-1/+1
* if cursors left at shutdown printEliot Horowitz2010-08-011-0/+7
* SERVER-1270 Hook StringData to BufBuilderAlberto Lerner2010-07-191-1/+1
* more scoped_ptr usageMathias Stearn2010-05-281-3/+3
* clean up cursors SERVER-1167Eliot Horowitz2010-05-281-2/+72
* stdafx->pchDwight2010-04-271-1/+1
* Add license headers to .cpp & .h files that lacked them. MINORRichard Kreuter2010-02-091-0/+16
* when scanning serially, if a chunk had no results, stopped prematurely SHARDI...Eliot Horowitz2010-01-151-1/+2
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-1/+1
* commentEliot Horowitz2009-12-231-0/+1
* some sharded query re-factoringEliot Horowitz2009-11-031-179/+15
* more work on various shard key types, an update fixEliot Horowitz2009-10-291-4/+2
* SERVER-100 checkpoint field range organization improvementsAaron Staple2009-08-111-1/+1
* don't optimize field set for sharding internalsEliot Horowitz2009-08-111-1/+2
* FieldMathcer::getSpecEliot Horowitz2009-07-011-4/+1
* finish SERVER-101 move BSONObjIterator::_more to BSONObjIterator::moreEliot Horowitz2009-06-091-1/+1
* moved BSONObjIterator::more to BSONObjectIteratore::moreWEOO()Eliot Horowitz2009-06-091-3/+1
* Sharding: fix startFromEliot Horowitz2009-04-211-1/+1
* Sharding: remove special case for single server since it falls down on certai...Eliot Horowitz2009-04-211-2/+2
* Sharding: move empty shards on a splitEliot Horowitz2009-04-201-1/+1
* fixed other resync caseEliot Horowitz2009-04-131-0/+3
* shard versioning checkpointEliot Horowitz2009-03-251-0/+2
* Replace emptyObj with BSONObj()Aaron2009-03-191-3/+3
* compile windowsDwight2009-02-251-0/+1
* getMore finished, some cleaning, debuggingEliot Horowitz2009-02-251-12/+17
* fix delete on linuxEliot Horowitz2009-02-251-1/+2
* getMore checkpointEliot Horowitz2009-02-251-4/+32
* cursor code re-orgEliot Horowitz2009-02-251-0/+232