aboutsummaryrefslogtreecommitdiff
path: root/websocksy.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-27Remove debug outputHEADmastercbdev1-0/+1
2024-01-14Host address terminationcbdev1-1/+1
2024-01-14Implement udp-listen peer transportcbdev1-1/+9
2019-06-20Implement fixedlength framingcbdev1-0/+4
2019-06-20Implement keep-alive pings (Fixes #4)cbdev1-8/+32
2019-06-20Implement additional framing functions (Fixes #3)cbdev1-3/+6
2019-06-08Implement configuration file parsingcbdev1-4/+5
2019-06-07Main readme and config modulecbdev1-62/+6
2019-06-02File backend peer querycbdev1-2/+26
2019-06-01Implement file backendcbdev1-0/+1
2019-06-01Implement plugin loadingcbdev1-4/+5
2019-05-31Unix socket peer connectioncbdev1-10/+13
2019-05-26Basic plugin loadingcbdev1-6/+35
2019-05-26Backend configuration, main config parsingcbdev1-24/+90
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