Andy Green
|
72a5993deb
|
clean: explicitly include libwebsockets.h in internal c now we use stddint types earlier
Some toolchains don't bring it in soon enough by reference from
other headers
|
2020-01-15 12:07:20 +00:00 |
|
Andy Green
|
0bfd39135e
|
cleaning
|
2020-01-05 22:17:58 +00:00 |
|
Andy Green
|
277d0e5e4c
|
license: fix up last mentions of lgpl outside of the source file license grant part
|
2019-12-02 11:19:30 +00:00 |
|
Zhiwen Zheng
|
14746d9014
|
illumos: fixes for build warnings
|
2019-10-12 12:41:14 +01:00 |
|
Andy Green
|
d7f0521aeb
|
private.h: rename to contain dir
Having unique private header names is a requirement of a particular
platform build system it's desirable to work with
|
2019-08-15 10:49:52 +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 |
|