esp-idf/components/tcp_transport
Marius Vikhammer bab0fa8a03 ci(test_apps): limit dependencies for misc test_apps
Only pull in direct dependencies for the test apps, reducing build time
as well making it possible for CI to determine if the test should run or not
when dependencies are changed.
2024-02-21 09:34:29 +08:00
..
host_test [tcp_transport] - Adds Socks4 proxy transport 2023-03-27 14:46:40 +02:00
include fix(esp-tls): Use TLS 1.2 and TLS 1.3 simultaneously 2023-10-23 16:23:10 +05:30
private_include [tcp_transport] Fix initialition of transport 2022-07-14 12:29:58 +00:00
test_apps ci(test_apps): limit dependencies for misc test_apps 2024-02-21 09:34:29 +08:00
CMakeLists.txt lwip/linux: Add lwip support for networking component under linux 2023-05-05 05:03:39 +00:00
Kconfig tcp_transport: add websocket dynamic buffer feature 2022-06-08 19:13:25 +00:00
transport_internal.c Replaced logging tags with lower case in tcp_transport component to unite all tags under common structure. 2022-08-16 08:38:57 +00:00
transport_socks_proxy.c [tcp_transport] - Adds Socks4 proxy transport 2023-03-27 14:46:40 +02:00
transport_ssl.c fix(esp-tls): Use TLS 1.2 and TLS 1.3 simultaneously 2023-10-23 16:23:10 +05:30
transport_ws.c all: Removes unnecessary newline character in logs 2023-06-09 03:31:21 +08:00
transport.c Replaced logging tags with lower case in tcp_transport component to unite all tags under common structure. 2022-08-16 08:38:57 +00:00