summaryrefslogtreecommitdiff
path: root/thirdparty/lws
AgeCommit message (Collapse)Author
2018-06-07Thirdparty: Fill copyright for lws, miniupnpc, clipperRĂ©mi Verschelde
Rename `lws` to `libwebsockets` which is its library name. Add missing license file for mbedtls.
2018-04-03Always verify peer certificate in lws.Fabio Alessandrelli
Behavior is defined by SSL flags passed via the context. Simplified port of the patch submitted and accepted in lws master branch (PR 1215)
2018-04-03mbedtls: client: stop spinning on handshake failFabio Alessandrelli
Backport cf3a4ee49357f4e6f3aaeb98137d85c307b17008 from 2.4-stable to 2.4.2
2018-04-03Fix lws MinGW compilationFabio Alessandrelli
Cherry picked 5b22276420032677841af9e9f3b0272d0dd467b8 from upstream. This is fixed upstream and will be included in the next release
2018-04-03Bump libwebsockets to version 2.4.2Fabio Alessandrelli
2018-03-01Remove unneeded and problematic minilex.c from lws.Fabio Alessandrelli
We don't need it, it's used upstream to test the lexical parser
2018-02-28Fix lws compilation on FreeBSD, same as OSXFabio Alessandrelli
This error is actually fixed upstream, waiting for a new release
2018-02-14Small change to lws `mbedtls_wrapper` to fix OSX build.Fabio Alessandrelli
Checks for OSX in thirdparty/lws/mbedtls_wrapper/include/platform/ssl_port.h to include stdlib.h instead of malloc.h. The bug is fixed upstream in master via LWS_HAVE_MALLOC_H, but not in the 2.4.1 branch (as the file structure has, one again, changed).
2018-02-14lws module now uses mbedtls as OpenSSL replacementFabio Alessandrelli
2018-02-13Add FreeBSD and OpenBSD #defines to skip LWS_HAVE_SYS_PRCTL_Hrobfram
compiling libwebsocket, as it would fail otherwise. Fix #16472.
2018-02-05Add libwebsockets as thirdparty library.Fabio Alessandrelli
License is LGPLv2.1 + static linking exception, version is 2.4.1