aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/websocketasio.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added websocket stream request/response handling.Per Larsson2022-03-191-27/+96
* Added missing override specifier.Per Larsson2022-02-221-2/+2
* Fixed crashing websocket test.Per Larsson2022-02-221-7/+8
* Removed using enum statements.Per Larsson2022-02-221-9/+5
* Changed log level.Per Larsson2022-02-211-1/+1
* Added unhandled switch in websocket client.Per Larsson2022-02-211-0/+4
* Added unhandled switch enumerations.Per Larsson2022-02-211-0/+6
* Removed optional offset for GetView.Per Larsson2022-02-211-1/+1
* Added option to enable websockets.Per Larsson2022-02-211-25/+26
* Refactored websocket message.Per Larsson2022-02-211-175/+341
* Basic websocket service and test.Per Larsson2022-02-181-51/+161
* Web socket client is shared between I/O thead and client.Per Larsson2022-02-181-111/+126
* Route websocket message.Per Larsson2022-02-181-148/+170
* Simple websocket client/server test.Per Larsson2022-02-181-320/+727
* Added websocket message parser.Per Larsson2022-02-161-82/+215
* Renamed asio web socket impl.Per Larsson2022-02-151-0/+683