summaryrefslogtreecommitdiff
path: root/src/mongo/db/operation_context_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-191-8/+10
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Henrik Edin2018-09-131-13/+12
* SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeoutr4.0.1-rc1r4.0.1James Wahlin2018-07-271-8/+8
* 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