libwebsockets/lib
Joakim Soderberg 6596e4b2f5 Fix compilation on Windows.
C89 which Microsofts compiler only support does not allow variable
declarations anywhere but at the start of a scope.

Also, only try to copy the test-server files if they actually exists. For
instance the OpenSSL cert generation fails if you run cmake under the git
bash shell on Windows (won't work with the unix method either) so that
file will be missing... This would result in a compilation error when
tests where turned on.
2014-02-19 08:37:50 +08:00
..
.gitignore Ignoring linux build files 2013-01-09 15:46:11 +08:00
base64-decode.c remove bae64 decode and selftest 2013-09-18 20:57:59 +08:00
client-handshake.c unify all pollfd lock management 2013-12-21 11:18:34 +08:00
client-parser.c fix zero length ping pong 2014-02-15 16:00:37 +08:00
client.c unify all pollfd lock management 2013-12-21 11:18:34 +08:00
daemonize.c Hide private library symbols 2013-03-30 09:52:21 +08:00
extension-deflate-frame.c style cleanup 2013-02-11 17:13:32 +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 Hide private library symbols 2013-03-30 09:52:21 +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 add timeout between accept and negotiation 2014-02-15 14:36:02 +08:00
lextable.h Support for HTTP POST. 2013-11-24 10:36:37 +08:00
libwebsockets.c Fix compilation on Windows. 2014-02-19 08:37:50 +08:00
libwebsockets.h document new extpoll apis 2014-02-15 20:35:05 +08:00
minilex.c Support for HTTP POST. 2013-11-24 10:36:37 +08:00
output.c fix zero length ping pong 2014-02-15 16:00:37 +08:00
parsers.c fix zero length ping pong 2014-02-15 16:00:37 +08:00
private-libwebsockets.h Use ppoll to allow signals to wake service loop early on change of pollfd event 2013-12-25 16:34:37 +08:00
server-handshake.c reflect send completeness in lws_write return 2013-02-23 10:50:10 +08:00
server.c add outermost wsi lifetime callbacks 2014-02-15 19:25:50 +08:00
sha-1.c missing endian preprocessor defines on Linux environments 2014-02-15 15:07:03 +08:00