summaryrefslogtreecommitdiff
path: root/src/mongo/transport/service_executor_synchronous.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39720 Convert ServiceExecutor parameters to IDLBen Caimano2019-02-221-5/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39456 Remove tcmallocEnableMarkThreadTemporarilyIdle implementation.r4.1.8Henrik Edin2019-02-121-4/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams2018-08-211-3/+2
* Revert "SERVER-34986 Allow connections to override maxConns based on CIDR range"Siyuan Zhou2018-08-161-2/+3
* SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams2018-08-161-3/+2
* SERVER-33643 refactor processInfo to no longer depend on globalRobert Guo2018-03-151-7/+1
* SERVER-33450 Remove dependancy on network for service_context so that lib can...Henrik Edin2018-03-011-1/+1
* SERVER-30567: Break out serviceExecutorTaskStats by task typeFiona Rowan2017-11-171-1/+4
* SERVER-31548 ServiceExecutor should be started before TransportLayerJonathan Reams2017-10-161-4/+8
* SERVER-30135 Don't use notify_all_at_thread_exit if we might not have a std::...Andrew Morrow2017-09-231-2/+1
* SERVER-30471 Service executors take a timeout in shutdown to honor shutdown g...Henrik Edin2017-09-221-3/+2
* SERVER-30135 Added a synchronous executor to make the code path between the t...Henrik Edin2017-09-221-0/+152