libwebsockets/lib
Patrick Gansterer a616300091 Fix nonblocking connect on Windows
Use the correct value for the call to ioctlsocket() to set the socket to
nonblocking mode and check for WSAWOULDBLOCK return value of connect().
2014-03-28 10:56:23 +08:00
..
.gitignore Ignoring linux build files 2013-01-09 15:46:11 +08:00
base64-decode.c remove bae64 decode and selftest 2013-09-18 20:57:59 +08:00
client-handshake.c Fix nonblocking connect on Windows 2014-03-28 10:56:23 +08:00
client-parser.c fix NO_EXTENSIONS 2014-03-23 15:15:54 +08:00
client.c trac 58 ssl enable SNI per vhost certs 2014-03-23 12:24:40 +08:00
daemonize.c Hide private library symbols 2013-03-30 09:52:21 +08:00
extension-deflate-frame.c client allow user callback to close on nonzero return 2014-03-15 09:32:40 +08:00
extension-deflate-frame.h Separate compression levels for server and client, 2013-01-10 12:45:54 +08:00
extension-deflate-stream.c style cleanup 2013-02-11 17:13:32 +08:00
extension-deflate-stream.h remove fixed rx buffer allow definition per protocol 2013-02-08 13:16:07 +08:00
extension.c Hide private library symbols 2013-03-30 09:52:21 +08:00
getifaddrs.c style cleanup 2013-02-11 17:13:32 +08:00
getifaddrs.h make header protection unique remove __prefix 2013-10-26 20:23:00 +08:00
handshake.c nonzero return from client parser is close 2014-03-17 18:40:08 +08:00
lextable.h upgrade and improve storage efficiency of minilex 2014-03-09 11:49:21 +08:00
libwebsockets.c Fix nonblocking connect on Windows 2014-03-28 10:56:23 +08:00
libwebsockets.h add ipv6 support 2014-03-24 16:09:25 +08:00
minilex.c upgrade and improve storage efficiency of minilex 2014-03-09 11:49:21 +08:00
output.c ssl output handle want read write 2014-03-23 12:02:52 +08:00
parsers.c upgrade and improve storage efficiency of minilex 2014-03-09 11:49:21 +08:00
private-libwebsockets.h ipv6 integration fixes 2014-03-24 23:08:38 +08:00
server-handshake.c reflect send completeness in lws_write return 2013-02-23 10:50:10 +08:00
server.c libev port 2014-03-23 13:25:07 +08:00
sha-1.c Remove duplicated implementations for bzero() 2014-02-28 20:28:06 +08:00