summaryrefslogtreecommitdiff
path: root/src/mongo/db/operation_context.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28298 Allow OperationContext objects to be created with an optional Lo...samantharitter2017-04-121-1/+4
* SERVER-28421 Implement ClockSource::waitForConditionUntil()Mathias Stearn2017-03-221-55/+1
* SERVER-25062 Fix return types of predicated waits and notification waitFor.Andy Schwerin2017-03-151-4/+2
* SERVER-25062 Implement interruptible sleep and waitFor methods on OperationCo...Andy Schwerin2017-03-091-0/+20
* SERVER-26126 Fix repl unittestsGeert Bosch2016-12-231-0/+5
* SERVER-26126 Remove broken LockState cachingGeert Bosch2016-12-221-5/+0
* Revert "SERVER-26126 Remove broken LockState caching"Esha Maharishi2016-12-131-0/+5
* SERVER-26126 Remove broken LockState cachingGeert Bosch2016-12-121-5/+0
* SERVER-26305 Use interruptible condition variables in ReplicationCoordinatorI...Andy Schwerin2016-10-131-2/+14
* SERVER-25050 Set maxTimeMS on OperationContext on mongosKaloian Manassiev2016-07-301-0/+9
* SERVER-21004 Interruptible wait on condition variables with OperationContexts.Andy Schwerin2016-07-131-6/+166
* SERVER-23905 Unify lifetime management for LockState on OperationContexts int...Andy Schwerin2016-06-031-2/+13
* SERVER-23905 Move RecoveryUnit storage to OperationContext from its subclasses.Andy Schwerin2016-05-241-0/+13
* SERVER-23905 Move writesAreReplicated flag from OperationContextImpl to Opera...Andy Schwerin2016-05-241-1/+0
* SERVER-18277 Track elapsed time on cursors using microsecond resolution on Op...Andy Schwerin2016-05-231-47/+55
* SERVER-18277 Track operation deadlines in OperationContext, not CurOp.Andy Schwerin2016-05-231-1/+154
* SERVER-23873 Optimize checking for interruptMathias Stearn2016-05-101-12/+0
* SERVER-22027 Sharding should not retry killed operationsKaloian Manassiev2015-12-301-4/+5
* Revert "SERVER-22027 Sharding should not retry killed operations"Kaloian Manassiev2015-12-301-5/+4
* SERVER-22027 Sharding should not retry killed operationsKaloian Manassiev2015-12-301-4/+5
* SERVER-18084 Make ShardingState a decoration on ServiceContextKaloian Manassiev2015-07-141-1/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-16/+15
* SERVER-14995 Move _killPending from CurOp to OperationContext.Andy Schwerin2015-06-021-0/+8
* Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera...Andy Schwerin2015-06-021-0/+46
* Revert "SERVER-14995 Move operation id, lockState and client fields to Operat...Spencer T Brody2015-05-291-46/+0
* SERVER-14995 Move operation id, lockState and client fields to OperationContext.Andy Schwerin2015-05-291-0/+46