summaryrefslogtreecommitdiff
path: root/src/mongo/db/logical_session_cache.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-28342 Ensure session bookkeeping happensJason Carey2017-08-221-214/+1
* SERVER-29202 Remove unused fetch methods from logical session cachesamantharitter2017-08-181-27/+0
* SERVER-29202 Implement SessionsCollectionRSsamantharitter2017-08-181-4/+15
* SERVER-28301 Add stats about the logical session record cache to the serverSt...Ben Shteinfeld2017-08-161-1/+13
* SERVER-28335 Implement refreshSessions and refreshSessionsInternal commandssamantharitter2017-08-151-17/+33
* SERVER-29202 Add a refreshLogicalSessionCacheNow test commandsamantharitter2017-08-141-2/+11
* Revert "SERVER-29202 Add a refreshLogicalSessionCacheNow test command"Max Hirschhorn2017-08-101-11/+2
* SERVER-29202 Add a refreshLogicalSessionCacheNow test commandsamantharitter2017-08-101-2/+11
* SERVER-29201 Implement SessionsCollectionStandalonesamantharitter2017-08-021-47/+48
* SERVER-30298 Add UserDigest LogicalSessionIDJason Carey2017-07-261-26/+16
* 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-27/+51
* SERVER-29475 Install the logical session cachesamantharitter2017-06-161-0/+13
* SERVER-28346 Add more unit tests for the logical session cachesamantharitter2017-06-091-9/+12
* Revert "SERVER-28346 Add more unit tests for the logical session cache"James Wahlin2017-06-081-12/+9
* SERVER-28346 Add more unit tests for the logical session cachesamantharitter2017-06-071-9/+12
* SERVER-28300 Fix lintsamantharitter2017-06-051-1/+1
* SERVER-28300 Implement the logical session cacheSamantha Ritter2017-06-051-0/+226