..
.gitignore
Ignoring linux build files
2013-01-09 15:46:11 +08:00
alloc.c
Subject: [PATCH] Add custom allocator support using the realloc() interface
2014-12-05 07:25:24 +08:00
base64-decode.c
coverity 83682 base64 decode more dead code
2014-11-30 13:39:09 +08:00
client-handshake.c
Subject: [PATCH] Use custom allocator
2014-12-05 07:26:26 +08:00
client-parser.c
coverity 83665 fail on null buffer
2014-11-30 13:10:26 +08:00
client.c
Subject: [PATCH] Introduce lws_free2() helper to free and re-NULL pointers
2014-12-05 07:27:52 +08:00
context.c
Subject: [PATCH] Use custom allocator
2014-12-05 07:26:26 +08:00
daemonize.c
Subject: [PATCH] Introduce lws_free2() helper to free and re-NULL pointers
2014-12-05 07:27:52 +08:00
extension-deflate-frame.c
Subject: [PATCH] Use custom allocator
2014-12-05 07:26:26 +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
coverity 83678 unused assignment
2014-11-30 12:40:32 +08:00
getifaddrs.c
Subject: [PATCH] Use custom allocator
2014-12-05 07:26:26 +08:00
getifaddrs.h
make header protection unique remove __prefix
2013-10-26 20:23:00 +08:00
handshake.c
ssl renew timeout while post keeps coming
2014-10-09 16:58:24 +08:00
hpack.c
Subject: [PATCH] Use custom allocator
2014-12-05 07:26:26 +08:00
http2.c
http2 remove some dead code
2014-12-10 10:53:46 +08:00
huftable.h
http2 hpack basic decode ok including huff
2014-10-12 08:38:16 +08:00
lextable-strings.h
http2 able to send test.html to nghttp2
2014-10-12 14:31:47 +08:00
lextable.h
http2 able to send test.html to nghttp2
2014-10-12 14:31:47 +08:00
libev.c
refactor move ssl server service to ssl.c
2014-04-12 10:07:02 +08:00
libwebsockets.c
Subject: [PATCH] Introduce lws_free2() helper to free and re-NULL pointers
2014-12-05 07:27:52 +08:00
libwebsockets.h
Subject: [PATCH] Add custom allocator support using the realloc() interface
2014-12-05 07:25:24 +08:00
lws-plat-unix.c
coverity 83657 plat unix check setsockopt return
2014-11-30 13:10:26 +08:00
lws-plat-win.c
Subject: [PATCH] Use custom allocator
2014-12-05 07:26:26 +08:00
minihuf.c
http2 hpack basic decode ok including huff
2014-10-12 08:38:16 +08:00
minilex.c
http2 able to send test.html to nghttp2
2014-10-12 14:31:47 +08:00
output.c
Subject: [PATCH] Use custom allocator
2014-12-05 07:26:26 +08:00
parsers.c
Subject: [PATCH] Introduce lws_free2() helper to free and re-NULL pointers
2014-12-05 07:27:52 +08:00
pollfd.c
Fixes occasional segfault in lws_chage_pollfd
2014-12-12 17:33:27 +01:00
private-libwebsockets.h
Subject: [PATCH] Introduce lws_free2() helper to free and re-NULL pointers
2014-12-05 07:27:52 +08:00
server-handshake.c
Subject: [PATCH] Use custom allocator
2014-12-05 07:26:26 +08:00
server.c
Subject: [PATCH] Introduce lws_free2() helper to free and re-NULL pointers
2014-12-05 07:27:52 +08:00
service.c
NO_EXTENSION clean out handled var in handle_POLLOUT_event
2014-12-10 10:28:46 +08:00
sha-1.c
internal SHA1 users all use libwebsockets_SHA1
2014-09-26 05:56:23 +08:00
ssl-http2.c
lws_union_transition
2014-11-08 11:18:47 +08:00
ssl.c
Subject: [PATCH] Use custom allocator
2014-12-05 07:26:26 +08:00