summaryrefslogtreecommitdiff
path: root/src/mongo/db/operation_context_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45058 Report currentOp.active as false when internal services block on...Amirsaman Memaripour2020-01-231-0/+32
* SERVER-43987 Require predicates with OperationContext::waitForConditionOrInte...Ben Caimano2019-10-171-27/+30
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-27/+27
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-4/+4
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-39794 Abort in-progress transactions on stepupSiyuan Zhou2019-05-141-20/+0
* SERVER-39848: Add flow control diagnostics.Daniel Gottlieb2019-04-091-0/+38
* SERVER-38175 invariant on markKill w extra infoJason Carey2019-03-061-0/+16
* SERVER-39427 Modify interrupt semantics for opCtxJason Carey2019-03-051-4/+71
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36697 Utilize TickSource for transactions timing metricsWilliam Schultz2018-10-021-1/+1
* SERVER-35679 Fix unused named exceptionJason Carey2018-09-181-1/+1
* SERVER-35679 General Interruption FacilityJason Carey2018-09-171-0/+229
* SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeoutJames Wahlin2018-07-241-8/+8
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-13/+12
* SERVER-33991 Pass txnNumber in getMore requests through mongosJack Mulrow2018-04-231-0/+29
* SERVER-31521 Make OperationContextGroup have a non-sticky interrupt and updat...Dianna Hohensee2017-10-191-13/+0
* SERVER-30298 Add UserDigest LogicalSessionIDJason Carey2017-07-261-62/+2
* SERVER-30014 OperationContextGroup tracks, interrupts OperationContext objectsNathan Myers2017-07-131-0/+75
* SERVER-29852 Store session id and transaction number on all commands' Operati...Kaloian Manassiev2017-06-271-26/+90
* SERVER-28298 Allow OperationContext objects to be created with an optional Lo...samantharitter2017-04-121-0/+37
* SERVER-25062 Remove racy, redundant SleepForExpires test from operation_conte...Andy Schwerin2017-03-151-15/+0
* SERVER-25062 Fix return types of predicated waits and notification waitFor.Andy Schwerin2017-03-151-39/+38
* SERVER-25062 Implement interruptible sleep and waitFor methods on OperationCo...Andy Schwerin2017-03-091-10/+152
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-54/+55
* SERVER-21004 Fix argument lookup compile error exposed by clang.Andy Schwerin2016-07-141-42/+42
* SERVER-21004 Interruptible wait on condition variables with OperationContexts.Andy Schwerin2016-07-131-4/+266
* SERVER-18277 Track elapsed time on cursors using microsecond resolution on Op...Andy Schwerin2016-05-231-2/+59
* SERVER-18277 Track operation deadlines in OperationContext, not CurOp.Andy Schwerin2016-05-231-0/+72