summaryrefslogtreecommitdiff
path: root/src/mongo/db/operation_context.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41034 Invariant if we get a prepare conflict inside runWithoutInterrup...Vesselina Ratcheva2019-06-051-0/+2
* SERVER-39868 Avoid throttling replica set electionsMaria van Keulen2019-05-011-0/+9
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-3/+4
* SERVER-39960 Simplify opCtx::markKilledJason Carey2019-03-111-19/+0
* SERVER-39427 Modify interrupt semantics for opCtxJason Carey2019-03-051-0/+12
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39150 markKillOnClientDisconnectJason Carey2019-02-101-0/+4
* SERVER-39146 Refactor BatonJason Carey2019-02-051-3/+7
* SERVER-37643 IndexBuildsCoordinatorMongod task inherits CurOp and OperationCo...Benety Goh2019-02-011-0/+5
* SERVER-38813 Replace AlternativeOpCtx with AlternativeClientRegionSiyuan Zhou2019-01-281-29/+0
* SERVER-38677 Remove the invalidations counter from TransactionParticipantKaloian Manassiev2018-12-181-5/+6
* SERVER-35879 Reconstitute prepared transactions at end of startup recoverySamy Lanka2018-12-141-0/+29
* SERVER-38449 convert invariant in TemporaryKVRecordStore to fassertBenety Goh2018-12-111-0/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35679 General Interruption FacilityJason Carey2018-09-171-109/+57
* SERVER-33366 OperationContext setRecoveryUnit() & releaseRecoveryUnit() shoul...Sean Tao2018-08-101-2/+2
* SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeoutJames Wahlin2018-07-241-6/+8
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-0/+17
* SERVER-33690 Transaction abort and commit should kill any associated client c...James Wahlin2018-04-161-18/+0
* SERVER-33548 Enable profiling for batch writes within transactionsTess Avitabile2018-04-131-12/+4
* SERVER-33942 Avoid setting deadline for maxTimeMS on tailable cursorsCharlie Swanson2018-04-051-8/+0
* SERVER-32638: Allow lock acquisition to be interruptableLouis Williams2018-03-011-79/+1
* SERVER-33485 Active clients should always have a lock stateTess Avitabile2018-02-271-3/+2
* SERVER-33223 Add transaction resource stashJames Wahlin2018-02-161-6/+74
* SERVER-31484 separate the operation deadline from awaitData deadline in shard...Martin Neupauer2018-01-311-23/+0
* SERVER-31684 Fix unexpected "operation exceeded time limit" errorsMartin Neupauer2017-12-181-0/+8
* Revert "SERVER-31684 Fix unexpected "operation exceeded time limit" errors"Spencer Jackson2017-12-141-8/+0
* SERVER-31684 Fix unexpected "operation exceeded time limit" errorsMartin Neupauer2017-12-121-0/+8
* SERVER-31664 Fix use after free of OperationContext by ExpressionDate*James Wahlin2017-10-301-1/+6
* SERVER-29609 Disable deadline while doing sharded postimage lookup for $chang...Matthew Russotto2017-10-111-0/+28
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-2/+2
* SERVER-30298 Add UserDigest LogicalSessionIDJason Carey2017-07-261-10/+0
* SERVER-29852 Store session id and transaction number on all commands' Operati...Kaloian Manassiev2017-06-271-1/+32
* SERVER-29469 Delete OperationContextImpl classMathias Stearn2017-06-071-14/+2
* SERVER-28298 Allow OperationContext objects to be created with an optional Lo...samantharitter2017-04-121-1/+11
* SERVER-25062 Fix return types of predicated waits and notification waitFor.Andy Schwerin2017-03-151-10/+10
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-33/+2
* SERVER-26965 Use RAII type for turning off replicated writesMatthew Russotto2017-03-131-8/+12
* SERVER-25062 Implement interruptible sleep and waitFor methods on OperationCo...Andy Schwerin2017-03-091-0/+29
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-25/+25
* SERVER-26126 Fix repl unittestsGeert Bosch2016-12-231-0/+6
* SERVER-26126 Remove broken LockState cachingGeert Bosch2016-12-221-6/+0
* Revert "SERVER-26126 Remove broken LockState caching"Esha Maharishi2016-12-131-0/+6
* SERVER-26126 Remove broken LockState cachingGeert Bosch2016-12-121-6/+0
* SERVER-26911 Create RAII type for turning off replicated writesTess Avitabile2016-11-111-0/+25
* SERVER-25050 Set maxTimeMS on OperationContext on mongosKaloian Manassiev2016-07-301-4/+10
* SERVER-21004 Interruptible wait on condition variables with OperationContexts.Andy Schwerin2016-07-131-10/+94
* SERVER-23905 Unify lifetime management for LockState on OperationContexts int...Andy Schwerin2016-06-031-4/+17
* SERVER-23905 Remove getNS() from OperationContext.Andy Schwerin2016-05-271-7/+0
* SERVER-23905 Remove isPrimaryFor from OperationContext.Andy Schwerin2016-05-241-5/+0