aboutsummaryrefslogtreecommitdiff
path: root/modules/websocket/SCsub (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump libwebsockets to version 3.0.0Fabio Alessandrelli2018-06-071-31/+41
|
* Thirdparty: Fill copyright for lws, miniupnpc, clipperRémi Verschelde2018-06-071-2/+2
| | | | | | Rename `lws` to `libwebsockets` which is its library name. Add missing license file for mbedtls.
* Remove unneeded and problematic minilex.c from lws.Fabio Alessandrelli2018-03-011-1/+0
| | | | We don't need it, it's used upstream to test the lexical parser
* Use Prepend instead of Append for mbedTLS includeFabio Alessandrelli2018-02-281-2/+2
| | | | Fixes build on FreeBSD when system-wide mbedTLS and/or openSSL are installed
* Websocket module properly recognize UWP (by @vnen)George Marques2018-02-201-2/+5
|
* Allow building with system wide mbedtls on X11Fabio Alessandrelli2018-02-141-2/+3
| | | | | Using builtin_mbedtls=yes is still the default as many distributions do not ship with mbedtls included.
* lws module now uses mbedtls as OpenSSL replacementFabio Alessandrelli2018-02-141-3/+13
|
* Add websocket module.Fabio Alessandrelli2018-02-061-0/+70
Webassembly is client-only for obvious reasons. Other platforms support both client and server using libwebsockets.