summaryrefslogtreecommitdiff
path: root/src/mongo/db/logical_session_cache_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42508 Get rid of some additional unused code in SessionsCollectionKaloian Manassiev2019-10-311-15/+5
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+3
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-4/+5
* SERVER-41193 Get rid of LogicalSessionCache promote and refreshSessionsKaloian Manassiev2019-05-241-38/+10
* SERVER-37837 Get rid of TransactionReaper (Part 1)Kaloian Manassiev2019-05-091-1/+5
* SERVER-37837 Move `config.transactions` manipulation out of SessionsCollectionKaloian Manassiev2019-05-021-2/+2
* 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-36850 Add a replica set passthrough suite to detect errors in the logi...Blake Oler2018-09-211-2/+1
* SERVER-33697 Provide sanity check on the number of cached sessionsCheahuychou Mao2018-07-091-8/+8
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-32/+16
* SERVER-35188 Rename ServiceLiason* types to ServiceLiaison*Jack Mulrow2018-05-311-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