aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-27Remove debug outputHEADmastercbdev4-2/+7
2024-02-27Fix makefile argument orderingcbdev1-2/+2
2024-01-14Host address terminationcbdev1-1/+1
2024-01-14Fix makefile orderingcbdev1-1/+1
2024-01-14Implement udp-listen peer transportcbdev2-1/+10
2021-02-21Fix dynamic32 edge casecbdev1-1/+1
2021-02-20Add dynamic32 to READMEcbdev1-0/+1
2021-02-20Implement dynamic32 framing functioncbdev3-1/+96
2019-09-01Fix builtin backend configuration return codecbdev1-0/+5
2019-08-25Include ctype for backend_filecbdev1-0/+1
2019-08-25Fix minor bugscbdev5-15/+28
2019-06-22Implement JSON framing function (Fixes #2)cbdev4-3/+299
2019-06-20Fix READMEcbdev2-6/+6
2019-06-20Add more API documentationcbdev1-3/+22
2019-06-20Implement fixedlength framingcbdev6-5/+77
2019-06-20Implement keep-alive pings (Fixes #4)cbdev7-12/+46
2019-06-20Add TOCcbdev1-5/+25
2019-06-20Implement additional framing functions (Fixes #3)cbdev9-14/+162
2019-06-08Move example configurationcbdev3-4/+14
2019-06-08Update Readmecbdev1-1/+3
2019-06-08Backend API documentationcbdev1-0/+31
2019-06-08Add licensecbdev1-0/+22
2019-06-08Implement configuration file parsingcbdev5-22/+160
2019-06-07Main readme and config modulecbdev6-73/+210
2019-06-02File backend peer querycbdev7-17/+136
2019-06-01Implement file backendcbdev7-12/+234
2019-06-01Implement plugin loadingcbdev7-16/+117
2019-05-31Unix socket peer connectioncbdev5-17/+74
2019-05-26Basic plugin loadingcbdev8-25/+165
2019-05-26Backend configuration, main config parsingcbdev3-37/+98
2019-05-25Implement pongs, move to multiple TLUscbdev10-67/+147
2019-05-25Basic forwarding and builtin extension functionscbdev6-15/+182
2019-05-19Implement basic peer connection handlingcbdev4-12/+169
2019-05-19Documentation & peer discovery APIcbdev5-17/+127
2019-05-18Document structures, introduce basic APIcbdev3-56/+181
2019-05-18Closing a websocket may send a reasoncbdev2-19/+49
2019-05-18Basic websocket framingcbdev4-17/+156
2019-05-18Complete WS connection establishmentcbdev6-96/+176
2019-05-17Split out websocket handling, HTTP header processingcbdev5-139/+236
2019-05-12Client handlingcbdev3-23/+98
2019-05-04Basic connection handlingcbdev4-0/+307