libwebsockets/lib
Andy Green 5eeb4bd0d3 partial always use partial buffering if send incomplete
After "rerelease"

https://github.com/warmcat/libwebsockets/issues/392#issuecomment-170003294

Since we introduced partial buffering a long while ago,
user code shold never see partial sends and very few
user callbsck attempt to deal with them.

Let's just eliminate the whole concept of user callback
partial send handling under any circumstances.

Signed-off-by: Andy Green <andy.green@linaro.org>
2016-01-08 21:52:47 +08:00
..
.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 mbed3 warning cleaning 2015-11-14 16:31:01 +08:00
client-handshake.c http header malloc pool implement pool 2015-12-25 14:34:20 +08:00
client-parser.c utf8 check compatible with extensions 2015-12-30 11:43:36 +08:00
client.c ext negotiation tolerate semicolon args 2015-12-30 12:12:58 +08:00
context.c http header malloc pool implement pool 2015-12-25 14:34:20 +08:00
daemonize.c clean internal refactor 2015-12-17 17:03:59 +08:00
extension-deflate-frame.c deprecate LWS_SEND_BUFFER_POST_PADDING 2015-12-26 12:03:06 +08:00
extension-deflate-frame.h whitespace trailing mass cleanout 2015-12-14 08:52:03 +08:00
extension-deflate-stream.c whitespace trailing mass cleanout 2015-12-14 08:52:03 +08:00
extension-deflate-stream.h whitespace trailing mass cleanout 2015-12-14 08:52:03 +08:00
extension.c lws_get_context not _ctx 2015-12-17 18:25:25 +08:00
getifaddrs.c whitespace trailing mass cleanout 2015-12-14 08:52:03 +08:00
getifaddrs.h Use LWS_HAVE_ instead of just HAVE_ 2015-10-12 09:53:17 +08:00
handshake.c autobahn add same serverside rxflow cache to client 2015-12-28 21:47:46 +08:00
header.c lws_get_context not _ctx 2015-12-17 18:25:25 +08:00
hpack.c http header malloc pool implement pool 2015-12-25 14:34:20 +08:00
http2.c clean internal refactor 2015-12-17 17:03:59 +08:00
huftable.h http2 hpack basic decode ok including huff 2014-10-12 08:38:16 +08:00
lextable-strings.h whitespace trailing mass cleanout 2015-12-14 08:52:03 +08:00
lextable.h Add PATCH, PUT, DELETE methods 2015-01-26 11:25:13 +08:00
libev.c lws_get_context not _ctx 2015-12-17 18:25:25 +08:00
libwebsockets.c fix callback typedefs and declarations 2016-01-07 06:44:38 +08:00
libwebsockets.h fix callback typedefs and declarations 2016-01-07 06:44:38 +08:00
lws-plat-mbed3.c clean internal refactor 2015-12-17 17:03:59 +08:00
lws-plat-mbed3.cpp lws_get_context not _ctx 2015-12-17 18:25:25 +08:00
lws-plat-unix.c Recognize Debian GNU/kFreeBSD as FreeBSD-ish. 2015-12-25 21:15:21 +08:00
lws-plat-win.c rearrange private struct packing 2 2015-12-26 08:56:58 +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 partial always use partial buffering if send incomplete 2016-01-08 21:52:47 +08:00
parsers.c doc improve docs around header access apis 2015-12-30 14:53:50 +08:00
pollfd.c detect service tid once and use wsi with valid context to do it 2015-12-24 13:00:54 +08:00
private-libwebsockets.h fix callback typedefs and declarations 2016-01-07 06:44:38 +08:00
server-handshake.c ext negotiation tolerate semicolon args 2015-12-30 12:12:58 +08:00
server.c properly skip protocols with NULL name 2016-01-07 06:57:59 +08:00
service.c autobahn add same serverside rxflow cache to client 2015-12-28 21:47:46 +08:00
sha-1.c clean reduce windows build warnings 2015-12-06 08:00:03 +08:00
ssl-http2.c clean internal refactor 2015-12-17 17:03:59 +08:00
ssl.c lws_get_context not _ctx 2015-12-17 18:25:25 +08:00