summaryrefslogtreecommitdiff
path: root/src/mongo/transport
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-51279 Updating runOnDataAvailableBen Caimano2020-12-0315-38/+59
* SERVER-51278 Introduced ClientStrandBen Caimano2020-12-031-255/+40
* SERVER-50947 Implize ServiceStateMachineBen Caimano2020-12-032-254/+257
* SERVER-49107 Allow binding clients to executor threadsAmirsaman Memaripour2020-12-032-31/+150
* SERVER-49073 Track connections that are maxConn exempt or threadedBen Caimano2020-12-035-158/+267
* Revert "SERVER-50867 Roll back ServiceStateMachine changes temporarily"Ben Caimano2020-12-038-234/+397
* SERVER-51489 Add client IP to slow query log lines in server logsAmirsaman Memaripour2020-11-251-6/+2
* SERVER-51599: no SSL build fix in transport layer mockAndrew Shuvalov2020-11-251-0/+5
* SERVER-51287 check socket() call for failureBilly Donahue2020-11-241-0/+6
* SERVER-52710: fix build when SSL is offAndrew Shuvalov2020-11-202-2/+2
* SERVER-52710: wire up transient SSL parameters up to the NetworkInterfaceAndrew Shuvalov2020-11-209-9/+124
* SERVER-50684 rename,cleanup internalAssert->iassertBilly Donahue2020-11-202-3/+3
* SERVER-49072 Make ServiceExecutors into DecorationsReo Kimura2020-11-1712-32/+143
* SERVER-51599: Allow creating an SSLConnectionContext from in-memory certificatesAndrew Shuvalov2020-11-152-2/+4
* Revert "SERVER-51599: Allow creating an SSLConnectionContext from in-memory c...sviatlana_zuiko2020-11-132-4/+2
* SERVER-51599: Allow creating an SSLConnectionContext from in-memory certificatesAndrew Shuvalov2020-11-132-2/+4
* SERVER-51263 rename ismaster_metrics files to hello_metricsPavi Vetriselvan2020-11-094-3/+3
* SERVER-51811: No-op wiring of transient SSL params in related methodsAndrew Shuvalov2020-11-058-14/+14
* SERVER-51831 Thread SSLConnectionContext from TLConnection's constructor down...Esha Maharishi2020-10-269-42/+122
* SERVER-38289 Teach objects builders how to build idl files.Daniel Moody2020-10-221-4/+4
* SERVER-50418-2 Rename IsMasterMetrics to HelloMetrics and InExhaustIsMaster t...Huayu Ouyang2020-09-303-51/+56
* SERVER-51084 tweak range loop variable types to fix xcode buildBilly Donahue2020-09-251-1/+1
* SERVER-50418 Add exhaustHello to serverStatushuayu-ouyang2020-09-243-6/+54
* SERVER-50867 Roll back ServiceStateMachine changes temporarilyBen Caimano2020-09-1415-533/+259
* SERVER-50452 Make destruction of ServiceExecutorFixed deterministicAmirsaman Memaripour2020-09-123-10/+51
* SERVER-50228 ThreadPool predicate condvar waitBilly Donahue2020-09-101-1/+3
* SERVER-48980 Associate ServiceExecutors with ClientsBen Caimano2020-08-318-108/+316
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-271-4/+4
* SERVER-49874 Make the server to be able to run JavaScript functions with Thre...Mindaugas Malinauskas2020-08-171-1/+1
* SERVER-49072 Make ServiceExecutors into DecorationsReo Kimura2020-08-1412-31/+141
* 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