summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_context_d.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31170 Cleanup bench_run.cppKaloian Manassiev2017-09-221-19/+4
* SERVER-29852 Store session id and transaction number on all commands' Operati...Kaloian Manassiev2017-06-271-3/+2
* SERVER-29305 `DBDirectClient::call` uses OpContextADAM David Alan Martin2017-06-081-5/+9
* Revert "SERVER-29305 `dbdirectclient::call` uses OpContext"James Wahlin2017-06-081-9/+5
* SERVER-29305 `dbdirectclient::call` uses OpContextADAM David Alan Martin2017-06-071-5/+9
* SERVER-29469 Delete OperationContextImpl classMathias Stearn2017-06-071-3/+12
* SERVER-28298 Allow OperationContext objects to be created with an optional Lo...samantharitter2017-04-121-2/+4
* SERVER-27287: Deduplicate `SetGlobalEnvironment`ADAM David Alan Martin2016-12-091-0/+2
* SERVER-25008 Disallow repairPath with non-mmapv1 storage engines.Michael Cahill2016-09-051-0/+6
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-8/+13
* SERVER-23905 Unify implementations of operation id assignment into ServiceCon...Andy Schwerin2016-05-271-2/+2
* SERVER-23905 Move global operation killing implementations from ServiceContex...Andy Schwerin2016-05-271-72/+2
* SERVER-23243 Replace the easy-to-remove usages of Listener::getElapsedTimeMil...Waley Chen2016-04-251-2/+6
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-1/+1
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-1/+1
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-1/+1
* SERVER-16221 SERVER-22703 ObOpserver may be nullptr in testsAndrew Morrow2016-04-151-1/+1
* SERVER-23243 Extract time-keeping from ListenerWaley Chen2016-04-071-1/+1
* SERVER-22352 fixed fassert codeBenety Goh2016-02-171-1/+1
* SERVER-22352 do not fail startup if lockFile cannot be created in readOnly modeAdam Midvidy2016-02-171-7/+39
* SERVER-22245 implement storage engine API changes for readOnly modeAdam Midvidy2016-01-201-0/+8
* SERVER-21197 check for existence of lock file prior to opening socketsAdam Midvidy2016-01-131-13/+17
* SERVER-22027 Sharding should not retry killed operationsKaloian Manassiev2015-12-301-26/+12
* Revert "SERVER-22027 Sharding should not retry killed operations"Kaloian Manassiev2015-12-301-12/+26
* SERVER-22027 Sharding should not retry killed operationsKaloian Manassiev2015-12-301-26/+12
* SERVER-16609: Move storage_options to its own libraryGeert Bosch2015-10-091-1/+1
* SERVER-18774 Add ClockSource interfaceJason Rassi2015-08-111-0/+2
* SERVER-19414 Set up global tick sourceSpencer T Brody2015-07-161-0/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-203/+197
* SERVER-18515 Put OperationContext into mongos client request path.Andy Schwerin2015-06-051-1/+2
* SERVER-14995 Move _killPending from CurOp to OperationContext.Andy Schwerin2015-06-021-4/+2
* Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera...Andy Schwerin2015-06-021-9/+6
* Reapply "SERVER-18277 Clarify locking of Client when accessing its stored Ope...Andy Schwerin2015-06-021-25/+34
* Revert "SERVER-18277 Clarify locking of Client when accessing its stored Oper...Spencer T Brody2015-05-291-34/+25
* Revert "SERVER-14995 Move operation id, lockState and client fields to Operat...Spencer T Brody2015-05-291-6/+9
* SERVER-14995 Move operation id, lockState and client fields to OperationContext.Andy Schwerin2015-05-291-9/+6
* SERVER-18277 Clarify locking of Client when accessing its stored OperationCon...Andy Schwerin2015-05-291-25/+34
* SERVER-17861 Change the default storage engine to wiredTiger.Max Hirschhorn2015-05-281-9/+43
* Revert "SERVER-17861 Change the default storage engine to wiredTiger."Max Hirschhorn2015-05-271-43/+9
* SERVER-17861 Change the default storage engine to wiredTiger.Max Hirschhorn2015-05-261-9/+43
* SERVER-18277 Prefer getting CurOp via the OperationContext rather than the Cl...Andy Schwerin2015-05-221-5/+5
* Revert "SERVER-17861 Change the default storage engine to wiredTiger."Max Hirschhorn2015-05-221-43/+9
* SERVER-17861 Change the default storage engine to wiredTiger.Max Hirschhorn2015-05-211-9/+43
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-14/+6
* SERVER-17817 Make CurOp a decoration of ClientBasic, not a member of Client.Andy Schwerin2015-04-071-5/+5
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-0/+275