summaryrefslogtreecommitdiff
path: root/src/mongo/db/clientcursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18620 Log "staticYield can't unlock" msg inside RARELY blockJason Rassi2015-05-211-4/+6
* SERVER-8188: make cursor timeout configurable on serverEliot Horowitz2015-03-131-1/+4
* SERVER-13495: fix ClientCursor::_pinValue concurrencyEliot Horowitz2014-04-091-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
* SERVER-8790 Move ParsedQuery out of queryutil and clean some includes.aaron2013-03-211-0/+1
* SERVER-7772 move repl_block into repl and rename to write_concernEric Milkie2013-03-141-1/+1
* SERVER-8368 Don't check authorization for deleting cursors while holding a mu...Spencer T Brody2013-02-071-3/+23
* fix yielding regression between readers and writersEric Milkie2013-01-281-1/+4
* SERVER-7122 Grant killCursors to serverAdmin roleSpencer T Brody2013-01-221-1/+2
* SERVER-7572 Remove more references to AuthenticationInfoSpencer T Brody2012-12-201-3/+1
* SERVER-7572 Update auth checking of serverStatus sub-sectionsSpencer T Brody2012-12-201-2/+1
* Fix segfault in ClientCursor::eraseIfAuthorizedSpencer T Brody2012-12-071-3/+7