aboutsummaryrefslogtreecommitdiff
path: root/websocksy.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-14Implement udp-listen peer transportcbdev1-0/+1
2019-06-20Fix READMEcbdev1-3/+3
2019-06-20Implement fixedlength framingcbdev1-0/+1
2019-06-20Implement keep-alive pings (Fixes #4)cbdev1-0/+1
2019-06-20Implement additional framing functions (Fixes #3)cbdev1-1/+2
2019-06-02File backend peer querycbdev1-0/+3
2019-06-01Implement plugin loadingcbdev1-1/+1
2019-05-31Unix socket peer connectioncbdev1-3/+2
2019-05-26Basic plugin loadingcbdev1-1/+1
2019-05-26Backend configuration, main config parsingcbdev1-9/+4
2019-05-25Implement pongs, move to multiple TLUscbdev1-0/+8
2019-05-25Basic forwarding and builtin extension functionscbdev1-2/+2
2019-05-19Implement basic peer connection handlingcbdev1-3/+26
2019-05-19Documentation & peer discovery APIcbdev1-6/+43
2019-05-18Document structures, introduce basic APIcbdev1-17/+94
2019-05-18Closing a websocket may send a reasoncbdev1-1/+15
2019-05-18Basic websocket framingcbdev1-0/+10
2019-05-18Complete WS connection establishmentcbdev1-1/+3
2019-05-17Split out websocket handling, HTTP header processingcbdev1-7/+8
2019-05-12Client handlingcbdev1-0/+12
2019-05-04Basic connection handlingcbdev1-0/+25