summaryrefslogtreecommitdiff
path: root/src/mongo/db/session
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73350 SessionKiller should release mutex before creating opctxMatthew Russotto2023-02-061-2/+14
* SERVER-73238 Move some shard_key_pattern query methods out of 'grid'Kaloian Manassiev2023-01-311-1/+0
* SERVER-73238 Introduce the `shard_role_api` libraryKaloian Manassiev2023-01-261-1/+1
* SERVER-73238 Cleanup direct linking references to `sharding_api_d`Kaloian Manassiev2023-01-241-1/+1
* SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan2023-01-233-31/+29
* SERVER-72735 Make 'collection' dependent on 'sharding_api_d'Kaloian Manassiev2023-01-171-6/+2
* Revert "SERVER-72735 Revert commits while investigating root cause"Kaloian Manassiev2023-01-161-2/+6
* SERVER-72735 Move range_deletion_task.idl out of sharding_api_dKaloian Manassiev2023-01-161-6/+2
* SERVER-70700 Use UserRequest to in authorization workflowSara Golemon2022-12-243-8/+5
* SERVER-70701: Allow AuthorizationSession to enforce expiration timesVarun Ravichandran2022-12-161-2/+2
* SERVER-69152 Always acquire the client lock before setting LSIDSaman Memaripour2022-12-082-2/+3
* Revert "SERVER-70700 Use UserRequest to in authorization workflow"auto-revert-processor2022-11-143-5/+8
* SERVER-70700 Use UserRequest to in authorization workflowSara Golemon2022-11-133-8/+5
* SERVER-70231 Fix Coverity analysis defect 122778: Using a moved objectwenqinYe2022-10-201-1/+1
* SERVER-70093 InternalSessionPoolTest resets global cluster role when tearing ...Benety Goh2022-09-291-0/+4
* SERVER-69649 Remove unused internal transactions feature flag includesJason Zhang2022-09-263-3/+0
* SERVER-69871 Move feature_flag unit into server_baseSara Golemon2022-09-221-1/+1
* SERVER-43076 Pass OperationContext through commit and rollback handlersHenrik Edin2022-09-201-9/+7
* SERVER-69483 Merge db_raii and catalog_raii into shard_roleKaloian Manassiev2022-09-081-2/+1
* SERVER-68215 move MongoDSessionCatalog into its own libraryBenety Goh2022-08-291-0/+27
* SERVER-68215 add MongoDSessionCatalogTransactionInterface::makeSessionWorkerF...Benety Goh2022-08-292-17/+13
* SERVER-68215 add MongoDSessionCatalogTransactionInterface::refreshLocksForPre...Benety Goh2022-08-292-11/+9
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-291-5/+3
* SERVER-68215 add MongoDSessionCatalogTransactionInterface::beginOrContinueTra...Benety Goh2022-08-292-3/+10
* SERVER-68215 add MongoDSessionCatalogTransactionInterface::isTransactionPrepa...Benety Goh2022-08-283-9/+22
* SERVER-68215 add MongoDSessionCatalogTransactionInterface::refreshTransaction...Benety Goh2022-08-273-17/+30
* SERVER-68215 add MongoDSessionCatalogTransactionInterface::abortTransaction()Benety Goh2022-08-262-11/+10
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-264-4/+4
* SERVER-68215 add MongoDSessionCatalogTransactionInterface::makeParentSessionW...Benety Goh2022-08-262-52/+27
* SERVER-68215 add MongoDSessionCatalogTransactionInterface::invalidateSessionT...Benety Goh2022-08-262-8/+20
* SERVER-66854 Prevent step-up ops from being killed by killSessions commandsVesselina Ratcheva2022-08-252-3/+24
* SERVER-68215 MongoDSessionCatalog constructor accepts MongoDSessionCatalogTra...Benety Goh2022-08-254-3/+55
* SERVER-68621 Fix internal fields erroneously marked as stableVesselina Ratcheva2022-08-251-2/+2
* SERVER-68215 check out mongod sessions through MongoDSessionCatalogBenety Goh2022-08-242-19/+157
* SERVER-68215 make MongoDSessionCatalog a decoration on ServiceContextBenety Goh2022-08-233-15/+53
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-1746-0/+10392