aboutsummaryrefslogtreecommitdiff
path: root/libs/websocketpp
Commit message (Collapse)AuthorAge
* websocketpp: Update to version 0.8.2Bruno Randolf2020-04-27
| | | | | | | This version has the boost 1.70+ compatibility included so we can drop the patch. Signed-off-by: Bruno Randolf <br1@einfach.org>
* websocketpp: Fix compile with Boost 1.70+Bruno Randolf2020-04-17
| | | | | | | Fix compilation for newer Boost versions, same as in the websocketpp 'develop' branch: https://github.com/zaphoyd/websocketpp/pull/814 Signed-off-by: Bruno Randolf <br1@einfach.org>
* websocketpp: Add package (WebSocket++)Bruno Randolf2018-10-28
WebSocket++ is a header only C++ library that implements RFC6455 The WebSocket Protocol. Signed-off-by: Bruno Randolf <br1@einfach.org>