summaryrefslogtreecommitdiff
path: root/src/mongo/db/logical_session_cache_impl.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44155 Validate a subset of latches of all levelsRahul Sundararaman2019-12-091-1/+3
* SERVER-42508 Get rid of some additional unused code in SessionsCollectionKaloian Manassiev2019-10-311-6/+3
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-1/+1
* SERVER-41193 Get rid of LogicalSessionCache promote and refreshSessionsKaloian Manassiev2019-05-241-14/+6
* SERVER-41193 Get rid of the `refreshSessionsInternal` commandKaloian Manassiev2019-05-211-7/+3
* SERVER-37837 Get rid of TransactionReaper (Part 1)Kaloian Manassiev2019-05-091-25/+12
* SERVER-37837 Move `config.transactions` manipulation out of SessionsCollectionKaloian Manassiev2019-05-021-40/+14
* 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-21/+23
* SERVER-36850 Add a replica set passthrough suite to detect errors in the logi...Blake Oler2018-09-211-7/+7
* SERVER-33697 Provide sanity check on the number of cached sessionsCheahuychou Mao2018-07-091-3/+3
* SERVER-35188 Rename ServiceLiason* types to ServiceLiaison*Jack Mulrow2018-05-311-4/+4
* 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-2/+0
* SERVER-28336 endSessions commandGabriel Russell2017-09-211-13/+11
* SERVER-31011 Provide transaction record deletion hookJason Carey2017-09-201-2/+12
* SERVER-29628 $listLocalSessions aggregation stageSara Golemon2017-08-231-1/+8
* SERVER-28342 Ensure session bookkeeping happensJason Carey2017-08-221-0/+154