libwebsockets/lib
Andy Green 566eb4381c introduce lws_hdr_copy_fragment
This adds a public API variant of the header copy api that lets you
choose which fragment you want copied.

Normally you want the existing one that aggregates the fragments.

But it can be useful to get each part in turn (that corresponds to
the content provided by each duplicated header normally).

Signed-off-by: Andy Green <andy.green@linaro.org>
2015-12-15 22:59:23 +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 refactor needless context with wsi paramater passing 2015-12-15 21:15:58 +08:00
client-parser.c whitespace trailing mass cleanout 2015-12-14 08:52:03 +08:00
client.c refactor needless context with wsi paramater passing 2015-12-15 21:15:58 +08:00
context.c refactor needless context with wsi paramater passing 2015-12-15 21:15:58 +08:00
daemonize.c clean more whitespace 3 2015-12-06 08:40:00 +08:00
extension-deflate-frame.c make protocols const require explicit context API BREAK 2015-12-14 06:43:26 +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 refactor needless context with wsi paramater passing 2015-12-15 21:15:58 +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 refactor needless context with wsi paramater passing 2015-12-15 21:15:58 +08:00
header.c clean more whitespace 3 2015-12-06 08:40:00 +08:00
hpack.c refactor needless context with wsi paramater passing 2015-12-15 21:15:58 +08:00
http2.c refactor needless context with wsi paramater passing 2015-12-15 21:15:58 +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 whitespace trailing mass cleanout 2015-12-14 08:52:03 +08:00
libwebsockets.c refactor needless context with wsi paramater passing 2015-12-15 21:15:58 +08:00
libwebsockets.h introduce lws_hdr_copy_fragment 2015-12-15 22:59:23 +08:00
lws-plat-mbed3.c mbed3 align to recent changes 2015-12-14 11:17:16 +08:00
lws-plat-mbed3.cpp refactor needless context with wsi paramater passing 2015-12-15 21:15:58 +08:00
lws-plat-unix.c refactor needless context with wsi paramater passing 2015-12-15 21:15:58 +08:00
lws-plat-win.c win align to recent changes 2015-12-14 12:00:20 +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 refactor needless context with wsi paramater passing 2015-12-15 21:15:58 +08:00
parsers.c introduce lws_hdr_copy_fragment 2015-12-15 22:59:23 +08:00
pollfd.c refactor needless context with wsi paramater passing 2015-12-15 21:15:58 +08:00
private-libwebsockets.h refactor needless context with wsi paramater passing 2015-12-15 21:15:58 +08:00
server-handshake.c refactor needless context with wsi paramater passing 2015-12-15 21:15:58 +08:00
server.c refactor needless context with wsi paramater passing 2015-12-15 21:15:58 +08:00
service.c refactor needless context with wsi paramater passing 2015-12-15 21:15:58 +08:00
sha-1.c clean reduce windows build warnings 2015-12-06 08:00:03 +08:00
ssl-http2.c whitespace trailing mass cleanout 2015-12-14 08:52:03 +08:00
ssl.c refactor needless context with wsi paramater passing 2015-12-15 21:15:58 +08:00