summaryrefslogtreecommitdiffstats
path: root/net/WebSocketHandler.hpp
Commit message (Expand)AuthorAgeFilesLines
* fix license headersAndras Timar2020-10-021-2/+0
* wsd: allow pings from clientsAshod Nakashian2020-09-171-15/+7
* Mark processInputEnabled() as constMiklos Vajna2020-09-151-1/+1
* kit: disable parallel processing at higher levelsGabriel Masei2020-07-251-1/+1
* kit: disable parallel handling of messages while processing load and saveGabriel Masei2020-07-221-0/+16
* Handle multiple queued fragments in WebSocket _inBuffer without timeout.Michael Meeks2020-07-141-1/+1
* No pinging necessary in the MOBILEAPP caseTor Lillqvist2020-06-241-15/+18
* wsd: single-char string literals -> charAshod Nakashian2020-06-021-24/+24
* remove unused method from WebSocketHandlerGabriel Masei2020-04-291-28/+0
* wsd: admin: move kit memory reporting from kit to admin moduleGabriel Masei2020-04-251-14/+52
* wsd: harden socket weakptrAshod Nakashian2020-04-241-10/+9
* Use #pragma onceTor Lillqvist2020-04-181-4/+1
* Poll - cleanup method naming, and fix merge issues.Michael Meeks2020-04-101-1/+1
* Poll - switch to ppoll for closer to microsecond accuracy.Michael Meeks2020-04-101-12/+12
* Add an initial libfuzzer based fuzzer for the admin consoleMiklos Vajna2020-04-021-1/+1
* Rework the somewhat odd sendTextMessage() interfaceMiklos Vajna2020-03-161-3/+3
* Fix assertion failure in the MOBILEAPP caseTor Lillqvist2020-03-121-4/+9
* re-factor: Socket / WebSocketHandler.Michael Meeks2020-03-111-10/+53
* WebSocket - simplify handleMessage for now.Michael Meeks2020-03-051-20/+8
* Session: simplify shutdown and privatize some pieces.Michael Meeks2020-03-051-1/+2
* Avoid taking address over the end of a vector if reading 0 bytes.Michael Meeks2020-01-061-0/+3
* WebSocketHandler: allow to build on 32bits systemsCorentin Noël2019-11-221-1/+1
* wsd: formattingAshod Nakashian2019-08-171-5/+9
* Improve debugging by showing un-masked websocket content.Michael Meeks2019-05-291-1/+2
* net: avoid UB in WebSocketHandler::readPayload()Miklos Vajna2019-05-271-3/+6
* Initial chunked transfer encoding.Michael Meeks2019-05-221-4/+4
* gtkapp: Fix clang's error: private field '...' is not usedJan Holesovsky2019-04-191-19/+27
* Added support for defragmentation of incoming websocket fragmented messages a...Gabriel Masei2019-03-121-85/+181
* android: #if(n)def MOBILEAPP -> #if (!)MOBILEAPP for better reliability.Jan Holesovsky2019-02-121-11/+11
* Avoid 'Unused variable' warnings in the MOBILEAPP casseTor Lillqvist2018-10-301-2/+1
* Adapt after 4724aa0cf78f3aedf7f7f4222d251ef8395d5523Tor Lillqvist2018-10-251-1/+1
* Socket: do what the TODO saysMiklos Vajna2018-10-251-12/+12
* WebSocket: make members privateMiklos Vajna2018-10-241-1/+12
* Still more iOS app and related Online C++ code hackingTor Lillqvist2018-09-191-2/+30
* Avoid double "0x" prefix for pointer values in log outputTor Lillqvist2018-09-191-3/+3
* Intermediate commit of work in progress on an iOS appTor Lillqvist2018-09-121-0/+17
* Revert "Just define these static const int members in-class"Tor Lillqvist2018-09-111-2/+2
* Just define these static const int members in-classTor Lillqvist2018-09-101-2/+2
* More mobile app stuff, very much early state of work in progressTor Lillqvist2018-09-101-0/+2
* Avoid potential confusion by not using the term "packet" in a commentTor Lillqvist2018-07-191-1/+1
* Don't log binary data as such, use Util::stringifyHexLine()Tor Lillqvist2018-07-191-4/+12
* Add FIXME: Do we really want to log binary data as such here?Tor Lillqvist2018-07-181-0/+1
* Implement client websocket masking.Michael Meeks2018-06-151-12/+37
* Use std::shared_ptr consistently.Jan Holesovsky2018-05-181-1/+1
* The WebSocketHandler::handleClientUpgrade() needs to handle a Response,Jan Holesovsky2018-05-181-34/+47
* Get ping/pong handling sorted with more isClient conditionality.Michael Meeks2018-05-181-22/+69
* More work on client / Monitor websocket connections.Michael Meeks2018-05-181-3/+63
* Allow a 'monitor' to be connected to remotely if configured.Michael Meeks2018-05-181-0/+5
* 'static const int' needs an explicit definition in C++11Miklos Vajna2018-02-261-2/+2
* wsd: WebSocket state is a property of the socketAshod Nakashian2018-02-231-29/+30