summaryrefslogtreecommitdiff
path: root/ws.c
Commit message (Expand)AuthorAgeFilesLines
* ws: ignore case while comparing values of Upgrade/Connection headersAzat Khuzhin2022-11-121-2/+2
* ws: fix compile error on centos 7 - very old compiler (#1359)Leon George2022-10-231-1/+2
* Remove bad copy-pasteDmitry Ilyin2022-10-121-1/+0
* Add locks for server WS, fixes #1357Dmitry Ilyin2022-10-121-4/+23
* Fix conflict with SHA1 function from opensslDmitry Ilyin2022-09-141-1/+1
* Add minimal WebSocket server implementation for evhttp (#1322)Dmitry Ilyin2022-09-121-0/+439