summaryrefslogtreecommitdiff
path: root/src/mongo/transport
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)"Benety Goh2019-04-033-6/+5
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-023-5/+6
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-2812-17/+24
* SERVER-40158 Make failure in ::eventfd non-fatalJason Carey2019-03-191-3/+8
* SERVER-38503 Empty networkMessageCompressors is an errorAndrew Morrow2019-03-112-2/+0
* SERVER-39960 Simplify opCtx::markKilledJason Carey2019-03-112-11/+5
* SERVER-39962 Fewer allocations for linux batonJason Carey2019-03-061-13/+22
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-033-3/+0
* SERVER-39743 Migrate service_executor_reserved set parameter to IDLSara Golemon2019-02-282-13/+18
* SERVER-39720 Convert ServiceExecutor parameters to IDLBen Caimano2019-02-224-33/+98
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-1355-55/+0
* SERVER-39466 Make transport::Reactor inherit from OutOfLineExecutorBen Caimano2019-02-124-29/+18
* SERVER-39456 Remove tcmallocEnableMarkThreadTemporarilyIdle implementation.r4.1.8Henrik Edin2019-02-126-142/+0
* SERVER-39421 Fix opCtx and baton waitsJason Carey2019-02-081-1/+1
* SERVER-38935 Capture errno on error in eventfdJason Carey2019-02-061-1/+2
* SERVER-39147 Always batonJason Carey2019-02-064-16/+3
* SERVER-39146 Refactor BatonJason Carey2019-02-0511-169/+229
* SERVER-37823 Server Side Traffic CaptureJason Carey2019-02-042-0/+9
* SERVER-39348 Release sessions in TLASIO unittestJason Carey2019-02-011-1/+1
* SERVER-38176 Compile with /permissive- on MSVC to make the compiler strictly ...Henrik Edin2019-02-011-2/+2
* SERVER-34422-ThreadMetrics: ServerStatus now returns the number of active cli...Tyler Kaye2019-01-281-0/+4
* SERVER-37389 Give different messages for different connection failure reasonsJonathan Ma2019-01-161-3/+6
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-116-15/+15
* SERVER-35138 service_state_machine will log backtrace for uncaught exceptionsJonathan Ma2019-01-101-4/+2
* SERVER-38738 collapse all getSSLManager() to one implementation and remove mutexIsabella Siu2019-01-092-12/+9
* SERVER-38551 Convert message compressor options to IDLSara Golemon2019-01-095-19/+103
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-076-10/+10
* SERVER-38648 Log bound address/port at startupSara Golemon2019-01-021-0/+1
* SERVER-38177 Fix --repair with --bind_ipJason Carey2019-01-021-0/+1
* SERVER-37722 Check for quiet flag when logging connection end messageJonathan2018-12-201-3/+5
* SERVER-38168 Vendor Zstandard 1.3.7 to third_partyHenrik Edin2018-12-116-4/+172
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-156-30/+32
* SERVER-37941 De-duplicate resolved addressesSara Golemon2018-11-071-50/+63
* SERVER-37717 Fix race between Baton::notify() and Waitable::wait()Mathias Stearn2018-11-021-1/+1
* SERVER-35485 Add compressor capabilities for shell with URI inputTyler Kaye2018-10-252-7/+4
* SERVER-37098 reduce verbosity of frequently logged log line in NetworkInterfa...Esha Maharishi2018-10-221-1/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-2255-526/+637
* SERVER-36697 Utilize TickSource for transactions timing metricsWilliam Schultz2018-10-022-3/+2
* Revert "SERVER-36810 fix unused return value for coverity"Jonathan Reams2018-09-271-1/+1
* SERVER-36250 Add support for optionally logging specific negotiated TLS versionsMark Benvenuto2018-09-171-2/+2
* SERVER-35679 General Interruption FacilityJason Carey2018-09-175-96/+85
* SERVER-36810 fix unused return value for coverityJonathan Reams2018-09-141-1/+1
* SERVER-37081 Catch asio::system_errors when resolving GenericSocketBen Caimano2018-09-132-7/+11
* 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-36900 Add a `unique_function` utility.ADAM David Alan Martin2018-09-062-4/+7
* SERVER-36105 Fix argument type in service_state_machine_test.cppWilliam Schultz2018-08-211-6/+8
* SERVER-36105 Implement server support for exhaust cursors in OP_MSGWilliam Schultz2018-08-212-38/+360
* SERVER-34986 Fix unit testJonathan Reams2018-08-211-1/+0
* SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams2018-08-2113-64/+531