summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_context.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70941 system TickSource via std::chrono::steady_clockBilly Donahue2022-10-311-1/+1
* SERVER-70022 Optimize ScopedTimer by using two constructorsRuoxin Xu2022-10-251-2/+0
* SERVER-67101 Support microsecond precision in ScopedTimerRuoxin Xu2022-07-271-0/+2
* Revert "SERVER-67101 Support microsecond precision in ScopedTimer"Ruoxin Xu2022-07-261-2/+0
* SERVER-67101 Support microsecond precision in ScopedTimerRuoxin Xu2022-07-261-0/+2
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-61934 Hold storage change lock while creating a new opCtx to prevent r...Samy Lanka2022-01-101-0/+3
* SERVER-59618 require Locker instance when creating OperationContextBenety Goh2021-09-301-4/+3
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-3/+3
* SERVER-52849: Protect stepUp from invalidated executor on shutdown in Primary...Tyler Seip2021-05-281-1/+1
* SERVER-53566: Protect ServiceContext from issuing duplicate operation IDsTyler Seip2021-03-221-7/+27
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-14/+10
* SERVER-49468 Kill and throw when OperationContexts are overwrittenBen Caimano2020-11-241-2/+14
* SERVER-49072 Make ServiceExecutors into DecorationsReo Kimura2020-11-171-8/+0
* SERVER-48221 Shut down ftdc after storage engineGregory Wlodarek2020-11-131-1/+7
* SERVER-50867 Roll back ServiceStateMachine changes temporarilyBen Caimano2020-09-141-0/+8
* SERVER-49072 Make ServiceExecutors into DecorationsReo Kimura2020-08-141-8/+0
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-041-6/+0
* SERVER-48295 Remove operation key in killAndDelistOperationAmirsaman Memaripour2020-05-191-0/+2
* SERVER-47802 Destroy opCtx after responding to clientsAmirsaman Memaripour2020-05-141-12/+45
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47429 Validate authenticationMechanisms server parameterMark Benvenuto2020-04-201-1/+11
* SERVER-46953 Log number of operations killed by shutdownPavi Vetriselvan2020-04-151-0/+5
* SERVER-47077 Clean up log lines in 'mongo/db'Amirsaman Memaripour2020-03-271-4/+4
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-201-2/+6
* SERVER-45524 remove support for logging void * typesGabriel Russell2020-01-161-1/+1
* SERVER-44167 Added ability to kill operations by keyBen Caimano2019-12-311-0/+24
* SERVER-45029 Add getCurrentServiceContext()Ben Caimano2019-12-131-0/+9
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-7/+8
* SERVER-39340 Remove `stdx/list.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-4/+5
* SERVER-40811 reduce GlobalInitializerRegisterer constructorsBilly Donahue2019-05-161-2/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39279 Remove ServiceContext::waitForClientsToFinishLouis Williams2019-03-131-11/+0
* SERVER-39960 Simplify opCtx::markKilledJason Carey2019-03-111-12/+10
* SERVER-39303 Fix several useless Client* checksJason Carey2019-02-261-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39147 Always batonJason Carey2019-02-061-0/+7
* SERVER-39146 Refactor BatonJason Carey2019-02-051-1/+13
* SERVER-34422-ThreadMetrics: ServerStatus now returns the number of active cli...Tyler Kaye2019-01-281-0/+13
* SERVER-36663 Prevent killOperation from running without lockJonathan Ma2019-01-241-2/+2
* SERVER-38511 Avoid killing read operations on stepdown, gated by new server p...Suganthi Mani2019-01-231-18/+0
* SERVER-37270 Remove foreground index builds by defaultLouis Williams2019-01-171-0/+11
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-33366 OperationContext setRecoveryUnit() & releaseRecoveryUnit() shoul...Sean Tao2018-08-101-1/+1
* SERVER-36258 Construct ServiceContext after mongo initializers complete.Andy Schwerin2018-07-271-17/+0
* SERVER-36013 Remove isMMAPv1 predicates and resulting dead codeGeert Bosch2018-07-111-7/+0