summaryrefslogtreecommitdiff
path: root/src/mongo/db/sessions_collection.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-2/+10
* SERVER-45623 read/write concern provenanceKevin Pulo2020-02-161-7/+5
* SERVER-45030 Replace use of $currentDate with $$NOWTommaso Tocci2020-01-071-11/+7
* SERVER-42508 Get rid of some additional unused code in SessionsCollectionKaloian Manassiev2019-10-311-9/+8
* SERVER-42508 Convert SessionsCollection to throw instead of return statusMarcos José Grillo Ramírez2019-10-301-58/+34
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+0
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-41193 Get rid of the `refreshSessionsInternal` commandKaloian Manassiev2019-05-211-1/+0
* SERVER-37837 Examine and reap sessions from the SessionsCatalogKaloian Manassiev2019-05-171-3/+4
* SERVER-37837 Get rid of TransactionReaper (Part 1)Kaloian Manassiev2019-05-091-6/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37624 Allow sessions collection TTL index expiration value to change u...Blake Oler2018-11-021-0/+16
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36964 Prevent secondaries in SessionsCollectionRS from attempting to s...Blake Oler2018-10-131-1/+3
* SERVER-29160 bump timeout for migration operationsMisha Tyulenev2018-09-241-4/+5
* SERVER-36332 write to primary from secondary in LogicalSessionsCache for Repl...Misha Tyulenev2018-08-281-25/+0
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+1
* SERVER-32198 Move the sessions collection namespace constant to NamespaceStringKaloian Manassiev2018-05-241-4/+1
* SERVER-34773 Use kSessionsNamespaceString instead of its constituent StringDa...Kaloian Manassiev2018-05-021-7/+2
* SERVER-33570 Add write concern majority to logical session cache refresh requestMatthew Saltz2018-04-101-0/+10
* SERVER-33569 Don't allowPartialResults for session refreshJason Carey2018-03-021-1/+0
* SERVER-33158 Shrink LogicalSession refresh batchesJason Carey2018-02-081-1/+9
* SERVER-31184 Make servers automatically set up config.system.sessionssamantharitter2017-10-111-0/+17
* SERVER-28336 endSessions commandGabriel Russell2017-09-211-11/+9
* SERVER-31011 Provide transaction record deletion hookJason Carey2017-09-201-19/+31
* SERVER-30805 add LSC::findRemovedSessions()Jason Carey2017-08-311-0/+67
* SERVER-29202 Implement SessionsCollectionRSsamantharitter2017-08-181-23/+99
* SERVER-30566: Unwind SERVER-28190Spencer Jackson2017-08-111-1/+1
* SERVER-30584 Always send legal refresh batch sizessamantharitter2017-08-101-3/+8
* SERVER-29201 Implement SessionsCollectionStandalonesamantharitter2017-08-021-0/+117
* SERVER-28300 Add interfaces for logical session cache supporting typesSamantha Ritter2017-06-051-0/+37