summaryrefslogtreecommitdiff
path: root/src/mongo/db/cursor_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-37245 Do not access the SessionCatalog directly if not necessaryKaloian Manassiev2018-11-191-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-28604 Log when a cursor is reaped for timeoutTed Tuckman2018-10-111-0/+2
* SERVER-37005 Add fields to GenericCursorTed Tuckman2018-10-041-1/+1
* SERVER-37003 Minor change to test for cursor field of curOp for getMoreTed Tuckman2018-09-281-1/+1
* SERVER-37003 Add activeCursor field to curOp for getMoreTed Tuckman2018-09-281-13/+0
* SERVER-37001 Add idleCursor to $currentOpTed Tuckman2018-09-141-8/+32
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-291-27/+0
* SERVER-33697 Provide sanity check on the number of cached sessionsCheahuychou Mao2018-07-091-1/+5
* SERVER-34113 Remove all support for snapshot reads outside multi-document tra...Xiangyu Yao2018-06-191-81/+0
* SERVER-35217 Do not kill associated client cursors when transaction endsTess Avitabile2018-06-081-66/+2
* SERVER-34995 Remove dead code in query system.Charlie Swanson2018-05-161-9/+0
* SERVER-33959 Avoid deadlock during global cursor registrationCharlie Swanson2018-05-151-39/+64
* SERVER-33690 Transaction abort and commit should kill any associated client c...James Wahlin2018-04-161-7/+163
* SERVER-34101 Revert change to free transaction resources on snapshot read kil...James Wahlin2018-03-281-75/+29
* SERVER-33542 Avoid timing out cursor between batchesCharlie Swanson2018-03-161-3/+8
* SERVER-33672 Make killSessionsLocal() kill any matching SessionsTess Avitabile2018-03-141-2/+2
* SERVER-33785 Prevent interrupt in clientcursormon threadCharlie Swanson2018-03-141-9/+16
* SERVER-33689 killCursors on snapshot read cursor should free stashed transact...Tess Avitabile2018-03-131-28/+75
* SERVER-33382 Permit views in GlobalCursorIdCache::timeoutCursors().Justin Seyster2018-02-201-1/+8
* SERVER-32367 Clean up the AutoGet* suite of classesKaloian Manassiev2018-02-141-4/+5
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-3/+3
* SERVER-32912 Ensure that killCursors always invalidates a pinned cursorBernard Gorman2018-02-131-6/+21
* SERVER-32367 Pull UUID and view resolution out of db_raiiKaloian Manassiev2018-02-021-1/+1
* SERVER-21710 Add ability to kill pinned cursors on mongodIan Boros2018-01-101-33/+57
* SERVER-32169 Allow killCursors to kill across lsidsSara Golemon2017-12-121-7/+10
* SERVER-28260 Check coauth for killCursors and add killAnyCursorsSara Golemon2017-11-301-5/+37
* SERVER-31565 Add stats about logical sessions background jobs to serverStatusJason Carey2017-11-071-3/+4
* Revert "SERVER-31565 Add stats about logical sessions background jobs to serv...Ian Whalen2017-11-021-4/+3
* SERVER-31565 Add stats about logical sessions background jobs to serverStatussamantharitter2017-11-011-3/+4
* SERVER-31289 Add test only $listLocalCursorsJason Carey2017-10-031-0/+22
* SERVER-31178 Bad invariant in cursor managerJason Carey2017-09-251-1/+1
* SERVER-30805 add LSC::findRemovedSessions()Jason Carey2017-08-311-8/+2
* SERVER-28343 Session checks on GETMORE operationsADAM David Alan Martin2017-08-301-0/+7
* SERVER-28342 Ensure session bookkeeping happensJason Carey2017-08-221-0/+8
* SERVER-28338 KillSessions SupportJason Carey2017-08-171-7/+20
* SERVER-30520 SecureRandom::create() should return a unique_ptrMathias Stearn2017-08-081-1/+1
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-271-0/+2
* Revert "SERVER-29165 Don't create RestrictionEnvironment in TransportLayer"Jonathan Reams2017-06-261-2/+0
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-261-0/+2
* SERVER-29417 Attach logical session ids to cursorssamantharitter2017-06-151-2/+67
* Revert "SERVER-29417 Attach logical session ids to cursors"Max Hirschhorn2017-06-151-67/+2
* SERVER-29417 Attach logical session ids to cursorssamantharitter2017-06-141-2/+67
* SERVER-29253 Migrate cursor manager to the client cursor lib.ADAM David Alan Martin2017-06-051-0/+573