summaryrefslogtreecommitdiffstats
path: root/modules/websocket/wsl_peer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Websocket peer outbound buffer fixes. Expose outbound buffered amount.Jordan Schidlowsky2021-07-311-1/+11
* Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio2021-05-061-2/+2
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-081-4/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-8/+15
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-9/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-10/+10
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-5/+5
* Disable Nagle's algorithm for WebSocket TCP.Fabio Alessandrelli2020-01-281-0/+6
* Lower WebSocket latency, fixes.Fabio Alessandrelli2020-01-241-0/+4
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* WSLPeer now prevents receiving data after close.Fabio Alessandrelli2019-12-211-1/+2
* Fix Visual Studio throwing C4334 warning.Marcel Admiraal2019-11-151-1/+1
* Re-implement WebSocket get host/port.Fabio Alessandrelli2019-10-091-7/+4
* Style: Fix copyright headers in new filesRémi Verschelde2019-08-281-1/+1
* Move CryptoCore to it's own folder.Fabio Alessandrelli2019-08-191-1/+1
* WebSocket module now uses wslay library.Fabio Alessandrelli2019-07-041-0/+339