-
- Downloads
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>
Showing
- README-test-server 5 additions, 0 deletionsREADME-test-server
- configure.ac 15 additions, 0 deletionsconfigure.ac
- lib/Makefile.am 7 additions, 1 deletionlib/Makefile.am
- lib/handshake.c 8 additions, 492 deletionslib/handshake.c
- lib/libwebsockets.c 34 additions, 380 deletionslib/libwebsockets.c
- lib/parsers.c 1 addition, 31 deletionslib/parsers.c
- lib/private-libwebsockets.h 4 additions, 2 deletionslib/private-libwebsockets.h
- lib/server-handshake.c 510 additions, 0 deletionslib/server-handshake.c
- lib/server.c 421 additions, 0 deletionslib/server.c
- test-server/Makefile.am 42 additions, 3 deletionstest-server/Makefile.am
Loading
Please register or sign in to comment