summaryrefslogtreecommitdiff
path: root/src/mongo/db/logical_session_cache_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-191-8/+10
* SERVER-36850 Change the LogicalSessionCache refresh parameter granularity fro...Blake Oler2018-10-061-2/+1
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Henrik Edin2018-09-131-32/+16
* SERVER-33697 Provide sanity check on the number of cached sessionsCheahuychou Mao2018-07-091-8/+8
* SERVER-35188 Rename ServiceLiason* types to ServiceLiaison*Jack Mulrow2018-06-281-6/+6
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-111-8/+4
* SERVER-32460 platforms upgrade/downgrade workJason Carey2018-01-191-4/+1
* SERVER-31608 future-proof FCV enumJudah Schvimer2017-10-251-1/+1
* SERVER-31184 Make servers automatically set up config.system.sessionssamantharitter2017-10-111-1/+6
* SERVER-28336 endSessions commandGabriel Russell2017-09-211-172/+142
* SERVER-31011 Provide transaction record deletion hookJason Carey2017-09-201-2/+2
* SERVER-28342 Ensure session bookkeeping happensJason Carey2017-08-221-6/+7
* SERVER-29202 Remove unused fetch methods from logical session cachesamantharitter2017-08-181-39/+10
* SERVER-29202 Implement SessionsCollectionRSsamantharitter2017-08-181-14/+14
* SERVER-28335 Implement refreshSessions and refreshSessionsInternal commandssamantharitter2017-08-151-3/+5
* SERVER-29201 Implement SessionsCollectionStandalonesamantharitter2017-08-021-205/+127
* SERVER-30298 Add UserDigest LogicalSessionIDJason Carey2017-07-261-86/+85
* SERVER-29610 Allow LogicalSessionIds to contain signed user informationsamantharitter2017-07-131-112/+93
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-11/+11
* SERVER-28346 Add more unit tests for the logical session cachesamantharitter2017-06-091-19/+286
* Revert "SERVER-28346 Add more unit tests for the logical session cache"James Wahlin2017-06-081-289/+17
* SERVER-28346 Add more unit tests for the logical session cachesamantharitter2017-06-071-17/+289
* SERVER-28300 Fix lintsamantharitter2017-06-051-3/+4
* SERVER-28300 Implement mock libraries to test logical session cacheSamantha Ritter2017-06-051-0/+290