summaryrefslogtreecommitdiff
path: root/db/clientcursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* instead of using normal cursor for doing chunk migration, get all DiskLocs so...Eliot Horowitz2010-09-221-0/+5
* defensiveDwight2010-08-251-0/+2
* misc cleaningDwight2010-08-231-0/+7
* elim ambiguous call warning/errorDwight2010-08-231-1/+1
* clientcursor finish last commitdwight2010-08-231-7/+0
* clean up diags clientcursor after changesdwight2010-08-231-4/+2
* fix an old but serious bug with cursors 162dwight2010-08-231-17/+69
* remove warning when advancing a cursor to the endEliot Horowitz2010-08-201-1/+3