1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib
Andy Green 91a821c793 esp32: align with esp-idf changes
LWIP_SOCKET_OFFSET is now nonzero, which I handled a while back.

But the C api support for it is broken in esp-idf.

select() takes unmodified fds, but FD_SET / FD_ISSET etc must have the
offset subtracted on their args.

With this we are working on current HEAD esp-idf.
2017-12-01 11:37:36 +08:00
..
client refactor-eliminate-lws-union 2017-12-01 11:37:35 +08:00
event-libs appveyor: Enable 64-bit build with OpenSSL and HTTP2 2017-11-26 19:16:17 +08:00
ext refactor-eliminate-lws-union 2017-12-01 11:37:35 +08:00
http2 esp32: align with esp-idf changes 2017-12-01 11:37:36 +08:00
jws RFC7638: JWK thumbprint 2017-11-26 19:07:12 +08:00
misc cleanups 2017-12-01 11:37:35 +08:00
plat esp32: align with esp-idf changes 2017-12-01 11:37:36 +08:00
server h2-ws-draft-02 2017-12-01 11:37:35 +08:00
tls esp32: align with esp-idf changes 2017-12-01 11:37:36 +08:00
alloc.c esp32: align with esp-idf changes 2017-12-01 11:37:36 +08:00
context.c lws_compare_time_t: conceal time discontiguities on all platforms 2017-12-01 11:37:36 +08:00
handshake.c esp32: align with esp-idf changes 2017-12-01 11:37:36 +08:00
header.c refactor-eliminate-lws-union 2017-12-01 11:37:35 +08:00
lextable-strings.h parser: add x-auth-token 2017-12-01 11:37:36 +08:00
lextable.h parser: add x-auth-token 2017-12-01 11:37:36 +08:00
libwebsockets.c esp32: align with esp-idf changes 2017-12-01 11:37:36 +08:00
libwebsockets.h esp32: align with esp-idf changes 2017-12-01 11:37:36 +08:00
minilex.c whitespace trailing mass cleanout 2015-12-14 08:52:03 +08:00
output.c h2-ws-draft-02 2017-12-01 11:37:35 +08:00
pollfd.c esp32: align with esp-idf changes 2017-12-01 11:37:36 +08:00
private-libwebsockets.h lws_compare_time_t: conceal time discontiguities on all platforms 2017-12-01 11:37:36 +08:00
service.c esp32: align with esp-idf changes 2017-12-01 11:37:36 +08:00