.. |
.gitignore
|
Ignoring linux build files
|
2013-01-09 15:46:11 +08:00 |
base64-decode.c
|
coverity 83672 dead code
|
2014-11-30 12:47:33 +08:00 |
client-handshake.c
|
no protocol usage inprove docs
|
2014-08-07 16:52:15 +08:00 |
client-parser.c
|
coverity 83665 fail on null buffer
|
2014-11-30 13:10:26 +08:00 |
client.c
|
83674 dereference after NULL check
|
2014-11-30 12:43:51 +08:00 |
context.c
|
ssl clean recent external CTX patch so doesnt break build
|
2014-10-17 08:47:51 +08:00 |
daemonize.c
|
coverity 83670 daemonize can leak lock handle
|
2014-11-30 12:21:40 +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
|
coverity 83678 unused assignment
|
2014-11-30 12:40:32 +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
|
ssl renew timeout while post keeps coming
|
2014-10-09 16:58:24 +08:00 |
hpack.c
|
http2 padding and ping to autopong
|
2014-10-27 16:46:44 +08:00 |
http2.c
|
remove duplicate const
|
2014-11-26 14:38:04 +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
|
lws_union_transition
|
2014-11-08 11:18:47 +08:00 |
libwebsockets.h
|
http2 window update
|
2014-11-02 06:54:09 +08:00 |
lws-plat-unix.c
|
coverity 83659 plat unix check fstat return
|
2014-11-30 13:10:26 +08:00 |
lws-plat-win.c
|
plat win add ibterface to sa
|
2014-11-06 23:06:01 +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
|
coverity 83661 output check lseek return
|
2014-11-30 13:10:26 +08:00 |
parsers.c
|
coverity 83666 fail on null buffer
|
2014-11-30 13:10:26 +08:00 |
pollfd.c
|
http2 window update
|
2014-11-02 06:54:09 +08:00 |
private-libwebsockets.h
|
coverity 83680 kill needless semicolons
|
2014-11-30 12:30:36 +08:00 |
server-handshake.c
|
Don't free wsi->u.hdr.ah except through lws_free_header_table (exception: server.c frees 'ah' after copying the header pointer and transitioning the union state).
|
2014-11-07 11:25:36 +08:00 |
server.c
|
coverity 83673 deference after NULL check
|
2014-11-30 12:45:39 +08:00 |
service.c
|
coverity 83664 consistently check NULL
|
2014-11-30 13:10:26 +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
|
coverity 83684 let parent close if ssl service fails
|
2014-11-30 12:14:23 +08:00 |