summaryrefslogtreecommitdiff
path: root/src/mongo/transport
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45798 Infrastructure for Caching OCSP responses for the ClientShreyas Kalyan2020-02-272-12/+23
* SERVER-46223: Support OP_MSG exhaust in mongobridgeLingzhi Deng2020-02-271-0/+1
* SERVER-41679 Add counters in serverStatus for slow network actionsCheahuychou Mao2020-02-262-2/+24
* SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin2020-02-231-1/+5
* SERVER-44522 serverStatus metrics for awaitable isMasterJason Chan2020-02-213-0/+99
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-2117-19/+109
* Revert "SERVER-44522 serverStatus metrics for awaitable isMaster"Ben Caimano2020-02-214-197/+0
* SERVER-46156 Manual log conversionsHenrik Edin2020-02-201-5/+10
* SERVER-44522 serverStatus metrics for awaitable isMasterJason Chan2020-02-204-0/+197
* SERVER-45114 Connect AsyncDBClient exhaust functionality throughoutJanna Golden2020-02-191-13/+13
* 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