1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/roles/http
Andy Green 774240f73b linkit: support build using public sdk
This provides support to build lws using the linkit 7697 public SDK
from here https://docs.labs.mediatek.com/resource/mt7687-mt7697/en/downloads

This toolchain has some challenges, its int32_t / uint32_t are long,
so assumptions about format strings for those being %u / %d / %x all
break.  This fixes all the cases for the features enabled by the
default cmake settings.
2020-01-17 07:45:34 +00:00
..
client event-ops: rename accept member to sock_accept 2020-01-15 12:20:50 +00:00
compression cleaning 2020-01-05 22:17:58 +00:00
server linkit: support build using public sdk 2020-01-17 07:45:34 +00:00
header.c cleaning 2020-01-05 22:17:58 +00:00
lextable-strings.h lextable: fix x-forwarded-for 2019-12-20 18:42:29 +00:00
lextable.h lextable: fix x-forwarded-for 2019-12-20 18:42:29 +00:00
minilex.c cleaning 2020-01-05 22:17:58 +00:00
parsers.c ah: simple_create an empty string removes header entry 2020-01-10 10:05:35 +00:00
private-lib-roles-http.h basic auth: add callback option 2019-12-14 23:55:28 +00:00