summaryrefslogtreecommitdiff
path: root/src/mongo/transport
Commit message (Expand)AuthorAgeFilesLines
* SERVER-52919 Wire compression not enabled for initial syncAmirsaman Memaripour2020-12-221-1/+16
* SERVER-15902 sigaltstack for workers and stdx::thread.Billy Donahue2020-04-071-0/+7
* SERVER-45156 SockAddr constructor should take sockaddr, not sockaddr_storageMark Benvenuto2020-03-132-6/+2
* SERVER-43945 Expose out of order latch acquisitions in serverStatusBen Caimano2020-03-036-6/+15
* SERVER-44595 Clarify TransportLayer shutdownBen Caimano2019-12-122-44/+89
* SERVER-43623 Stop catching exceptions in NetworkInterfaceASIORahul Sundararaman2019-12-101-12/+2
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-11-0118-94/+95
* SERVER-41357 SERVER-41360 SERVER-43324 Add Mutex, BasicLockableAdaptor, and D...Ben Caimano2019-10-311-1/+2
* SERVER-44183 Failure to listen on an asio socket should be fatalBen Caimano2019-10-281-1/+8
* SERVER-44064 Perform explicit cast on MessageCompressorManager parameterAdam Cooper2019-10-252-1/+24
* SERVER-43751 Recompute compressor manager message parametersAdam Cooper2019-10-072-0/+24
* SERVER-41482 removed the call to OpMsg::parse and used the exhaustCursorId pr...Vishnu Kaushik2019-08-192-18/+13
* SERVER-40004 Modified compareAndSwap to return booleanShelley Jain2019-08-163-4/+4
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-2618-77/+80
* SERVER-40989 Get SockAddr out of HostAndPortMathias Stearn2019-07-016-22/+62
* SERVER-41490 Disable OP_MSG checksums for TLS connectionsRahul Sundararaman2019-06-273-0/+8
* 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
* SERVER-38738 collapse all getSSLManager() to one implementation and remove mutexIsabella Siu2019-01-092-12/+9