aboutsummaryrefslogtreecommitdiff
path: root/websocksy.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-25Implement pongs, move to multiple TLUscbdev1-20/+56
2019-05-25Basic forwarding and builtin extension functionscbdev1-1/+14
2019-05-19Implement basic peer connection handlingcbdev1-3/+92
2019-05-19Documentation & peer discovery APIcbdev1-2/+10
2019-05-18Document structures, introduce basic APIcbdev1-21/+50
2019-05-18Basic websocket framingcbdev1-0/+9
2019-05-18Complete WS connection establishmentcbdev1-83/+3
2019-05-17Split out websocket handling, HTTP header processingcbdev1-130/+12
2019-05-12Client handlingcbdev1-23/+75
2019-05-04Basic connection handlingcbdev1-0/+272