summaryrefslogtreecommitdiff
path: root/src/mongo/transport/service_executor_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1
* SERVER-57445 Make ServiceExecutorFixed::join privateBilly Donahue2021-07-121-190/+149
* SERVER-57424 remove ENABLE_BITMASK_OPERATORSBilly Donahue2021-06-101-15/+16
* SERVER-53281 Make ServiceExecutorFixed join more reliablyBen Caimano2020-12-101-39/+57
* SERVER-51499 Track service executor statistics more thoroughlyBen Caimano2020-12-031-31/+0
* SERVER-49109 ServiceExecutorFixed tracks work and sessionsBen Caimano2020-12-031-15/+33
* SERVER-51279 Updating runOnDataAvailableBen Caimano2020-12-031-1/+1
* SERVER-50452 Make destruction of ServiceExecutorFixed deterministicAmirsaman Memaripour2020-09-121-0/+29
* SERVER-50064 Make recursion depth thread-local in ServiceExecutor testsAmirsaman Memaripour2020-08-041-16/+3
* SERVER-49879 Fix ServiceExecutorFixed lifetime in death-testsAmirsaman Memaripour2020-07-301-48/+63
* SERVER-49106 Add poll function to the ServiceExecutor APIAmirsaman Memaripour2020-07-281-0/+24
* Revert "SERVER-49106 Add poll function to the ServiceExecutor API"Henrik Edin2020-07-231-24/+0
* SERVER-49106 Add poll function to the ServiceExecutor APIAmirsaman Memaripour2020-07-221-0/+24
* SERVER-49717 Improve resiliency of ServiceExecutorFixed::Stats unittestAmirsaman Memaripour2020-07-221-21/+18
* SERVER-49105 Make ServiceExecutor extend OutOfLineExecutorAmirsaman Memaripour2020-07-221-11/+11
* SERVER-49548 Convert ServiceExecutor to use unique_functionBen Caimano2020-07-161-4/+4
* SERVER-49105 Create fixed thread pool ServiceExecutorAmirsaman Memaripour2020-07-131-0/+187
* SERVER-49337 Synchronize shared resources in ServiceExecutor testsAmirsaman Memaripour2020-07-081-9/+8
* SERVER-49111 Remove ServiceExecutorTaskNamesAmirsaman Memaripour2020-07-011-3/+1
* SERVER-48973 Remove ServiceExecutorAdaptiveAmirsaman Memaripour2020-06-231-59/+1
* SERVER-47075 Clean up some log linesGabriel Russell2020-06-021-2/+3
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-2/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+5
* SERVER-445566 legacy logging cleanupsGabriel Russell2020-01-241-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-3/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-3/+3
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-051-2/+2
* Revert "SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)"Benety Goh2019-04-031-2/+2
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-021-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39466 Make transport::Reactor inherit from OutOfLineExecutorBen Caimano2019-02-121-6/+6
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-2/+2
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36749 Remove race in Service Executor Adaptive testBen Caimano2018-09-061-1/+1
* SERVER-36749 Remove race in Service Executor Adaptive testBen Caimano2018-09-061-4/+10
* SERVER-35056 Flush ready callbacks on NetworkInterfaceTL shutdownBen Caimano2018-07-291-0/+8
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-3/+3
* SERVER-33821 TL changes for NITLJason Carey2018-04-051-2/+57
* SERVER-30567: Break out serviceExecutorTaskStats by task typeFiona Rowan2017-11-171-1/+3
* SERVER-31548 ServiceExecutor should be started before TransportLayerJonathan Reams2017-10-161-0/+150