summaryrefslogtreecommitdiff
path: root/sample/ws-chat-server.c
Commit message (Expand)AuthorAgeFilesLines
* ws-chat-server: fix potential resource leakZhipeng Xue2023-03-051-0/+2
* ws-chat-server: fix session name initialization (using of uninitialized data)Azat Khuzhin2022-11-121-2/+3
* ws-chat-server: avoid SIGSEGV in case of evws_new_session() failureAzat Khuzhin2022-11-121-1/+7
* Add locks for server WS, fixes #1357Dmitry Ilyin2022-10-121-1/+1
* Add minimal WebSocket server implementation for evhttp (#1322)Dmitry Ilyin2022-09-121-0/+244