summaryrefslogtreecommitdiff
path: root/src/mongo/db/operation_context.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37643 IndexBuildsCoordinatorMongod task inherits CurOp and OperationCo...Benety Goh2019-02-011-0/+4
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-1/+1
* SERVER-38677 Remove the invalidations counter from TransactionParticipantKaloian Manassiev2018-12-181-0/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37329 Make ShardRemote interruptable while waiting for a responseSpencer T Brody2018-09-281-1/+1
* SERVER-35679 General Interruption FacilityJason Carey2018-09-171-51/+19
* SERVER-33366 OperationContext setRecoveryUnit() & releaseRecoveryUnit() shoul...Sean Tao2018-08-101-4/+4
* SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeoutJames Wahlin2018-07-241-10/+14
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-3/+3
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-0/+6
* SERVER-33548 Enable profiling for batch writes within transactionsTess Avitabile2018-04-131-3/+3
* SERVER-33785 Prevent interrupt in clientcursormon threadCharlie Swanson2018-03-141-11/+10
* SERVER-33485 Active clients should always have a lock stateTess Avitabile2018-02-271-7/+9
* SERVER-31484 separate the operation deadline from awaitData deadline in shard...Martin Neupauer2018-01-311-11/+0
* SERVER-29609 Disable deadline while doing sharded postimage lookup for $chang...Matthew Russotto2017-10-111-2/+17
* SERVER-30298 Add UserDigest LogicalSessionIDJason Carey2017-07-261-21/+0
* SERVER-19318 Avoid taking any locks for collectionless aggregations without f...Bernard Gorman2017-07-071-2/+12
* SERVER-29852 Store session id and transaction number on all commands' Operati...Kaloian Manassiev2017-06-271-4/+33
* 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