index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
db
/
clientcursor.cpp
Age
Commit message (
Expand
)
Author
2011-07-31
SERVER-3208 refresh cached namespace pointers on update yield
Aaron
2011-07-27
full API change to command interface, add options SERVER-3405
gregs
2011-07-05
set keysize in v1 to 1KB
Dwight
2011-07-01
ClientCursor::getFieldsDotted safe for v1 indexes
Eliot Horowitz
2011-06-28
fix an issue with cursors on a delete bucket from within deleteObjects
dwight
2011-06-27
one more v1 index fix
Dwight
2011-06-27
bug fix v1 indexes and distinct
Dwight
2011-06-24
ClientCursor::extractKeys
Eliot Horowitz
2011-06-23
SERVER-2563 - make ClientCursor check disk location for record in memory if i...
Eliot Horowitz
2011-06-22
more cleaning
Eliot Horowitz
2011-06-20
SERVER-3295 report more details on cursors in serverstatus to facilitate trou...
dwight
2011-06-20
minor
Dwight
2011-06-15
yield with disk prep for ClientCursor SERVER-2563
Eliot Horowitz
2011-06-11
bad bug in alloccursorid
dwight
2011-06-02
curTimeMillis() was dubious as it rolls over frequently -- so eliminate it.
dwight
2011-06-02
SERVER-2009 don't skip location on yield recovery when the location has alrea...
Aaron
2011-05-17
SERVER-2977 add yielding, simple ordering, and some exception handling to que...
Aaron
2011-05-13
clearer logging
Dwight
2011-05-09
defensive, maybe safer for shutdown, in particular on posix
dwight
2011-05-04
dont throw exception in destructor
Dwight
2011-05-04
Add assertions for ClientCursor mutex usage
Mathias Stearn
2011-04-18
five minutes was the intent
Dwight
2011-04-18
2x for journaling to make the calculation right
Dwight
2011-04-18
fix cmopiler warning
Dwight
2011-04-18
log memory usage so it is easier to troubleshoot from a log file
Dwight
2011-04-07
more ClientCursor::invalidate cleanup
Mathias Stearn
2011-04-07
Fix and cleanup ClientCursor::invalidate() SERVER-2816
Mathias Stearn
2011-02-25
more info when cannot yield
Eliot Horowitz
2011-02-05
ClientCursor::getFieldDotted
Eliot Horowitz
2011-01-05
astyle
Eliot Horowitz
2011-01-05
fix ClientCursor::getFieldsDotted with compound keys SERVER-2325
Eliot Horowitz
2011-01-04
ran astyle SERVER-2304
Eliot Horowitz
2010-12-22
pass ns to staticYield so can log on error/warning SERVER-2268
Eliot Horowitz
2010-11-14
if key is in index, use it for distinct SERVER-1673
Eliot Horowitz
2010-11-02
some thoughts on getting things from indexes SERVER-1502 SERVER-192
Eliot Horowitz
2010-11-02
move ClientCursor::ClientCursor() to .cpp
Eliot Horowitz
2010-10-30
comment
dwight
2010-10-29
cleaning ClientCursor to obey kernel rules and encapsulate more so can add lo...
Eliot Horowitz
2010-10-19
better warning for clientcursors
dwight
2010-10-04
SERVER-1819 limit interrupt code paths when write lock held
Aaron
2010-09-30
make ClientCursor::byLoc have cursor id be part of key SERVER-1875
Eliot Horowitz
2010-09-30
cleaing killCursor code
Eliot Horowitz
2010-09-22
instead of using normal cursor for doing chunk migration, get all DiskLocs so...
Eliot Horowitz
2010-08-25
defensive
Dwight
2010-08-23
misc cleaning
Dwight
2010-08-23
elim ambiguous call warning/error
Dwight
2010-08-23
clientcursor finish last commit
dwight
2010-08-23
clean up diags clientcursor after changes
dwight
2010-08-23
fix an old but serious bug with cursors 162
dwight
2010-08-20
remove warning when advancing a cursor to the end
Eliot Horowitz
[next]