summaryrefslogtreecommitdiff
path: root/db/clientcursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-747/+0
* begin the process of putting global vairables in one central location. in par...Dwight2011-12-191-3/+3
* beginnings of PageFaultException. Not yet active (ifdefd out)dwight2011-12-171-3/+3
* overloggingdwight2011-12-121-1/+2
* lock less on cursor timeout loopdwight2011-11-261-16/+40
* Keep advancing cursor until no longer pointing to deleted record SERVER-4154Mathias Stearn2011-10-261-9/+8
* make a long running operation terminate if the client has disconnected. we c...dwight2011-10-111-9/+14
* cleaning. we want to use pch.h as little as possible (zero eventually)dwight2011-10-021-0/+1
* SERVER-3208 refresh cached namespace pointers on update yieldAaron2011-07-311-3/+16
* full API change to command interface, add options SERVER-3405gregs2011-07-271-1/+1
* set keysize in v1 to 1KBDwight2011-07-051-1/+1
* ClientCursor::getFieldsDotted safe for v1 indexesEliot Horowitz2011-07-011-6/+9
* fix an issue with cursors on a delete bucket from within deleteObjectsdwight2011-06-281-0/+3
* one more v1 index fixDwight2011-06-271-1/+2
* bug fix v1 indexes and distinctDwight2011-06-271-2/+3
* ClientCursor::extractKeysEliot Horowitz2011-06-241-0/+21
* SERVER-2563 - make ClientCursor check disk location for record in memory if i...Eliot Horowitz2011-06-231-3/+34
* more cleaningEliot Horowitz2011-06-221-1/+1
* SERVER-3295 report more details on cursors in serverstatus to facilitate trou...dwight2011-06-201-1/+21
* minorDwight2011-06-201-1/+1
* yield with disk prep for ClientCursor SERVER-2563Eliot Horowitz2011-06-151-3/+13
* bad bug in alloccursoriddwight2011-06-111-11/+4
* curTimeMillis() was dubious as it rolls over frequently -- so eliminate it.dwight2011-06-021-8/+3
* SERVER-2009 don't skip location on yield recovery when the location has alrea...Aaron2011-06-021-2/+5
* SERVER-2977 add yielding, simple ordering, and some exception handling to que...Aaron2011-05-171-1/+4
* clearer loggingDwight2011-05-131-1/+1
* defensive, maybe safer for shutdown, in particular on posixdwight2011-05-091-1/+1
* dont throw exception in destructorDwight2011-05-041-1/+5
* Add assertions for ClientCursor mutex usageMathias Stearn2011-05-041-0/+4
* five minutes was the intentDwight2011-04-181-1/+1
* 2x for journaling to make the calculation rightDwight2011-04-181-2/+2
* fix cmopiler warningDwight2011-04-181-1/+0
* log memory usage so it is easier to troubleshoot from a log fileDwight2011-04-181-1/+47
* more ClientCursor::invalidate cleanupMathias Stearn2011-04-071-8/+6
* Fix and cleanup ClientCursor::invalidate() SERVER-2816Mathias Stearn2011-04-071-12/+18
* more info when cannot yieldEliot Horowitz2011-02-251-1/+7
* ClientCursor::getFieldDottedEliot Horowitz2011-02-051-0/+24
* astyleEliot Horowitz2011-01-051-1/+1
* fix ClientCursor::getFieldsDotted with compound keys SERVER-2325Eliot Horowitz2011-01-051-1/+3
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-91/+91
* pass ns to staticYield so can log on error/warning SERVER-2268Eliot Horowitz2010-12-221-3/+3
* if key is in index, use it for distinct SERVER-1673Eliot Horowitz2010-11-141-3/+20
* some thoughts on getting things from indexes SERVER-1502 SERVER-192Eliot Horowitz2010-11-021-0/+18
* move ClientCursor::ClientCursor() to .cppEliot Horowitz2010-11-021-0/+17
* commentdwight2010-10-301-0/+4
* cleaning ClientCursor to obey kernel rules and encapsulate more so can add lo...Eliot Horowitz2010-10-291-28/+28
* better warning for clientcursorsdwight2010-10-191-1/+16
* SERVER-1819 limit interrupt code paths when write lock heldAaron2010-10-041-0/+1
* make ClientCursor::byLoc have cursor id be part of key SERVER-1875Eliot Horowitz2010-09-301-9/+6
* cleaing killCursor codeEliot Horowitz2010-09-301-0/+13