public api remove superfluous context params API BREAK
authorAndy Green <andy.green@linaro.org>
Wed, 16 Dec 2015 10:19:08 +0000 (18:19 +0800)
committerAndy Green <andy.green@linaro.org>
Wed, 16 Dec 2015 10:19:08 +0000 (18:19 +0800)
commit11c05bfa09a0d4a71588a6eb8d03aba5e1c48e59
treec96a4cd99f013be7c014a322b0c38166c8335f36
parent8a97c06cd1a5aa24535cbdbc959500754dd1810e
public api remove superfluous context params API BREAK

Extend the cleanout caused by wsi having a context pointer
into the public api.

There's no point keeping the 1.5 compatibility work,
we have changed the api in several places and
rebuilt wasn't going to be enough a while ago.

Signed-off-by: Andy Green <andy.green@linaro.org>
30 files changed:
CMakeLists.txt
README.coding.md
changelog
lib/client-handshake.c
lib/client-parser.c
lib/client.c
lib/extension.c
lib/handshake.c
lib/header.c
lib/hpack.c
lib/http2.c
lib/libev.c
lib/libwebsockets.c
lib/libwebsockets.h
lib/lws-plat-mbed3.cpp
lib/lws-plat-unix.c
lib/output.c
lib/parsers.c
lib/pollfd.c
lib/private-libwebsockets.h
lib/server.c
lib/service.c
lib/ssl.c
lws_config.h.in
test-server/test-client.c
test-server/test-echo.c
test-server/test-fraggle.c
test-server/test-ping.c
test-server/test-server-http.c
test-server/test-server-mirror.c