summaryrefslogtreecommitdiff
path: root/src/mongo/transport
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49106 Add poll function to the ServiceExecutor APIAmirsaman Memaripour2020-07-2816-68/+132
* SERVER-49134 Implement rotate for WindowsGabriel Marks2020-07-277-55/+91
* Revert "SERVER-49106 Add poll function to the ServiceExecutor API"Henrik Edin2020-07-236-89/+0
* SERVER-49106 Add poll function to the ServiceExecutor APIAmirsaman Memaripour2020-07-226-0/+89
* SERVER-49717 Improve resiliency of ServiceExecutorFixed::Stats unittestAmirsaman Memaripour2020-07-221-21/+18
* SERVER-49105 Make ServiceExecutor extend OutOfLineExecutorAmirsaman Memaripour2020-07-2210-22/+33
* SERVER-49548 Convert ServiceExecutor to use unique_functionBen Caimano2020-07-166-15/+18
* SERVER-49432 Avoid read-after-delete in ServiceExecutorSync shutdownAmirsaman Memaripour2020-07-162-15/+21
* SERVER-48755 made formatting editsReo Kimura2020-07-151-4/+4
* SERVER-48755 linked ingress and egress networking to one anotherReo Kimura2020-07-151-1/+7
* SERVER-49114 Replace getSSLManager() with SSLManagerCoordinatorGabriel Marks2020-07-146-14/+49
* SERVER-49105 Create fixed thread pool ServiceExecutorAmirsaman Memaripour2020-07-135-49/+478
* SERVER-48754 Adding Internal Ingress Networking READMEAndrew Chen2020-07-131-0/+42
* SERVER-49112 Add Session::getSSLConfigurationGabriel Marks2020-07-087-0/+36
* SERVER-49337 Synchronize shared resources in ServiceExecutor testsAmirsaman Memaripour2020-07-081-9/+8
* SERVER-48509 fixed uassert conditionAndrew Chen2020-07-071-1/+1
* removed redundant if/throwAndrew Chen2020-07-071-7/+1
* Switched to fmt_string and clarified log messageAndrew Chen2020-07-071-3/+4
* SERVER-48509 More revisions to exception loggingAndrew Chen2020-07-071-9/+6
* SERVER-48509 Added uassert and modified catch blockAndrew Chen2020-07-071-8/+11
* SERVER-48509 Catch and log exceptions when creating threads failAndrew Chen2020-07-073-22/+6
* SERVER-48754 Adding README to /src/mongo/transportAndrew Chen2020-07-071-0/+18
* SERVER-48944 rename attr /connection_id/connectionId/Billy Donahue2020-07-021-8/+3
* SERVER-49111 Remove ServiceExecutorTaskNamesAmirsaman Memaripour2020-07-0111-102/+15
* SERVER-48973 Remove ServiceExecutorAdaptiveAmirsaman Memaripour2020-06-236-1437/+4
* SERVER-48704 Emit deprecation warning when serviceExecutor is "adaptive"Amirsaman Memaripour2020-06-171-0/+7
* SERVER-47075 Clean up some log linesGabriel Russell2020-06-0217-131/+204
* SERVER-48396 stop SIGUSR2 from killing connectionsBilly Donahue2020-05-291-4/+13
* SERVER-46932 supress more logging in the shellGabriel Russell2020-05-181-5/+5
* SERVER-47802 Destroy opCtx after responding to clientsAmirsaman Memaripour2020-05-142-3/+22
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-2613-27/+23
* SERVER-47045 Add tests to check that the RSM behaves correctly when contactin...jannaerin2020-04-201-2/+7
* SERVER-44954 Streamable RSM uses exhaust isMasterjannaerin2020-04-171-57/+27
* SERVER-47166 Explicitly break Baton Promises outside of locksBen Caimano2020-04-162-65/+96
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-146-6/+6
* SERVER-46821 Allow NetworkingBatons to send work to ASIOReactor after detachBen Caimano2020-04-013-10/+40
* Revert "SERVER-44954 Streamable RSM uses exhaust isMaster"jannaerin2020-03-251-27/+57
* SERVER-44954 Streamable RSM uses exhaust isMasterjannaerin2020-03-251-57/+27
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-243-6/+3
* SERVER-46802 Fix detection of functioning TCP_FASTOPEN_CLIENTSara Golemon2020-03-121-1/+1
* SERVER-42065 Handle bindIpAll exception when ipv6 is not supportedAmirsaman Memaripour2020-03-101-1/+16
* SERVER-46542 Cleanup log statements for early logging and startup warningsHenrik Edin2020-03-062-21/+11
* SERVER-27896 Add support for enforcing single-thread contextAmirsaman Memaripour2020-03-021-0/+2
* SERVER-46486 TCP FastOpen warning should be a startup warning onceBen Caimano2020-03-021-11/+49
* 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