summaryrefslogtreecommitdiff
path: root/src/mongo/db/clientcursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17817 Make CurOp a decoration of ClientBasic, not a member of Client.Andy Schwerin2015-04-071-3/+2
* SERVER-17817 Move replication-specific data from Client into ReplClientInfo d...Andy Schwerin2015-04-061-1/+2
* SERVER-8188: make cursor timeout configurable on serverEliot Horowitz2015-03-131-1/+4
* SERVER-17470 Remove link to replset data in the http serverSiyuan Zhou2015-03-101-1/+1
* Changes all relevant instances of 2.8 to 3.0Ramon Fernandez2015-01-221-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-16607 Agg cursor's pin needs to be cleaned up under coll lockJason Rassi2015-01-151-1/+4
* SERVER-16659 Fix CursorManager/ClientCursorPin cosmetic issuesJason Rassi2015-01-121-2/+0
* SERVER-16659 Collection: rename cursorManager() to getCursorManager()Jason Rassi2015-01-121-2/+2
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-1/+1
* SERVER-16657 ClientCursor namespace set explicitly on constructionJason Rassi2015-01-121-2/+3
* SERVER-16657 Remove CursorManager::ns()Jason Rassi2015-01-121-3/+3
* SERVER-16694 check for shutdown definitively in bgsyncEric Milkie2014-12-301-0/+1
* SERVER-16520 Rename CollectionCursorCache to CursorManagerJason Rassi2014-12-231-22/+22
* SERVER-16520 ClientCursor keeps ptr to owning CollectionCursorCacheJason Rassi2014-12-231-18/+18
* SERVER-15778 Fix ClientCursorPin::deleteUnderlying() race conditionJason Rassi2014-12-171-1/+12
* SERVER-16414 Remove unnecessary OperationContext arguments from ReplicationCo...Spencer T Brody2014-12-081-1/+1
* SERVER-15778 Clean up ClientCursorJason Rassi2014-12-051-18/+30
* SERVER-15778 Fix ClientCursor "noTimeout" counter reporting errorJason Rassi2014-12-051-1/+1
* SERVER-14062 Add OperationContext to ServerStatusSectionKaloian Manassiev2014-11-251-1/+3
* SERVER-15614 Move inProcCmd to a separate file and clean includesKaloian Manassiev2014-10-301-1/+2
* SERVER-15564 Send config version and member ID with every replSetUpdatePositi...Spencer T Brody2014-10-271-1/+1
* SERVER-15317 Remove extraneous references to deprecated repl headers outside ...Andy Schwerin2014-09-191-2/+1
* SERVER-14668 stash recovery unit with ClientCursorHari Khalsa2014-09-181-2/+29
* SERVER-14668 Fix for commit c069fc13a9 which broke OSX buildKaloian Manassiev2014-08-271-1/+1
* SERVER-14668 Remove d_globals.h/.cppKaloian Manassiev2014-08-271-14/+27
* SERVER-13961 Pass more OperationContext down in replKaloian Manassiev2014-07-241-2/+2
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-7/+7
* SERVER-14135 implement processHandshake() in LegacyReplicationCoordinatormatt dannenberg2014-07-031-18/+4
* SERVER-14275 SERVER-14135 implement setLastOptime() in LegacyReplicationCoord...matt dannenberg2014-06-191-2/+26
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-2/+0
* SERVER-14069 all killCurrentOp goes through a nice ifaceHari Khalsa2014-06-061-1/+0
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-2/+5
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-5/+2
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-2/+5
* SERVER-4740 Don't use unsigned for time deltasMathias Stearn2014-05-271-2/+2
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-1/+1
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-221-1/+1
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-1/+1
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-1/+1
* SERVER-13922 remove query yielding and some dbtempreleaseHari Khalsa2014-05-131-76/+0
* SERVER-13640: split up ServerStatus into a libraryEliot Horowitz2014-05-061-0/+1
* SERVER-13783 remove likelyInMemory and PageFaultExceptionHari Khalsa2014-04-291-13/+1
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-1/+1
* remove sayMemoryStatus, which wrote to the log file every 60 secondsdwight2014-04-111-78/+11
* SERVER-13495: fix ClientCursor::_pinValue concurrencyEliot Horowitz2014-04-071-9/+5
* SERVER-11432: clean up some killCurrentOp.checkForInterrupt handlingEliot Horowitz2014-02-241-1/+1
* SERVER-12392: put old cursor metrics back as haven't deprecated beforeEliot Horowitz2014-01-251-1/+1
* SERVER-12392: change aboutToDeleteForSharding into a RunnerEliot Horowitz2014-01-251-5/+0
* SERVER-12392: Move cursor/runner cache into Collection lifecycle via Collecti...Eliot Horowitz2014-01-241-416/+96