summaryrefslogtreecommitdiff
path: root/src/mongo/db/sessions_collection_mock.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42508 Convert SessionsCollection to throw instead of return statusMarcos José Grillo Ramírez2019-10-301-15/+15
* SERVER-42508 Convert SessionsCollection to throw instead of return statusMarcos José Grillo Ramírez2019-10-291-3/+1
* SERVER-42508 Convert SessionsCollection to throw instead of return status Par...Marcos José Grillo Ramírez2019-10-241-3/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-3/+4
* SERVER-37837 Move `config.transactions` manipulation out of SessionsCollectionKaloian Manassiev2019-05-021-5/+0
* 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-36964 Prevent secondaries in SessionsCollectionRS from attempting to s...Blake Oler2018-10-131-0/+4
* SERVER-31184 Make servers automatically set up config.system.sessionssamantharitter2017-10-111-0/+4
* SERVER-28336 endSessions commandGabriel Russell2017-09-211-3/+5
* SERVER-31011 Provide transaction record deletion hookJason Carey2017-09-201-0/+5
* SERVER-30805 add LSC::findRemovedSessions()Jason Carey2017-08-311-0/+5
* SERVER-29202 Remove unused fetch methods from logical session cachesamantharitter2017-08-181-10/+0
* SERVER-29201 Implement SessionsCollectionStandalonesamantharitter2017-08-021-24/+18
* SERVER-30298 Add UserDigest LogicalSessionIDJason Carey2017-07-261-6/+5
* SERVER-29610 Allow LogicalSessionIds to contain signed user informationsamantharitter2017-07-131-5/+5
* SERVER-28346 Add more unit tests for the logical session cachesamantharitter2017-06-091-11/+8
* Revert "SERVER-28346 Add more unit tests for the logical session cache"James Wahlin2017-06-081-8/+11
* SERVER-28346 Add more unit tests for the logical session cachesamantharitter2017-06-071-11/+8
* SERVER-28300 Implement mock libraries to test logical session cacheSamantha Ritter2017-06-051-0/+138