1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/lib
Andy Green a5488f9c27 mbedtls: remove abortive attempt to avoid confusing people
Basically we support openssl api compatibles only.

If we ever try something different we need a shim making it openssl api or a proper abstraction layer added first.
2017-02-22 09:54:47 +08:00
..
.gitignore Ignoring linux build files 2013-01-09 15:46:11 +08:00
alloc.c LWS_PLAT_OPTEE: Convert to use TEE_Malloc 2017-02-07 00:51:25 +08:00
base64-decode.c base64 decode fix lengths 2016-08-10 21:20:23 +08:00
client-handshake.c client: move redirects and c_port out of union 2017-02-22 06:55:12 +08:00
client-parser.c gcc- format strings: debug and extra plugins 2017-02-05 22:30:27 +08:00
client.c client redirect: choose correct error path after resetting client connection 2017-02-21 22:59:00 +08:00
context.c vhost: also free per-vhost protocols list even when no PLUGINS 2017-02-20 06:20:56 +08:00
daemonize.c context deprecation 2016-12-20 14:37:07 +08:00
extension-permessage-deflate.c gcc format strings: couple more 2017-02-22 07:02:02 +08:00
extension-permessage-deflate.h extension permessage deflate 2016-01-11 11:34:01 +08:00
extension.c documentation convert to doxygen 2016-07-14 08:57:27 +08:00
getifaddrs.c whitespace trailing mass cleanout 2015-12-14 08:52:03 +08:00
getifaddrs.h esp8266 initial support 2016-08-10 21:20:23 +08:00
handshake.c ESP32 platform 2017-02-18 17:27:22 +08:00
header.c per-vhost headers and lwsws conf support 2016-08-27 17:07:06 +08:00
hpack.c http2 update integration 2016-04-13 11:53:40 +08:00
http2.c gcc format strings: http2 2017-02-07 00:51:25 +08:00
huftable.h http2 hpack basic decode ok including huff 2014-10-12 08:38:16 +08:00
lejp-conf.c ssl config for http client 2017-02-22 07:17:32 +08:00
lejp.c documentation convert to doxygen 2016-07-14 08:57:27 +08:00
lejp.h documentation convert to doxygen 2016-07-14 08:57:27 +08:00
lextable-strings.h raw: adoption and processing 2017-02-21 07:47:35 +08:00
lextable.h raw: adoption and processing 2017-02-21 07:47:35 +08:00
libev.c plugins 2016-04-07 09:38:08 +08:00
libuv.c context deprecation 2016-12-20 14:37:07 +08:00
libwebsockets.c client connect: oom4 clean up timeout list 2017-02-21 23:38:40 +08:00
libwebsockets.h mbedtls: remove abortive attempt to avoid confusing people 2017-02-22 09:54:47 +08:00
lws-plat-esp32.c ESP32 platform 2017-02-18 17:27:22 +08:00
lws-plat-esp8266.c alias lws_plat_service_tsi to lws_service_tsi in public api 2016-12-16 22:08:12 +08:00
lws-plat-optee.c file_ops: add compression flags and convert open flags to pointer 2017-02-12 18:15:15 +08:00
lws-plat-unix.c file_ops: add compression flags and convert open flags to pointer 2017-02-12 18:15:15 +08:00
lws-plat-win.c file_ops: add compression flags and convert open flags to pointer 2017-02-12 18:15:15 +08:00
minihuf.c whitespace trailing mass cleanout 2015-12-14 08:52:03 +08:00
minilex.c whitespace trailing mass cleanout 2015-12-14 08:52:03 +08:00
output.c ESP32 platform 2017-02-18 17:27:22 +08:00
parsers.c raw: adoption and processing 2017-02-21 07:47:35 +08:00
pollfd.c mbed3: sayonara 2017-02-22 09:50:11 +08:00
private-libwebsockets.h mbedtls: remove abortive attempt to avoid confusing people 2017-02-22 09:54:47 +08:00
ranges.c RFC7233 HTTP Ranges support for server 2016-12-20 14:37:07 +08:00
rewrite.c check oom on lws_malloc 2016-05-12 21:04:33 +08:00
server-handshake.c ws-server: restrict returned Sec-Websocket-Protocol to the chosen name only 2016-12-16 22:08:13 +08:00
server.c mbed3: sayonara 2017-02-22 09:50:11 +08:00
service.c raw: adoption and processing 2017-02-21 07:47:35 +08:00
sha-1.c polarssl implementation 2016-04-18 20:05:43 +08:00
smtp.c context deprecation 2016-12-20 14:37:07 +08:00
ssl-client.c mbedtls: remove abortive attempt to avoid confusing people 2017-02-22 09:54:47 +08:00
ssl-http2.c gcc format strings: http2 2017-02-07 00:51:25 +08:00
ssl-server.c mbedtls: remove abortive attempt to avoid confusing people 2017-02-22 09:54:47 +08:00
ssl.c mbedtls: remove abortive attempt to avoid confusing people 2017-02-22 09:54:47 +08:00