summaryrefslogtreecommitdiff
path: root/src/mongo/db/logical_session_cache.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42508 Get rid of some additional unused code in SessionsCollectionKaloian Manassiev2019-10-311-6/+2
* SERVER-42143 Use a single RS transaction for refineCollectionShardKey metadat...Jamie Heppenstall2019-08-191-1/+33
* SERVER-41193 Get rid of LogicalSessionCache promote and refreshSessionsKaloian Manassiev2019-05-241-13/+0
* SERVER-41193 Get rid of the `refreshSessionsInternal` commandKaloian Manassiev2019-05-211-19/+11
* SERVER-37837 Get rid of TransactionReaper (Part 1)Kaloian Manassiev2019-05-091-1/+6
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-33697 Provide sanity check on the number of cached sessionsCheahuychou Mao2018-07-091-2/+2
* SERVER-31565 Add stats about logical sessions background jobs to serverStatusJason Carey2017-11-071-0/+6
* Revert "SERVER-31565 Add stats about logical sessions background jobs to serv...Ian Whalen2017-11-021-6/+0
* SERVER-31565 Add stats about logical sessions background jobs to serverStatussamantharitter2017-11-011-0/+6
* SERVER-31565 Remove unused logical session cache methodsamantharitter2017-11-011-6/+0
* SERVER-28336 endSessions commandGabriel Russell2017-09-211-1/+7
* SERVER-31011 Provide transaction record deletion hookJason Carey2017-09-201-0/+5
* SERVER-29628 $listLocalSessions aggregation stageSara Golemon2017-08-231-0/+18
* SERVER-28342 Ensure session bookkeeping happensJason Carey2017-08-221-97/+19
* SERVER-29202 Remove unused fetch methods from logical session cachesamantharitter2017-08-181-9/+0
* SERVER-29202 Implement SessionsCollectionRSsamantharitter2017-08-181-2/+3
* SERVER-28301 Add stats about the logical session record cache to the serverSt...Ben Shteinfeld2017-08-161-0/+5
* SERVER-28335 Implement refreshSessions and refreshSessionsInternal commandssamantharitter2017-08-151-3/+9
* SERVER-29201 Implement SessionsCollectionStandalonesamantharitter2017-08-021-5/+15
* SERVER-30298 Add UserDigest LogicalSessionIDJason Carey2017-07-261-21/+4
* SERVER-28334 startSession commandGabriel Russell2017-07-171-1/+1
* Revert "SERVER-28334 startSession command"Gabriel Russell2017-07-171-1/+1
* SERVER-28334 startSession commandGabriel Russell2017-07-171-1/+1
* SERVER-29610 Allow LogicalSessionIds to contain signed user informationsamantharitter2017-07-131-15/+38
* SERVER-29475 Install the logical session cachesamantharitter2017-06-161-3/+13
* SERVER-28346 Add more unit tests for the logical session cachesamantharitter2017-06-091-2/+0
* Revert "SERVER-28346 Add more unit tests for the logical session cache"James Wahlin2017-06-081-0/+2
* SERVER-28346 Add more unit tests for the logical session cachesamantharitter2017-06-071-2/+0
* SERVER-28300 Implement the logical session cacheSamantha Ritter2017-06-051-0/+159