esp-idf/components/tcp_transport
Angus Gratton 66fb5a29bb Whitespace: Automated whitespace fixes (large commit)
Apply the pre-commit hook whitespace fixes to all files in the repo.

(Line endings, blank lines at end of file, trailing whitespace)
2020-11-11 07:36:35 +00:00
..
include Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
private_include tcp_transport: Added internal API for underlying socket, used for custom select on connection end for WS 2020-08-18 06:42:22 +00:00
test Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
CMakeLists.txt tcp_transport: replace transport_strcasestr with strcasestr 2019-08-15 17:51:54 +02:00
component.mk Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
Kconfig websocket: add configurable ws_transport buffer size 2020-07-20 10:02:31 +00:00
transport_ssl.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
transport_tcp.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
transport_utils.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
transport_ws.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
transport.c tcp_transport: Added internal API for underlying socket, used for custom select on connection end for WS 2020-08-18 06:42:22 +00:00