summaryrefslogtreecommitdiff
path: root/src/mongo/transport/SConscript
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75161 Make gRPC available in `mongo::transport`Amirsaman Memaripour2023-03-231-9/+15
* SERVER-74006 Introduce abstraction for accessing the cluster-wide maxWireVersionPatrick Freed2023-02-251-0/+10
* SERVER-71909 Create an initial split between Sync and Async AsioSessionMatt Diener2023-02-221-1/+1
* SERVER-72598 Introduce server parameter to turn off logging for detailed conn...Blake Oler2023-02-091-0/+1
* SERVER-73634 Merge the `server_options_core` library into `server_base`Kaloian Manassiev2023-02-061-3/+0
* SERVER-71906 move asio-related transport files to their own directoryMatt Diener2023-01-241-7/+7
* Revert "SERVER-70151 no thread_locals in ServiceExecutorSynchronous"Billy Donahue2023-01-241-2/+2
* SERVER-71906 rename BatonASIO to AsioNetworkingBatonMatt Diener2023-01-091-1/+1
* SERVER-71906 rename TransportLayerASIO to AsioTransportLayerMatt Diener2022-12-211-3/+3
* SERVER-71906 rename session_asio to asio_session and autoformatMatt Diener2022-12-081-1/+1
* SERVER-70151 no thread_locals in ServiceExecutorSynchronousBilly Donahue2022-11-291-2/+2
* SERVER-67241 Log metrics for first ingress hello commandVojislav Stojkovic2022-11-221-3/+3
* SERVER-67887 Add metrics for the first non-auth command on an ingress connectionVojislav Stojkovic2022-10-201-1/+19
* SERVER-69570 ServiceExecutorSynchronous optimizationsBilly Donahue2022-09-221-0/+13
* SERVER-69871 Move feature_flag unit into server_baseSara Golemon2022-09-221-2/+1
* SERVER-67829 Benchmark for ServiceStateMachineAlex Li2022-09-121-0/+13
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-291-6/+7
* SERVER-64968 Add a global counter to measure how many ingress connections the...Reo Kimura2022-08-041-0/+2
* SERVER-67830 Rename ServiceStateMachine -> SessionWorkflowAlex Li2022-07-281-2/+2
* SERVER-66639 Manager class for pre-image collectioncsum1122022-07-261-0/+1
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-251-4/+3
* SERVER-63263 Add metric for connection establishment once MongoDB accepts() a...Reo Kimura2022-04-191-0/+2
* SERVER-63674 Create a FeatureFlag for ServiceEntryPointImpl::shutdownAndWaitDaniel Morilha2022-02-221-0/+1
* SERVER-63185 Add unit-tests for the networking batonAmirsaman Memaripour2022-02-071-0/+1
* SERVER-54900 Cancel ASIO session when SSL handshake times outAmirsaman Memaripour2021-12-211-0/+1
* SERVER-60678: Add peeking to SessionASIOTyler Seip2021-11-051-0/+1
* SERVER-60677: Implement parser for Proxy Protocol V1 and V2 headersTyler Seip2021-10-291-0/+2
* SERVER-59858 Add observability for tasks scheduled on reactor threadsAmirsaman Memaripour2021-10-281-0/+1
* Revert "SERVER-60677: Implement parser for Proxy Protocol V1 and V2"Benety Goh2021-10-281-2/+0
* SERVER-60677: Implement parser for Proxy Protocol V1 and V2Tyler Seip2021-10-271-0/+2
* SERVER-58210 Eliminate unnecessary RPC protocol negotiation codeDavid Storch2021-10-011-2/+2
* SERVER-59233 Suppress ASIO nullptr dereference warning when using GCC 11Andrew Morrow2021-09-281-1/+13
* SERVER-58204 physical layout: session_asio.cpp and asio_utils.cppBilly Donahue2021-08-061-0/+2
* SERVER-56505 Removed a deprecated wire OP_KILL_CURSORS requestYoonsoo Kim2021-05-071-0/+1
* SERVER-54502 Fix dependencies for transport_testAmirsaman Memaripour2021-02-121-0/+1
* SERVER-50141 Rewrite ServiceStateMachineTestBen Caimano2021-02-051-2/+1
* SERVER-51279 Updating runOnDataAvailableBen Caimano2020-12-031-0/+1
* Revert "SERVER-50867 Roll back ServiceStateMachine changes temporarily"Ben Caimano2020-12-031-0/+1
* SERVER-49072 Make ServiceExecutors into DecorationsReo Kimura2020-11-171-1/+2
* SERVER-51263 rename ismaster_metrics files to hello_metricsPavi Vetriselvan2020-11-091-1/+1
* SERVER-38289 Teach objects builders how to build idl files.Daniel Moody2020-10-221-4/+4
* SERVER-50867 Roll back ServiceStateMachine changes temporarilyBen Caimano2020-09-141-3/+1
* SERVER-48980 Associate ServiceExecutors with ClientsBen Caimano2020-08-311-0/+1
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-271-4/+4
* SERVER-49072 Make ServiceExecutors into DecorationsReo Kimura2020-08-141-1/+2
* SERVER-49104 Futurize Service State MachineAndrew Chen2020-08-061-1/+2
* SERVER-49157 Make TransportLayer reference a specific WireSpecAmirsaman Memaripour2020-08-041-0/+1
* SERVER-48741 Merge socket and ssl_manager librariesMark Benvenuto2020-07-301-1/+0
* SERVER-49106 Add poll function to the ServiceExecutor APIAmirsaman Memaripour2020-07-281-1/+1
* SERVER-49105 Create fixed thread pool ServiceExecutorAmirsaman Memaripour2020-07-131-0/+2