summaryrefslogtreecommitdiff
path: root/db/clientcursor.h
Commit message (Expand)AuthorAgeFilesLines
* towards QueryOption_Exhaustdwight2010-06-061-2/+2
* SERVER-109 remove matcher from ClientCursorAaron2010-05-251-1/+0
* SERVER-109 finish rewriting bestGuess code pathAaron2010-05-251-2/+2
* SERVER-109 iterator interface for delete and updateAaron2010-05-241-4/+0
* SERVER-109 $or getMore checkpointAaron2010-05-231-0/+2
* ptr<T> classMathias Stearn2010-05-191-1/+1
* Make YieldLock saferMathias Stearn2010-05-191-10/+6
* Yield lock while computing MD5. Also added YieldLock::relock().Mathias Stearn2010-05-191-2/+6
* name threadsDwight2010-05-181-0/+1
* $showDiskLoc query option SERVER-1054.Mathias Stearn2010-05-111-0/+2
* auto_ptr -> shared_ptr for Cursor objectsEliot Horowitz2010-05-071-2/+2
* stdafx->pchDwight2010-04-271-1/+1
* basic serverStatus for mongos SERVER-942Eliot Horowitz2010-04-201-0/+7
* better/safe implementation of tracking slave progress for SERVER-467Eliot Horowitz2010-04-021-0/+4
* some ClientCursor helpers and a yield option where you want to run some codeEliot Horowitz2010-03-301-0/+60
* store queryOptions in ClientCursor in case needed during getMoreDwight2010-03-251-3/+5
* Revert "Revert "SERVER-695 don't destroy static global mutexes""Aaron2010-03-151-4/+4
* refactoring runQuery / UserQueryOp part 1Eliot Horowitz2010-02-151-1/+1
* rename storage.h -> diskloc.hDwight2010-02-041-1/+1
* deleteIndexes -> dropIndexesDwight2010-01-221-1/+1
* block administrative things like dropping namespace while a background index ...Dwight2010-01-221-1/+2
* fix an issue with new clientcursor::pinvalue codeDwight2010-01-221-1/+1
* noTimeout() wasn't threadsafe, in theory could timeout before the call. prob...Dwight2010-01-211-3/+5
* cleaningDwight2010-01-201-1/+6
* make findingstartcursor safe from timeoutsdwight2010-01-121-1/+3
* SERVER-521 cursor may be deleted while in getMoreDwight2010-01-061-6/+46
* a little code cleanup / renameingDwight2010-01-031-1/+3
* $atomic option on remove()Dwight2009-12-211-1/+4
* make ClientCursor::yield - move temp test thereEliot Horowitz2009-12-181-0/+6
* rename funcDwight2009-12-171-5/+5
* when doing large delete, unlock so other things can go: SERVER-494Eliot Horowitz2009-12-171-3/+8
* minor concurrency prep tweakingdwight2009-11-271-3/+2
* store query in ClientCursor so can see query on slow getMore queriesEliot Horowitz2009-10-171-1/+2
* commentDwight2009-10-091-0/+4
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-10-091-1/+4
|\
* | make ClientCursor methods threadsafeDwight2009-10-091-24/+42
|/
* more cleanup / clientcursor encapsulated betterDwight2009-10-071-0/+8
* some code cleanupDwight2009-10-071-56/+2
* no cursor timeout query option - using for cloneEliot Horowitz2009-07-291-3/+20
* remove IdSet (for deduping)Dwight2009-07-021-6/+6
* refactoring field matcher, no function changes yet MINOREliot Horowitz2009-07-011-1/+1
* comments MINORAaron2009-05-281-0/+1
* guard _ids before upgrading storage from cursor MINORAaron2009-05-141-0/+2
* don't do de duping for capped collectionsAaron2009-05-141-1/+1
* adjust dependencies MINORAaron2009-05-111-0/+1
* add storage upgrade to IdSetAaron2009-05-111-8/+47
* extracted DbSetAaron2009-05-061-4/+14
* basic implementation of dup id checking for query resultsAaron2009-05-061-0/+18
* reinstate KeyValJsMatcherAaron2009-04-071-1/+1
* back out KeyValJsMatcher, until we can fix it to handle multikey arrays corre...Aaron2009-04-061-1/+1