1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/lib
Petar Paradzik 3ec32b1762 Subject: libuv: Fix closing handle multiple times
Sometimes "Assertion failed: !uv__is_closing(handle)" happens because
handle is being closed multiple times. To fix this, "uv_is_closing"
is added before calling "uv_close".

Signed-off-by: Petar Paradzik <petar.paradzik@sartura.hr>
2017-05-23 23:49:14 +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: added socks5 proxy support 2017-05-17 06:18:45 +08:00
client-parser.c pmd: handle case we are already on drain list 2017-03-26 10:19:34 +08:00
client.c client: added socks5 proxy support 2017-05-17 06:18:45 +08:00
context.c cgi: handle no body to keep events coming 2017-05-18 23:20:12 +08:00
daemonize.c context deprecation 2016-12-20 14:37:07 +08:00
extension-permessage-deflate.c ext: pmd: improve dealing with partial input usage with drain 2017-03-20 19:07:19 +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
fops-zip.c esp32: separate factory setup 2017-03-31 20:05:10 +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 raw: enable server and client raw sockets 2017-03-07 16:06:05 +08:00
header.c server-name: add_server_header add LWSAHH_FLAG_NO_SERVER_NAME 2017-03-08 07:51:47 +08:00
hpack.c http2 update integration 2016-04-13 11:53:40 +08:00
http2.c http2: fix log compile errors 2017-03-09 13:29:50 +08:00
huftable.h http2 hpack basic decode ok including huff 2014-10-12 08:38:16 +08:00
lejp-conf.c fops-zip 2017-03-05 15:32:55 +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 ev: stop event listeners during context destroy 2017-03-29 08:22:19 +08:00
libevent.c Subject: Libevent: Initial Support 2017-03-22 05:36:25 +08:00
libuv.c Subject: libuv: Fix closing handle multiple times 2017-05-23 23:49:14 +08:00
libwebsockets.c cgi: close unforked std fds 2017-05-20 08:05:27 +08:00
libwebsockets.h esp32: led network state helper 2017-05-21 07:33:09 +08:00
lws-plat-esp32.c esp32: otf and use group-role as hostname if present 2017-05-22 14:01:08 +08:00
lws-plat-esp8266.c Subject: Libevent: Initial Support 2017-03-22 05:36:25 +08:00
lws-plat-optee.c fops-zip 2017-03-05 15:32:55 +08:00
lws-plat-unix.c LWS_WITH_STATS 2017-05-09 14:19:43 +08:00
lws-plat-win.c Subject: windows: fops write support 2017-04-20 07:24:09 +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 LWS_WITH_STATS 2017-05-09 14:19:43 +08:00
parsers.c esp32: group tracking 2017-05-16 19:35:55 +08:00
pollfd.c LWS_WITH_STATS 2017-05-09 14:19:43 +08:00
private-libwebsockets.h cgi: apply chunked grace period only when explicitly chunked 2017-05-19 08:33:33 +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
romfs.c esp32: ROMFS use checksum as mtime so ETAG caching works 2017-04-05 10:44:28 +08:00
romfs.h esp32: ROMFS use checksum as mtime so ETAG caching works 2017-04-05 10:44:28 +08:00
server-handshake.c coverity 177526: pointer difference already scaled 2017-03-08 14:10:31 +08:00
server.c esp32: otf and use group-role as hostname if present 2017-05-22 14:01:08 +08:00
service.c LWS_WITH_STATS 2017-05-09 14:19:43 +08:00
sha-1.c polarssl implementation 2016-04-18 20:05:43 +08:00
smtp.c boilerplate: add back missing Lesser that cut-and-pasted itself around 2017-04-06 23:01:34 +08:00
ssl-client.c Subject: ssl: fix OpenSSL client method detection 2017-04-06 22:51:42 +08:00
ssl-http2.c gcc format strings: http2 2017-02-07 00:51:25 +08:00
ssl-server.c esp32: multi ap slots plus PEM certs and parallel build fixes 2017-05-11 15:02:01 +08:00
ssl.c stats: ah and ssl restriction stats 2017-05-15 07:30:06 +08:00