summaryrefslogtreecommitdiff
path: root/db/cursor.h
Commit message (Expand)AuthorAgeFilesLines
* fixed bug SERVER-118 multikey duplicate results from queriesDwight2009-07-071-2/+12
* comments MINORAaron2009-05-281-0/+1
* don't do de duping for capped collectionsAaron2009-05-141-0/+3
* Replace emptyObj with BSONObj()Aaron2009-03-191-3/+3
* Find requested oplog entry starting from tail of logAaron2009-03-181-2/+2
* Clean up tailable cursor codeAaron2009-03-111-42/+29
* Add new Matcher interface, use in count, add constsAaron2009-03-021-0/+1
* virtual dtors == goodAaron2009-02-181-0/+1
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-02-171-0/+1
|\
| * Fix another memory leakAaron2009-02-171-3/+4
* | FieldBound workAaron2009-02-171-3/+8
|/
* killop / inprog commandsDwight2009-01-281-0/+14
* Add start / end key to explain, fix key extraction orderingAaron2009-01-151-0/+3
* Indent all lines within namespaces one levelAaron2009-01-151-178/+178
* Put our code in 'mongo' namespaceAaron2009-01-141-0/+4
* New capped collection cursorsAaron2009-01-131-14/+37
* Replace tab indentation with spacesAaron2008-12-281-110/+139
* big change for stopOnMissDwight2008-11-181-1/+1
* tostring betterunknown2008-11-161-3/+3
* rename classesDwight2008-10-211-3/+3
* tailable cursors workingDwight2008-08-131-0/+147