client: added socks5 proxy support
authorAndy Ning <andy.ning@windriver.com>
Fri, 5 May 2017 15:38:34 +0000 (11:38 -0400)
committerAndy Green <andy@warmcat.com>
Tue, 16 May 2017 22:18:45 +0000 (06:18 +0800)
commited92b6dfe75ad65a78dadfa4dc96da4568d95d69
treee64a9eb9d5222b5243e7c463662848af06940b61
parent8f16f92cac34c0e605a3c638a63b2b3a375a43c4
client: added socks5 proxy support

AG:

 - move creation info members to end of struct
 - add LWS_WITH_SOCKS5 CMake var, defaults to OFF
 - cast away some warnings about signed / unsigned in strncpy

Signed-off-by: Andy Ning <andy.ning@windriver.com>
CMakeLists.txt
lib/client-handshake.c
lib/client.c
lib/context.c
lib/libwebsockets.c
lib/libwebsockets.h
lib/private-libwebsockets.h
lws_config.h.in