summaryrefslogtreecommitdiff
path: root/src/mongo/db/cursor.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-5932 Aggregation returning a cursorMathias Stearn2013-07-101-0/+6
* SERVER-8791 SERVER-9212 keep btree bucket deletion inside of btree classHari Khalsa2013-07-021-2/+0
* SERVER-6400: move CoveredIndexMatcher declaration to its own fileEliot Horowitz2013-05-071-0/+1
* normalize #includes in many filesEric Milkie2013-04-181-3/+3
* SERVER-1752 Remove unused Cursor::matcherPtr() function.Aaron2012-10-101-3/+0
* pch headerSiddharth Singh2012-08-061-1/+1
* SERVER-6021 Move initialization out of ForwardCappedCursor's constructor.Aaron2012-06-071-1/+4
* remove BSONObj::BSONObj( Record* ) in place of BSONObj::make( Record* r ) so ...Eliot Horowitz2012-05-161-2/+1
* SERVER-5725 Mark relevant code points.Aaron2012-05-131-0/+2
* SERVER-5198 Advance past documents before modifying them in write operations.Aaron2012-05-131-2/+6
* error codeAaron2012-04-191-1/+1
* SERVER-4980 Add Cursor::keyFieldsOnly() and use it to implement projection in...Aaron2012-04-191-1/+18
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-1/+1
* SERVER-4484 Comments attempting to describe how Cursors currently ensure cons...Aaron2012-03-221-7/+54
* SERVER-4669 SERVER-4484 Cursor::prepareToYield() no longer returns a value; C...Aaron2012-03-111-1/+1
* SERVER-4150 ClientCursor support for cascading ClientCursor deletionAaron2011-12-261-0/+4
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+246