summaryrefslogtreecommitdiff
path: root/src/mongo/db/clientcursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-10026 SERVER-12046 SERVER-12113 runner/stage invalidation can be mutat...Hari Khalsa2014-01-141-23/+8
* SERVER-10159 Be more efficient with runner registrationAndrew Morrow2014-01-021-7/+12
* SERVER-12200 reset cursor timeout on getMore()matt dannenberg2014-01-021-0/+4
* SERVER-10026 more dead code deletionHari Khalsa2013-12-131-1/+0
* SERVER-10026 remove rest of dead codeHari Khalsa2013-12-131-328/+3
* SERVER-11953 Replace PipelineCursor with PipelineRunnerMathias Stearn2013-12-051-0/+8
* SERVER-10026 faster hackier idhackHari Khalsa2013-11-271-1/+1
* SERVER-10026 migrate clientsHari Khalsa2013-11-061-2/+20
* SERVER-11214 drop_sharded_db.js (sharding_auth) failed on Linux 64-bit DEBUGRandolph Tan2013-10-231-1/+1
* SERVER-6405: move dropNS into Database and make privateEliot Horowitz2013-10-081-2/+2
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-2/+2
* SERVER-10026 don't kill all runners in ns, don't double-erase WSIDs from sortHari Khalsa2013-09-231-10/+12
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-7/+7
* SERVER-6405: remove old ClientCursor test never usedEliot Horowitz2013-09-191-21/+0
* SERVER-6405: char* to StringData for some catalog methodsEliot Horowitz2013-09-171-9/+9
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10362 actually sleep when writers yieldEric Milkie2013-08-301-1/+1
* SERVER-10026 RAII-ify Runner yielding SERVER-10583Hari Khalsa2013-08-211-3/+1
* SERVER-10026 SERVER-10583 internal runners deregister themselves in dtorHari Khalsa2013-08-201-1/+3
* SERVER-10026 SERVER-10461 migrate internal coll/ixscan clientsHari Khalsa2013-08-201-6/+9
* SERVER-10026 SERVER-10461 overhaul yielding, introduce findAllHari Khalsa2013-08-141-8/+41
* SERVER-10026 clean up LiteParsedQuery, tunnel switch through dbtest, fix nami...Hari Khalsa2013-08-121-2/+2