summaryrefslogtreecommitdiff
path: root/src/mongo/transport/service_entry_point_utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48509 fixed uassert conditionAndrew Chen2020-07-071-1/+1
* removed redundant if/throwAndrew Chen2020-07-071-7/+1
* Switched to fmt_string and clarified log messageAndrew Chen2020-07-071-3/+4
* SERVER-48509 More revisions to exception loggingAndrew Chen2020-07-071-9/+6
* SERVER-48509 Added uassert and modified catch blockAndrew Chen2020-07-071-8/+11
* SERVER-48509 Catch and log exceptions when creating threads failAndrew Chen2020-07-071-3/+5
* SERVER-47075 Clean up some log linesGabriel Russell2020-06-021-5/+10
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-27896 Add support for enforcing single-thread contextAmirsaman Memaripour2020-03-021-0/+2
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-3/+8
* SERVER-15902 sigaltstack for workers and stdx::thread.Billy Donahue2019-10-251-0/+7
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-4/+5
* 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-34041 fix lintBenety Goh2018-03-221-1/+2
* SERVER-34041 Fix `rlim_t` warning in FreeBSD.ADAM David Alan Martin2018-03-221-2/+1
* SERVER-31272: Include sys/resource.h on UnixAndrew Aldridge2017-09-271-1/+1
* SERVER-30737 Use launchServiceWorkerThread to launch threads in ServiceExecut...Andrew Morrow2017-09-201-9/+8
* SERVER-13825 Close connections for which we can't allocate a threadAndrew Morrow2017-08-291-2/+4
* SERVER-29238 Implement ServiceStateMachineJonathan Reams2017-06-051-55/+8
* SERVER-28201 Allow detatching of the current ClientJonathan Reams2017-04-191-4/+5
* SERVER-27727 Make threadName a native thread_local so debuggers can get to itMathias Stearn2017-03-241-1/+1
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-1/+1
* SERVER-26674 transport::Session objects should be shared_ptr managedsamantharitter2016-11-051-11/+15
* SERVER-20819 Coverity analysis defect 76290: Unchecked return valueWaley Chen2016-07-131-1/+5
* SERVER-24162 Integrate TransportLayerSamantha Ritter2016-07-121-0/+150