chenzhongaaron
|
9cd7438259
|
qnx: toolchain file and adaptations
https://github.com/warmcat/libwebsockets/issues/2527
|
2022-01-04 15:58:41 +00:00 |
|
Andy Green
|
1929e1f128
|
getifaddrs: casts for android
|
2021-06-20 08:40:00 +01:00 |
|
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
|
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
|
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
|
c86488be9c
|
getifaddrs: fix conditional build
|
2017-10-24 06:39:37 +08:00 |
|
Andy Green
|
8528de580a
|
getifaddrs: fix second lws_malloc
|
2017-10-19 21:00:50 +08:00 |
|
Andy Green
|
c83afc66e6
|
refactor: subdirs for source in lib
Split out some optional code into own sources to
shrink down libwebsockets.c and server.c a bit
|
2017-10-16 17:28:37 +08:00 |
|