summaryrefslogtreecommitdiff
path: root/db/clientcursor.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* timeout old cursors (for sharding)Dwight2009-03-271-2/+3
* comments/cleanupDwight2009-03-241-8/+6
* Use key matcher, keep real BSONObj in matcher, fix deleteObject bugAaron2009-03-021-1/+1
* Replaced our #defined cout with mongo::out()Aaron2009-01-151-1/+1
* Indent all lines within namespaces one levelAaron2009-01-151-52/+52
* Put our code in 'mongo' namespaceAaron2009-01-141-0/+4
* Replace tab indentation with spacesAaron2008-12-281-47/+49
* replication fixes -- "first: true" support (local.dbinfo.*); clean up class nameDwight2008-12-021-1/+1
* big change for stopOnMissDwight2008-11-181-0/+1
* important cursor bug fixes (getmore)Dwight2008-07-301-1/+0