summaryrefslogtreecommitdiff
path: root/src/mongo/transport
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42938 Implement Infrastructure for Provisioning and Refreshing OCSP Re...Shreyas Kalyan2020-02-131-0/+7
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-1313-147/+288
* SERVER-46038 Allow HostUnreachable as acceptable error when cancelling exhaus...Janna Golden2020-02-101-2/+4
* SERVER-44905 Futurize the retrieval of OCSP ResponsesShreyas Kalyan2020-02-041-9/+16
* SERVER-45109 Modify AsyncDBClient to allow exhaust requestsJanna Golden2020-01-281-0/+183
* SERVER-445566 legacy logging cleanupsGabriel Russell2020-01-245-5/+5
* SERVER-45547 Baton::run() should destroy Tasks outside of lockBen Caimano2020-01-141-1/+4
* SERVER-45425 Reactor::drain() should use a ThreadIdGuardBen Caimano2020-01-101-0/+3
* SERVER-44676 Enable TCP_FASTOPENSara Golemon2019-12-224-10/+257
* SERVER-44517 Refactor exhaust cursors on top of isMaster code changesTess Avitabile2019-12-202-189/+38
* SERVER-45156 SockAddr constructor should take sockaddr, not sockaddr_storageMark Benvenuto2019-12-182-6/+2
* SERVER-44510 Implement exhaust isMasterTess Avitabile2019-12-161-7/+41
* SERVER-44699: Clean up exhaust cursors when the network session is closedLingzhi Deng2019-12-123-0/+26
* SERVER-44595 Clarify TransportLayer shutdownBen Caimano2019-12-122-44/+89
* SERVER-43623 Stop catching exceptions in NetworkInterfaceASIORahul Sundararaman2019-12-101-12/+2
* SERVER-44700: Call markKillOnClientDisconnect for exhaust cursorsLingzhi Deng2019-12-101-0/+3
* SERVER-44155 Validate a subset of latches of all levelsRahul Sundararaman2019-12-096-6/+15
* SERVER-41045 Add SNI support for windows SSLShreyas Kalyan2019-10-311-2/+2
* SERVER-44183 Failure to listen on an asio socket should be fatalBen Caimano2019-10-281-1/+8
* SERVER-15902 sigaltstack for workers and stdx::thread.Billy Donahue2019-10-251-0/+7
* 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