summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_context.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44167 Added ability to kill operations by keyBen Caimano2019-12-311-2/+54
* SERVER-45029 Add getCurrentServiceContext()Ben Caimano2019-12-131-0/+9
* SERVER-44155 Validate a subset of latches of all levelsRahul Sundararaman2019-12-091-1/+2
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-43823 Fail background validation if restartCatalog runs while validate...Gregory Wlodarek2019-10-071-0/+11
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-4/+6
* SERVER-39936 Use PeriodicRunner handles to simplify shutdown orderingBen Caimano2019-06-211-5/+5
* 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-1/+1
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-3/+4
* SERVER-39279 Remove ServiceContext::waitForClientsToFinishLouis Williams2019-03-131-9/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39146 Refactor BatonJason Carey2019-02-051-0/+5
* SERVER-34422-ThreadMetrics: ServerStatus now returns the number of active cli...Tyler Kaye2019-01-281-0/+5
* SERVER-36663 Prevent killOperation from running without lockJonathan Ma2019-01-241-3/+4
* SERVER-38511 Avoid killing read operations on stepdown, gated by new server p...Suganthi Mani2019-01-231-6/+0
* SERVER-37270 Remove foreground index builds by defaultLouis Williams2019-01-171-0/+9
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36013 Remove isMMAPv1 predicates and resulting dead codeGeert Bosch2018-07-111-5/+0
* SERVER-35788 Fix `noexcept` qualification in `std::function`.ADAM David Alan Martin2018-06-261-3/+3
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-40/+128
* SERVER-34798 Move storage initialization behaviors out of ServiceContext subc...Andy Schwerin2018-05-051-66/+0
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-031-7/+0
* SERVER-34751 Move StorageEngine ownership to ServiceContext from subclassesAndy Schwerin2018-05-021-1/+20
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-2/+2
* SERVER-29602 New OpObserverRegistry to allow multiple observersGeert Bosch2017-12-211-1/+2
* SERVER-31316 Remove unused code and unnecessary inheritance in KeysCollection...Kaitlin Mahar2017-12-131-1/+0
* SERVER-30977 add clusterTime to standalone replica setMisha Tyulenev2017-09-271-27/+0
* SERVER-31170 Cleanup bench_run.cppKaloian Manassiev2017-09-221-19/+26
* SERVER-29838 Implement basic adaptive ServiceExecutorJonathan Reams2017-08-021-1/+1
* SERVER-29402 Implement ServiceExecutor and fixed-size test executorJonathan Reams2017-07-141-0/+19
* SERVER-29720 Provide a libmongodbcapi database wrapper for service contextBen Shteinfeld2017-07-141-0/+11
* SERVER-29610 Allow LogicalSessionIds to contain signed user informationsamantharitter2017-07-131-20/+28
* Revert "SERVER-29720 Provide libmongodbcapi database wrapper for service cont...Ben Shteinfeld2017-07-131-11/+0
* SERVER-29720 Provide libmongodbcapi database wrapper for service contextBen Shteinfeld2017-07-111-0/+11
* Revert "SERVER-29720 Provide libmongodbcapi database wrapper for service cont...Ben Shteinfeld2017-07-111-11/+0
* SERVER-29720 Provide libmongodbcapi database wrapper for service contextBen Shteinfeld2017-07-111-0/+11
* SERVER-29852 Store session id and transaction number on all commands' Operati...Kaloian Manassiev2017-06-271-9/+3
* SERVER-29403 Implement TransportLayerASIOJonathan Reams2017-06-171-7/+23
* SERVER-29475 Install the logical session cachesamantharitter2017-06-161-0/+21
* SERVER-29472 Install PeriodicRunnerASIO on mongod and mongossamantharitter2017-06-131-0/+22
* SERVER-29305 `DBDirectClient::call` uses OpContextADAM David Alan Martin2017-06-081-1/+1
* Revert "SERVER-29305 `dbdirectclient::call` uses OpContext"James Wahlin2017-06-081-1/+1
* SERVER-29305 `dbdirectclient::call` uses OpContextADAM David Alan Martin2017-06-071-1/+1
* SERVER-28298 Allow OperationContext objects to be created with an optional Lo...samantharitter2017-04-121-2/+9
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-5/+7
* 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/+18
* SERVER-17856: Allow mongod users to currentOp and killOp own operationsSpencer Jackson2016-07-291-3/+4