summaryrefslogtreecommitdiff
path: root/src/mongo/transport
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-215-5/+5
* SERVER-44064 Perform explicit cast on MessageCompressorManager parameterAdam Cooper2019-10-182-1/+24
* SERVER-43800 ClockSource::waitForConditionUntil shouldn't use unique_lock out...Ben Caimano2019-10-091-1/+2
* SERVER-43751 Recompute compressor manager message parametersAdam Cooper2019-10-072-0/+24
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-032-2/+2
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-1718-99/+99
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-103-5/+5
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-2718-77/+80
* SERVER-41975 Skip ASIO::basic_socket::cancel() in session_asio.hRahul Sundararaman2019-07-011-1/+0
* SERVER-41490 Disable OP_MSG checksums for TLS connectionsRahul Sundararaman2019-06-263-0/+8
* SERVER-41482 removed the call to OpMsg::parse and used the exhaustCursorId pr...Vishnu Kaushik2019-06-212-18/+13
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-94/+38
* SERVER-39340 Remove `stdx/list.h`ADAM David Alan Martin2019-06-102-4/+4
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-1018-61/+67
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-1010-21/+24
* SERVER-40004 Modified compareAndSwap to return booleanShelley Jain2019-06-073-4/+4
* SERVER-40989 Get SockAddr out of HostAndPortMathias Stearn2019-06-066-22/+62
* SERVER-41349 Added diagnostic for slow DNS (>1 second)Rahul Sundararaman2019-06-031-1/+9
* SERVER-41102 Join threads in transport_layer_asio_testBen Caimano2019-05-311-4/+20
* SERVER-40156 Replica sets support Split HorizonsADAM David Alan Martin2019-05-172-23/+13
* SERVER-28679 Set OP_MSG checksumA. Jesse Jiryu Davis2019-05-142-2/+16
* SERVER-40721 Add SubBatonJason Carey2019-05-012-23/+16
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-40356 Make ConstDataRange constructable from any byte-like typeJonathan Reams2019-04-064-30/+26
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-053-5/+6
* 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