index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
db
/
operation_context_test.cpp
Age
Commit message (
Expand
)
Author
2024-09-14
SERVER-90429 Remove diagnostic latches (#27018)
Sophia Tan
2024-09-12
Revert "SERVER-90429 Remove diagnostic latches (#26931)" (#26988)
auto-revert-app[bot]
2024-09-11
SERVER-90429 Remove diagnostic latches (#26931)
Sophia Tan
2024-03-19
SERVER-87974 Enable modernize-use-override and apply fixes (#20075)
Ivan Fefer
2024-02-13
SERVER-81797 (Basic)WaitableAtomic with wait with deadline and timeout suppor...
Mathias Stearn
2023-12-14
SERVER-80679 gRPC Ingress Metrics
Sara Golemon
2023-10-05
SERVER-81830 Create Clients with Service, not ServiceContext
George Wangensteen
2023-09-23
SERVER-81059 bulk-revert of include of boost iif.hpp
Billy Donahue
2023-07-01
SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0
Daniel Moody
2023-05-22
SERVER-60173 Ban implicit capture of this via [=] in lambda expressions
Juan Gu
2023-05-20
Revert "SERVER-60173 Ban implicit capture of `this` via `[=]` in lambda expre...
auto-revert-processor
2023-05-17
SERVER-60173 Ban implicit capture of `this` via `[=]` in lambda expressions
Juan Gu
2023-05-15
SERVER-76634 Add SerializationContext object to ExpressionContext
Hugh Tong
2023-05-11
SERVER-71123 implement IWYU tool and add required human changes
Daniel Moody
2023-02-24
SERVER-74241 remove SessionHandle and similar aliases
Matt Diener
2023-01-27
SERVER-71440 Remove OpCtx::setIgnoreInterruptsExceptForReplStateChange
Steve Tarzia
2022-10-20
SERVER-70361 Prevent crash due to duration overflow in waitForConditionOrInte...
Blake Oler
2022-08-17
SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...
Shin Yee Tan
2022-06-28
SERVER-49864 Changed tests to use ServiceContextTest so getServiceContext can...
Alex Li
2022-05-06
SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includes
Billy Donahue
2022-03-01
SERVER-64024 destroy the packaged_task on the thread it was created
Billy Donahue
2022-02-10
SERVER-63143 Operation can be interrupted by maxTimeMS timeout while waiting ...
Matthew Russotto
2021-07-27
SERVER-58403 Serialize concurrent accesses to OperationContext::_comment
Jennifer Peshansky
2021-03-23
SERVER-53230: Rename cancelation -> cancellation everywhere
Tyler Seip
2020-12-22
SERVER-50660 Integrate CancelationTokens with OperationContext
Matthew Saltz
2020-08-01
SERVER-49800 fix use-after-move violations in tests
Benety Goh
2020-06-26
SERVER-46962 Blacklist sync sources that are shutting down
Pavi Vetriselvan
2020-05-14
SERVER-47802 Destroy opCtx after responding to clients
Amirsaman Memaripour
2020-01-23
SERVER-45058 Report currentOp.active as false when internal services block on...
Amirsaman Memaripour
2019-10-17
SERVER-43987 Require predicates with OperationContext::waitForConditionOrInte...
Ben Caimano
2019-09-17
SERVER-42165 Replace uses of stdx::mutex with mongo::Mutex
Ben Caimano
2019-06-10
SERVER-39339 Remove `stdx/memory.h`
ADAM David Alan Martin
2019-06-10
SERVER-39338 Remove `stdx/functional.h`
ADAM David Alan Martin
2019-05-14
SERVER-39794 Abort in-progress transactions on stepup
Siyuan Zhou
2019-04-09
SERVER-39848: Add flow control diagnostics.
Daniel Gottlieb
2019-03-06
SERVER-38175 invariant on markKill w extra info
Jason Carey
2019-03-05
SERVER-39427 Modify interrupt semantics for opCtx
Jason Carey
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-10-02
SERVER-36697 Utilize TickSource for transactions timing metrics
William Schultz
2018-09-18
SERVER-35679 Fix unused named exception
Jason Carey
2018-09-17
SERVER-35679 General Interruption Facility
Jason Carey
2018-07-24
SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeout
James Wahlin
2018-06-22
SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...
Andy Schwerin
2018-04-23
SERVER-33991 Pass txnNumber in getMore requests through mongos
Jack Mulrow
2017-10-19
SERVER-31521 Make OperationContextGroup have a non-sticky interrupt and updat...
Dianna Hohensee
2017-07-26
SERVER-30298 Add UserDigest LogicalSessionID
Jason Carey
2017-07-13
SERVER-30014 OperationContextGroup tracks, interrupts OperationContext objects
Nathan Myers
2017-06-27
SERVER-29852 Store session id and transaction number on all commands' Operati...
Kaloian Manassiev
2017-04-12
SERVER-28298 Allow OperationContext objects to be created with an optional Lo...
samantharitter
[next]