summaryrefslogtreecommitdiffstats
path: root/net/WebSocketSession.hpp
Commit message (Expand)AuthorAgeFilesLines
* No need for the template class MessageQueueBaseTor Lillqvist2021-07-211-1/+1
* Make WebSocketHandler::_isClient const and drop default values for bool parmsTor Lillqvist2021-05-051-1/+1
* Fix Debian 8 / gcc-4.9 warningsMiklos Vajna2021-04-301-6/+6
* wsd: specify the minimum bytes we can write to the socketAshod Nakashian2021-04-271-3/+3
* wsd: notify outside the lockAshod Nakashian2021-04-271-5/+11
* wsd: improved WebSocketSession interfaceAshod Nakashian2021-04-271-24/+67
* wsd: safer asyncShutdown in WebSocketSessionAshod Nakashian2021-04-271-6/+19
* wsd: override getPollEvents in WebSocketSessionAshod Nakashian2021-04-121-0/+9
* wsd: trap disconnection in WebSocketSessionAshod Nakashian2021-04-111-0/+31
* wsd: support asyncronous shutdown of WebSocketSessionAshod Nakashian2021-04-111-6/+10
* wsd: improved WebSocketSessionAshod Nakashian2021-04-111-10/+53
* wsd: WebSocketSession isSecure() -> secure()Ashod Nakashian2021-04-111-2/+2
* wsd: http: WebSocketSession supports flexible message pollingAshod Nakashian2021-04-111-8/+26
* wsd: log the context in WebSocket Session logsAshod Nakashian2021-04-111-12/+12
* wsd: test: use WebSocketSession::create in unit testAshod Nakashian2021-04-111-1/+1
* wsd: WebSocketSession create helper and shutdown memberAshod Nakashian2021-04-111-0/+30
* wsd: http: reuse parseUriAshod Nakashian2021-04-111-37/+12
* wsd: http: move WebSocket creation into RequestAshod Nakashian2021-04-111-29/+2
* wsd: improved WebSocket supportAshod Nakashian2021-04-111-1/+1
* wsd: WebSocketSession handshake and wait for messageAshod Nakashian2021-04-111-9/+49
* wsd: new WebSocketSession to createa a WebSocket connectionAshod Nakashian2021-04-111-0/+202