-
v2.1.0de767149 · ·
Released version 2.1.0 * Refactored SSL code such that it now only appears in src/ssl.c and include/ssl.h. * Allow to compile WSServer with one of four libraries: OpenSSL, WolfSSL, LibreSSL or BoringSSL. * Updated README with instructions on how to use the four libraries.
-
v2.0.7cd1b4560 · ·
Released version 2.0.7 * Changed SSL data in default config, to prevent server from starting SSL. * Fixed issue with close_fd not getting set for cleanup thread. * Now the server will run using the default config by simply running: $ make release $ ./bin/WSServer -c conf/wss.json
-
v2.0.63466d79e · ·
Released version 2.0.6 * Fixes small issues found with cppcheck * Added cppcheck to travis * Fixed typos in README Thanks to Nicolas Mora (babelouest)
-
v2.0.5d782cdb6 · ·
Released version 2.0.5 * Added small branch prediction optimizations * Refactored regex that checks the client path to be stored per server * Added massconnect test * Changed default values of permessage-deflate extension
-
-
-
v2.0.2868c2c7d · ·
Release version 2.0.2 Fixed issue with 512 bit intrinsic of unmask function and path in doxy config.
-
-
-