1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/lib/roles/ws
Andy Green bce8cca042 refactor: also migrate tls to the ops struct and private.h pattern
Several new ops are planned for tls... so better to bite the bullet and
clean it out to the same level as roles + event-libs first.

Also adds a new travis target "mbedtls" and all the tests except
autobahn against mbedtls build.
2018-05-02 12:10:36 +08:00
..
ext context info struct: make lws usage all const 2018-04-27 08:37:20 +08:00
client-parser-ws.c refactor: clean out test-apps 2018-04-29 08:35:24 +08:00
client-ws.c refactor: move all ah and http specific vars to http private and conditional inclusion from there 2018-04-27 15:20:56 +08:00
ops-ws.c refactor: also migrate tls to the ops struct and private.h pattern 2018-05-02 12:10:36 +08:00
private.h refactor: most preparation for -DLWS_ROLE_H1=0 2018-04-27 19:16:50 +08:00
server-ws.c refactor: change event lib minimal examples to serve as the test apps 2018-04-30 19:17:32 +08:00