summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_context.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-62/+145
* SERVER-34798 Move storage initialization behaviors out of ServiceContext subc...Andy Schwerin2018-05-051-60/+0
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-031-1/+1
* SERVER-34751 Move StorageEngine ownership to ServiceContext from subclassesAndy Schwerin2018-05-021-0/+6
* SERVER-30170 Embedded can now shutdown and re-initialize.Henrik Edin2018-03-261-3/+7
* SERVER-31170 Cleanup bench_run.cppKaloian Manassiev2017-09-221-11/+3
* SERVER-29402 Implement ServiceExecutor and fixed-size test executorJonathan Reams2017-07-141-0/+9
* SERVER-29720 Provide a libmongodbcapi database wrapper for service contextBen Shteinfeld2017-07-141-0/+15
* SERVER-29610 Allow LogicalSessionIds to contain signed user informationsamantharitter2017-07-131-9/+0
* Revert "SERVER-29720 Provide libmongodbcapi database wrapper for service cont...Ben Shteinfeld2017-07-131-15/+0
* SERVER-29720 Provide libmongodbcapi database wrapper for service contextBen Shteinfeld2017-07-111-0/+15
* Revert "SERVER-29720 Provide libmongodbcapi database wrapper for service cont...Ben Shteinfeld2017-07-111-15/+0
* SERVER-29720 Provide libmongodbcapi database wrapper for service contextBen Shteinfeld2017-07-111-0/+15
* SERVER-29852 Store session id and transaction number on all commands' Operati...Kaloian Manassiev2017-06-271-5/+3
* SERVER-29403 Implement TransportLayerASIOJonathan Reams2017-06-171-8/+18
* SERVER-29475 Install the logical session cachesamantharitter2017-06-161-0/+9
* SERVER-29472 Install PeriodicRunnerASIO on mongod and mongossamantharitter2017-06-131-0/+9
* SERVER-28298 Allow OperationContext objects to be created with an optional Lo...samantharitter2017-04-121-2/+3
* SERVER-27691 Make OperationContext::setKillAllOperations interrupt all operat...Kaloian Manassiev2017-04-051-0/+13
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-26674 transport::Session objects should be shared_ptr managedsamantharitter2016-11-051-2/+2
* SERVER-25572 Fix ASAN clean shutdown logicJason Carey2016-08-231-0/+9
* SERVER-17856: Allow mongod users to currentOp and killOp own operationsSpencer Jackson2016-07-291-16/+2
* SERVER-24162 Integrate TransportLayerSamantha Ritter2016-07-121-3/+15
* SERVER-23905 Unify lifetime management for LockState on OperationContexts int...Andy Schwerin2016-06-031-15/+8
* SERVER-23905 Unify implementations of operation id assignment into ServiceCon...Andy Schwerin2016-05-271-1/+1
* SERVER-23905 Move global operation killing implementations from ServiceContex...Andy Schwerin2016-05-271-0/+66
* SERVER-18277 Fill in clock and tick sources in ServiceContext constructorMathias Stearn2016-05-091-0/+7
* SERVER-18038 added minvalid and initial sync flag support to repl storage int...Benety Goh2016-04-181-0/+1
* SERVER-23243 Extract time-keeping from ListenerWaley Chen2016-04-151-0/+8
* SERVER-23243 Extract time-keeping from ListenerWaley Chen2016-04-071-3/+3