summaryrefslogtreecommitdiff
path: root/src/mongo/db/operation_context_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76634 Add SerializationContext object to ExpressionContextHugh Tong2023-05-151-2/+5
* SERVER-71123 implement IWYU tool and add required human changesDaniel Moody2023-05-111-1/+1
* SERVER-74241 remove SessionHandle and similar aliasesMatt Diener2023-02-241-2/+2
* SERVER-71440 Remove OpCtx::setIgnoreInterruptsExceptForReplStateChangeSteve Tarzia2023-01-271-68/+0
* SERVER-70361 Prevent crash due to duration overflow in waitForConditionOrInte...Blake Oler2022-10-201-2/+16
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-1/+1
* SERVER-49864 Changed tests to use ServiceContextTest so getServiceContext can...Alex Li2022-06-281-74/+70
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64024 destroy the packaged_task on the thread it was createdBilly Donahue2022-03-011-199/+159
* SERVER-63143 Operation can be interrupted by maxTimeMS timeout while waiting ...Matthew Russotto2022-02-101-0/+68
* SERVER-58403 Serialize concurrent accesses to OperationContext::_commentJennifer Peshansky2021-07-271-0/+2
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-22/+22
* SERVER-50660 Integrate CancelationTokens with OperationContextMatthew Saltz2020-12-221-0/+81
* SERVER-49800 fix use-after-move violations in testsBenety Goh2020-08-011-1/+1
* SERVER-46962 Blacklist sync sources that are shutting downPavi Vetriselvan2020-06-261-0/+8
* SERVER-47802 Destroy opCtx after responding to clientsAmirsaman Memaripour2020-05-141-0/+83
* 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