summaryrefslogtreecommitdiff
path: root/db/clientcursor.cpp
AgeCommit message (Expand)Author
2011-07-31SERVER-3208 refresh cached namespace pointers on update yieldAaron
2011-07-27full API change to command interface, add options SERVER-3405gregs
2011-07-05set keysize in v1 to 1KBDwight
2011-07-01ClientCursor::getFieldsDotted safe for v1 indexesEliot Horowitz
2011-06-28fix an issue with cursors on a delete bucket from within deleteObjectsdwight
2011-06-27one more v1 index fixDwight
2011-06-27bug fix v1 indexes and distinctDwight
2011-06-24ClientCursor::extractKeysEliot Horowitz
2011-06-23SERVER-2563 - make ClientCursor check disk location for record in memory if i...Eliot Horowitz
2011-06-22more cleaningEliot Horowitz
2011-06-20SERVER-3295 report more details on cursors in serverstatus to facilitate trou...dwight
2011-06-20minorDwight
2011-06-15yield with disk prep for ClientCursor SERVER-2563Eliot Horowitz
2011-06-11bad bug in alloccursoriddwight
2011-06-02curTimeMillis() was dubious as it rolls over frequently -- so eliminate it.dwight
2011-06-02SERVER-2009 don't skip location on yield recovery when the location has alrea...Aaron
2011-05-17SERVER-2977 add yielding, simple ordering, and some exception handling to que...Aaron
2011-05-13clearer loggingDwight
2011-05-09defensive, maybe safer for shutdown, in particular on posixdwight
2011-05-04dont throw exception in destructorDwight
2011-05-04Add assertions for ClientCursor mutex usageMathias Stearn
2011-04-18five minutes was the intentDwight
2011-04-182x for journaling to make the calculation rightDwight
2011-04-18fix cmopiler warningDwight
2011-04-18log memory usage so it is easier to troubleshoot from a log fileDwight
2011-04-07more ClientCursor::invalidate cleanupMathias Stearn
2011-04-07Fix and cleanup ClientCursor::invalidate() SERVER-2816Mathias Stearn
2011-02-25more info when cannot yieldEliot Horowitz
2011-02-05ClientCursor::getFieldDottedEliot Horowitz
2011-01-05astyleEliot Horowitz
2011-01-05fix ClientCursor::getFieldsDotted with compound keys SERVER-2325Eliot Horowitz
2011-01-04ran astyle SERVER-2304Eliot Horowitz
2010-12-22pass ns to staticYield so can log on error/warning SERVER-2268Eliot Horowitz
2010-11-14if key is in index, use it for distinct SERVER-1673Eliot Horowitz
2010-11-02some thoughts on getting things from indexes SERVER-1502 SERVER-192Eliot Horowitz
2010-11-02move ClientCursor::ClientCursor() to .cppEliot Horowitz
2010-10-30commentdwight
2010-10-29cleaning ClientCursor to obey kernel rules and encapsulate more so can add lo...Eliot Horowitz
2010-10-19better warning for clientcursorsdwight
2010-10-04SERVER-1819 limit interrupt code paths when write lock heldAaron
2010-09-30make ClientCursor::byLoc have cursor id be part of key SERVER-1875Eliot Horowitz
2010-09-30cleaing killCursor codeEliot Horowitz
2010-09-22instead of using normal cursor for doing chunk migration, get all DiskLocs so...Eliot Horowitz
2010-08-25defensiveDwight
2010-08-23misc cleaningDwight
2010-08-23elim ambiguous call warning/errorDwight
2010-08-23clientcursor finish last commitdwight
2010-08-23clean up diags clientcursor after changesdwight
2010-08-23fix an old but serious bug with cursors 162dwight
2010-08-20remove warning when advancing a cursor to the endEliot Horowitz