1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/test-server
Andy Green a1ce6be947 refactor and introduce without server configure option
Move server-only stuff into their own files and make building
that depend on not having --without-server on the configure

Make fragments in other places conditional as well

Remove client-related members from struct libwebscket when
building LWS_NO_CLIENT

Apps:

normal: build test server, client, fraggle, ping
--without-client: build test server
--without-server: build test client, ping

Signed-off-by: Andy Green <andy.green@linaro.org>
2013-01-18 11:43:21 +08:00
..
.gitignore Ignoring linux build files 2013-01-09 15:46:11 +08:00
favicon.ico refactor-into-dirs.patch 2010-11-01 09:12:17 +00:00
libwebsockets.org-logo.png add libwebsockets.org logo to share 2013-01-16 10:00:39 +08:00
Makefile.am refactor and introduce without server configure option 2013-01-18 11:43:21 +08:00
test-client.c test client remove usleep 2013-01-16 12:34:58 +08:00
test-fraggle.c logging extend level set api to allow setting emission function 2013-01-12 09:17:42 +08:00
test-ping.c update ping test client and stop exposing payload to extensions 2013-01-16 15:12:33 +08:00
test-server.c solve flowcontrol problems 2013-01-17 17:18:55 +08:00
test.html add logo to test file 2013-01-16 10:11:34 +08:00