summaryrefslogtreecommitdiff
path: root/src/mongo/db/sessions_collection_config_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47793 Remove library dependency of sessions_collection_sharded on sess...Kaloian Manassiev2020-04-281-118/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46440 Routing info should be reloaded before retry of creating session...Alex Taskov2020-03-121-34/+21
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+7
* SERVER-43310 Always route a sharded cluster's createIndexes call through a re...Blake Oler2020-01-021-1/+1
* SERVER-45103 Sharded index commands shouldn't target primary shard if it does...Cheahuychou Mao2019-12-131-1/+1
* SERVER-44720 Send createIndexes, dropIndexes, and collMod with shard versionsCheahuychou Mao2019-12-041-7/+28
* SERVER-42508 Get rid of some additional unused code in SessionsCollectionKaloian Manassiev2019-10-311-9/+4
* SERVER-42508 Convert SessionsCollection to throw instead of return statusMarcos José Grillo Ramírez2019-10-291-2/+2
* SERVER-42508 Convert SessionsCollection to throw instead of return status Par...Marcos José Grillo Ramírez2019-10-241-33/+22
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-1/+1
* SERVER-42827 Allow sessions collection to return OK for creating indexes if a...Janna Golden2019-09-121-5/+5
* SERVER-43110 Include error status in log message for failure to create TTL in...Esha Maharishi2019-09-031-2/+2
* SERVER-39420 Remove in-memory boolean to indicate config.server.sessions coll...Blake Oler2019-04-111-8/+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-36589 Reorganize libraries and fold s/transaction to s/Randolph Tan2018-09-261-1/+1
* SERVER-32198 Move the sessions collection namespace constant to NamespaceStringKaloian Manassiev2018-05-241-2/+2
* SERVER-34773 Use kSessionsNamespaceString instead of its constituent StringDa...Kaloian Manassiev2018-05-021-3/+2
* SERVER-32677 Prevent sessions periodic refresh from prematurely accessing sha...Blake Oler2018-04-201-0/+5
* SERVER-27664 Use scatterGatherVersionedTargetByRoutingTable instead of passth...Kaloian Manassiev2018-03-051-1/+0
* SERVER-32586 Convert ResolvedView to use ErrorExtraInfoMathias Stearn2018-01-171-2/+5
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-1/+1
* SERVER-31524 make all metadata commands wait for majority writeConcern when r...Esha Maharishi2017-10-171-1/+3
* SERVER-31184 Make servers automatically set up config.system.sessionssamantharitter2017-10-111-0/+117