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