summaryrefslogtreecommitdiff
path: root/src/mongo/transport/transport_layer_asio.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54900 Cancel ASIO session when SSL handshake times outAmirsaman Memaripour2021-12-211-0/+53
* SERVER-60679: Parse proxy protocol header on proxied connectionsTyler Seip2021-11-191-1/+7
* SERVER-61095 improvements to transport_layer_asio_test (again)Billy Donahue2021-11-051-4/+5
* Revert "SERVER-61095 improvements to transport_layer_asio_test"auto-revert-processor2021-11-031-5/+4
* SERVER-61095 improvements to transport_layer_asio_testBilly Donahue2021-11-021-4/+5
* SERVER-58080 Remove asynchronous networking from ServiceStateMachineAmirsaman Memaripour2021-07-291-5/+2
* SERVER-54328: Refactor creation of transient SSLConnectionContext to own its ...Andrew Shuvalov2021-02-121-9/+0
* Revert "SERVER-54328: Refactor creation of transient SSLConnectionContext to ...Gregory Wlodarek2021-02-111-0/+9
* SERVER-54328: Refactor creation of transient SSLConnectionContext to own its ...Andrew Shuvalov2021-02-111-9/+0
* SERVER-52707 Make tenant migration recipient use x509 certificate to connect ...Cheahuychou Mao2021-01-051-6/+8
* SERVER-52710: wire up transient SSL parameters up to the NetworkInterfaceAndrew Shuvalov2020-11-201-1/+21
* SERVER-51811: No-op wiring of transient SSL params in related methodsAndrew Shuvalov2020-11-051-2/+2
* SERVER-51831 Thread SSLConnectionContext from TLConnection's constructor down...Esha Maharishi2020-10-261-9/+6
* SERVER-49133 Implemented rotate for OpensslMina Mahmood2020-08-071-1/+2
* SERVER-49157 Make TransportLayer reference a specific WireSpecAmirsaman Memaripour2020-08-041-1/+3
* SERVER-49134 Implement rotate for WindowsGabriel Marks2020-07-271-4/+9
* SERVER-49114 Replace getSSLManager() with SSLManagerCoordinatorGabriel Marks2020-07-141-0/+7
* SERVER-41679 Add counters in serverStatus for slow network actionsCheahuychou Mao2020-02-261-0/+2
* SERVER-44595 Clarify TransportLayer shutdownBen Caimano2019-12-121-2/+11
* SERVER-44155 Validate a subset of latches of all levelsRahul Sundararaman2019-12-091-1/+2
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-3/+3
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-2/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39146 Refactor BatonJason Carey2019-02-051-1/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35101 Strip trailing and leading whitespace from bind_ip arguments and...Adam Cooper2018-06-111-1/+1
* SERVER-35494 Add timeouts to TransportLayer::asyncConnectJonathan Reams2018-06-111-1/+6
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-1/+1
* SERVER-34506 TLASIO test for isJustForContinuationJason Carey2018-05-041-0/+4
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-0/+3
* SERVER-33821 TL changes for NITLJason Carey2018-04-051-21/+23
* SERVER-33300 Integrate TransportLayer with DBClientJonathan Reams2018-03-021-1/+29
* SERVER-33255 clean up TransportLayer APIMathias Stearn2018-02-131-18/+0
* SERVER-32352 Remove TransportLayerLegacyJonathan Reams2018-01-041-0/+1
* SERVER-32426 TransportLayer should honor current setParameter valuesJonathan Reams2017-12-201-1/+3
* SERVER-30086 better log message when using --port 0Billy Donahue2017-12-141-0/+7
* SERVER-32216 Remove UNIX sockets on clean shutdownJonathan Reams2017-12-121-1/+1
* Revert "SERVER-31808 Query vector<SockAddr> from TransportLayer"Billy Donahue2017-11-151-3/+1
* SERVER-31808 Query vector<SockAddr> from TransportLayerBilly Donahue2017-11-151-1/+3
* SERVER-30135 Added a synchronous executor to make the code path between the t...Henrik Edin2017-09-221-4/+5
* SERVER-30136 Move session stats tracking to the service entry point. At the s...Henrik Edin2017-09-151-5/+0
* SERVER-29830 Run async_accept on separate io_contextJonathan Reams2017-09-081-2/+20
* SERVER-30777 Ensure the io_context outlives the associated acceptorsAndrew Morrow2017-08-231-4/+11
* SERVER-29402 Implement ServiceExecutor and fixed-size test executorJonathan Reams2017-07-141-8/+4
* SERVER-29403 Always do async accepts and fix solaris buildJonathan Reams2017-06-191-1/+3
* SERVER-29403 Implement TransportLayerASIOJonathan Reams2017-06-171-0/+152