summaryrefslogtreecommitdiff
path: root/src/mongo/transport
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48726 Document Server-Internal Baton PatternAmirsaman Memaripour2020-08-121-18/+56
* SERVER-50035 save the errno from pthread_create to report laterGabriel Russell2020-08-121-3/+20
* SERVER-49133 Implemented rotate for OpensslMina Mahmood2020-08-076-10/+17
* SERVER-49104 Futurize Service State MachineAndrew Chen2020-08-063-140/+97
* SERVER-48716 Completed doc, added links to files in docs/README.mdReo Kimura2020-08-051-1/+2
* SERVER-49417 Fix connectionId attribute nameBilly Donahue2020-08-041-4/+5
* SERVER-50064 Make recursion depth thread-local in ServiceExecutor testsAmirsaman Memaripour2020-08-043-16/+14
* SERVER-49157 Make TransportLayer reference a specific WireSpecAmirsaman Memaripour2020-08-049-14/+27
* SERVER-49879 Fix ServiceExecutorFixed lifetime in death-testsAmirsaman Memaripour2020-07-301-48/+63
* SERVER-48741 Merge socket and ssl_manager librariesMark Benvenuto2020-07-301-1/+0
* SERVER-49080 Add SNI extension loggingGabriel Marks2020-07-301-0/+9
* SERVER-48978 Futurize handleRequestAndrew Chen2020-07-304-58/+73
* 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