Zhiwen Zheng
|
de6a8e8194
|
illumos: fix build errors and warnings for v3.2-stable on illumos
|
2019-10-07 10:14:02 +01:00 |
|
Andy Green
|
e63b3a6348
|
daemonize: use pid_t
After report from Vitaly Shevtsov
https://libwebsockets.org/pipermail/libwebsockets/2019-January/007787.html
|
2019-01-23 18:06:32 +08:00 |
|
Andy Green
|
9bed6d6fc6
|
clean: general whitespace cleanup
|
2018-11-23 08:47:56 +08:00 |
|
Andy Green
|
33a6034875
|
codacy: minor fixes
|
2018-10-13 08:16:27 +08:00 |
|
Andy Green
|
f2f96857d6
|
fd_cloexec: add and use lws_open wrapper and lws_plat_apply_FD_CLOEXEC() on cgi
|
2018-06-23 12:56:21 +08:00 |
|
Andy Green
|
de064fd65a
|
refactor: core code in lib/core and private-libwebsockets.h to core/private.h
This commit is coverity-clean as tested
cmake .. -DLWS_WITH_MINIMAL_EXAMPLES=1 -DLWS_WITHOUT_EXTENSIONS=1 -DLWS_WITH_ACME=1 -DLWS_WITH_LWSWS=1 -DLWS_WITH_LIBUV=1 -DLWS_WITH_HTTP2=1 -DLWS_WITHOUT_CLIENT=0 -DLWS_WITHOUT_SERVER=0 -DLWS_UNIX_SOCK=1 -DLWS_WITH_TLS=0 -DLWS_WITH_MBEDTLS=0 -DLWS_WITH_CGI=1 -DCMAKE_BUILD_TYPE=DEBUG -DLWS_WITH_GENERIC_SESSIONS=1 -DLWS_WITH_RANGES=1 -DLWS_ROLE_WS=1 -DLWS_MAX_SMP=16 -DLWS_ROLE_H1=1 -DLWS_WITH_WOLFSSL=0 -DLWS_WITH_LIBEV=0 -DLWS_WITH_LIBEVENT=1
|
2018-05-03 10:49:36 +08:00 |
|
Andy Green
|
126be3ccf3
|
refactor role ops
This only refactors internal architecture and representations, the user
api is unaffected.
|
2018-04-11 13:39:42 +08:00 |
|