summaryrefslogtreecommitdiff
path: root/src/mongo/db/clientcursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-10026 SERVER-10461 runner registry: short-term safe yielding for non-c...Hari Khalsa2013-08-121-0/+29
* SERVER-10026 SERVER-10376 getMore and invalidation and clientCursorHari Khalsa2013-08-071-7/+15
* SERVER-10026 SERVER-10376 scrub clientcursor vigorouslyHari Khalsa2013-08-071-564/+581
* SERVER-10362: only use pthread_yield on linux, on osx use sleepmicros(1)Eliot Horowitz2013-07-291-6/+12
* SERVER-10362: add option to ClientCursor::staticYield to do a pthread_yield i...Eliot Horowitz2013-07-291-5/+19
* SERVER-2212 Logic to apply time limits to getmore CurOp objectsJason Rassi2013-07-261-1/+1
* SERVER-1891 Add audit logging hooks for authorization checks in mongod.Andy Schwerin2013-07-171-1/+14
* SERVER-5932 Aggregation returning a cursorMathias Stearn2013-07-101-2/+2
* SERVER-8791 SERVER-9212 keep btree bucket deletion inside of btree classHari Khalsa2013-07-021-17/+0
* SERVER-6405: trivial prep cleanup of Database classEliot Horowitz2013-06-181-5/+5
* Split AuthorizationManager into 2 classes: AuthorizationManager and Authoriza...Spencer T Brody2013-05-221-2/+2
* SERVER-9721 do not use sleepmicros on Windows for yieldingEric Milkie2013-05-221-0/+4
* SERVER-9387 expose namespace name in aboutToDelete when logging diskloc deletesGreg Studer2013-04-181-3/+9