summaryrefslogtreecommitdiff
path: root/src/mongo/db/sessions_collection_mock.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-6/+6
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+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-32070 migrate some easy stdx::bind to lambdas (pt3)Billy Donahue2017-12-141-8/+4
* SERVER-28336 endSessions commandGabriel Russell2017-09-211-0/+12
* SERVER-29202 Remove unused fetch methods from logical session cachesamantharitter2017-08-181-24/+0
* SERVER-29201 Implement SessionsCollectionStandalonesamantharitter2017-08-021-43/+17
* SERVER-30298 Add UserDigest LogicalSessionIDJason Carey2017-07-261-7/+5
* SERVER-29610 Allow LogicalSessionIds to contain signed user informationsamantharitter2017-07-131-6/+8
* SERVER-28346 Add more unit tests for the logical session cachesamantharitter2017-06-091-8/+6
* Revert "SERVER-28346 Add more unit tests for the logical session cache"James Wahlin2017-06-081-6/+8
* SERVER-28346 Add more unit tests for the logical session cachesamantharitter2017-06-071-8/+6
* SERVER-28300 Implement mock libraries to test logical session cacheSamantha Ritter2017-06-051-0/+158