summaryrefslogtreecommitdiff
path: root/src/mongo/db/logical_session_cache_factory_mongod.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68215 make MongoDSessionCatalog a decoration on ServiceContextBenety Goh2022-08-231-1/+8
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-4/+4
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-47793 Remove library dependency of sessions_collection_sharded on sess...Kaloian Manassiev2020-04-281-1/+1
* SERVER-47477 Report failures on refresh and remove in sessions collection sha...Marcos José Grillo Ramírez2020-04-271-1/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+2
* SERVER-37837 Get rid of TransactionReaper (Part 2)Kaloian Manassiev2019-05-091-2/+2
* SERVER-37837 Get rid of TransactionReaper (Part 1)Kaloian Manassiev2019-05-091-20/+4
* SERVER-37837 Move `config.transactions` manipulation out of SessionsCollectionKaloian Manassiev2019-05-021-26/+20
* 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-36704 Logical session support for embedded, behaves as standalone mongodHenrik Edin2018-09-181-2/+1
* SERVER-35188 Rename ServiceLiason* types to ServiceLiaison*Jack Mulrow2018-05-311-3/+3
* SERVER-31184 Make servers automatically set up config.system.sessionssamantharitter2017-10-111-0/+3
* SERVER-31011 Provide transaction record deletion hookJason Carey2017-09-201-7/+26
* SERVER-28342 Ensure session bookkeeping happensJason Carey2017-08-221-2/+3
* SERVER-29203 Implement SessionsCollectionShardedsamantharitter2017-08-181-4/+2
* SERVER-29202 Implement SessionsCollectionRSsamantharitter2017-08-181-3/+2
* SERVER-29201 Implement SessionsCollectionStandalonesamantharitter2017-08-021-3/+2
* SERVER-29198 Implement ServiceLiasonMongodsamantharitter2017-07-061-3/+2
* SERVER-29475 Install the logical session cachesamantharitter2017-06-161-0/+74