summaryrefslogtreecommitdiff
path: root/src/mongo/db/sessions_collection.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59506 Ensure that config.transactions and config.image_collection entr...Cheahuychou Mao2021-09-021-2/+2
* SERVER-42508 Get rid of some additional unused code in SessionsCollectionKaloian Manassiev2019-10-311-18/+16
* SERVER-42508 Convert SessionsCollection to throw instead of return statusMarcos José Grillo Ramírez2019-10-301-19/+19
* SERVER-42508 Convert SessionsCollection to throw instead of return statusMarcos José Grillo Ramírez2019-10-291-1/+1
* SERVER-42508 Convert SessionsCollection to throw instead of return status Par...Marcos José Grillo Ramírez2019-10-241-1/+1
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-3/+4
* SERVER-37837 Examine and reap sessions from the SessionsCatalogKaloian Manassiev2019-05-171-3/+2
* SERVER-37837 Get rid of TransactionReaper (Part 1)Kaloian Manassiev2019-05-091-9/+12
* SERVER-37837 Move `config.transactions` manipulation out of SessionsCollectionKaloian Manassiev2019-05-021-3/+0
* 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/+5
* 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-0/+7
* SERVER-36332 write to primary from secondary in LogicalSessionsCache for Repl...Misha Tyulenev2018-08-281-6/+0
* SERVER-32198 Move the sessions collection namespace constant to NamespaceStringKaloian Manassiev2018-05-241-2/+0
* SERVER-34773 Use kSessionsNamespaceString instead of its constituent StringDa...Kaloian Manassiev2018-05-021-6/+2
* SERVER-31184 Make servers automatically set up config.system.sessionssamantharitter2017-10-111-0/+10
* SERVER-31174 Move the sessions collection to config.system.sessionssamantharitter2017-09-251-2/+2
* Revert "SERVER-31174 Move the sessions collection to config.system.sessions"Ian Whalen2017-09-221-2/+2
* SERVER-31174 Move the sessions collection to config.system.sessionssamantharitter2017-09-221-2/+2
* SERVER-28336 endSessions commandGabriel Russell2017-09-211-4/+1
* SERVER-31011 Provide transaction record deletion hookJason Carey2017-09-201-8/+23
* SERVER-30805 add LSC::findRemovedSessions()Jason Carey2017-08-311-0/+15
* SERVER-29202 Remove unused fetch methods from logical session cachesamantharitter2017-08-181-7/+0
* SERVER-29202 Implement SessionsCollectionRSsamantharitter2017-08-181-1/+12
* SERVER-28335 Implement refreshSessions and refreshSessionsInternal commandssamantharitter2017-08-151-4/+1
* SERVER-29201 Implement SessionsCollectionStandalonesamantharitter2017-08-021-14/+32
* SERVER-30298 Add UserDigest LogicalSessionIDJason Carey2017-07-261-3/+1
* SERVER-29610 Allow LogicalSessionIds to contain signed user informationsamantharitter2017-07-131-2/+3
* SERVER-28346 Add more unit tests for the logical session cachesamantharitter2017-06-091-4/+3
* Revert "SERVER-28346 Add more unit tests for the logical session cache"James Wahlin2017-06-081-3/+4
* SERVER-28346 Add more unit tests for the logical session cachesamantharitter2017-06-071-4/+3
* SERVER-28300 Add interfaces for logical session cache supporting typesSamantha Ritter2017-06-051-0/+80