aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/websocketasio.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Combine last stream response with stream complete message.Per Larsson2022-03-111-16/+4
|
* Added streaming version of GetCacheChunks.Per Larsson2022-03-081-16/+25
|
* Added streaming version of GetCacheRecords.Per Larsson2022-03-081-0/+23
|
* Initial attempt of a streaming websocket API.Per Larsson2022-02-251-27/+76
|
* 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