summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_context.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-24162 Integrate TransportLayerSamantha Ritter2016-07-121-2/+33
* SERVER-23243 Remove time-keeping from listenerWaley Chen2016-06-131-2/+2
* SERVER-23905 Unify implementations of operation id assignment into ServiceCon...Andy Schwerin2016-05-271-1/+4
* SERVER-23905 Move global operation killing implementations from ServiceContex...Andy Schwerin2016-05-271-6/+23
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-0/+1
* SERVER-18277 Fill in clock and tick sources in ServiceContext constructorMathias Stearn2016-05-091-1/+1
* SERVER-23243 Extract time-keeping from ListenerWaley Chen2016-04-151-1/+27
* SERVER-23243 Extract time-keeping from ListenerWaley Chen2016-04-071-2/+7
* SERVER-23243 Extract time-keeping from ListenerWaley Chen2016-03-301-1/+1
* SERVER-22027 Sharding should not retry killed operationsKaloian Manassiev2015-12-301-1/+1
* Revert "SERVER-22027 Sharding should not retry killed operations"Kaloian Manassiev2015-12-301-1/+1
* SERVER-22027 Sharding should not retry killed operationsKaloian Manassiev2015-12-301-1/+1
* SERVER-18774 Add ClockSource interfaceJason Rassi2015-08-111-4/+7
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-282/+286
* SERVER-18525 Don't modify tick source when the existing one is being usedRandolph Tan2015-06-181-1/+3
* SERVER-18525 Mock out tick source in replset_dist_lock_manager_testRandolph Tan2015-06-171-0/+13
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-2/+2
* SERVER-18515 Put OperationContext into mongos client request path.Andy Schwerin2015-06-051-10/+49
* Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera...Andy Schwerin2015-06-021-2/+2
* Revert "SERVER-14995 Move operation id, lockState and client fields to Operat...Spencer T Brody2015-05-291-2/+2
* SERVER-14995 Move operation id, lockState and client fields to OperationContext.Andy Schwerin2015-05-291-2/+2
* SERVER-17861 Change the default storage engine to wiredTiger.Max Hirschhorn2015-05-281-4/+1
* Revert "SERVER-17861 Change the default storage engine to wiredTiger."Max Hirschhorn2015-05-271-1/+4
* SERVER-17861 Change the default storage engine to wiredTiger.Max Hirschhorn2015-05-261-4/+1
* Revert "SERVER-17861 Change the default storage engine to wiredTiger."Max Hirschhorn2015-05-221-1/+4
* SERVER-17861 Change the default storage engine to wiredTiger.Max Hirschhorn2015-05-211-4/+1
* SERVER-18099 Refactor buildinfo/version reportingJonathan Reams2015-04-301-0/+11
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-3/+115
* SERVER-17817 Make ServiceContext decorable.Andy Schwerin2015-04-161-1/+2
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-0/+226