summaryrefslogtreecommitdiff
path: root/src/mongo/db/cursor_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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