index
:
websocksy
master
Flexible websocket transport bridge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
websocksy.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-20
Implement fixedlength framing
cbdev
1
-0
/
+4
2019-06-20
Implement keep-alive pings (Fixes #4)
cbdev
1
-8
/
+32
2019-06-20
Implement additional framing functions (Fixes #3)
cbdev
1
-3
/
+6
2019-06-08
Implement configuration file parsing
cbdev
1
-4
/
+5
2019-06-07
Main readme and config module
cbdev
1
-62
/
+6
2019-06-02
File backend peer query
cbdev
1
-2
/
+26
2019-06-01
Implement file backend
cbdev
1
-0
/
+1
2019-06-01
Implement plugin loading
cbdev
1
-4
/
+5
2019-05-31
Unix socket peer connection
cbdev
1
-10
/
+13
2019-05-26
Basic plugin loading
cbdev
1
-6
/
+35
2019-05-26
Backend configuration, main config parsing
cbdev
1
-24
/
+90
2019-05-25
Implement pongs, move to multiple TLUs
cbdev
1
-20
/
+56
2019-05-25
Basic forwarding and builtin extension functions
cbdev
1
-1
/
+14
2019-05-19
Implement basic peer connection handling
cbdev
1
-3
/
+92
2019-05-19
Documentation & peer discovery API
cbdev
1
-2
/
+10
2019-05-18
Document structures, introduce basic API
cbdev
1
-21
/
+50
2019-05-18
Basic websocket framing
cbdev
1
-0
/
+9
2019-05-18
Complete WS connection establishment
cbdev
1
-83
/
+3
2019-05-17
Split out websocket handling, HTTP header processing
cbdev
1
-130
/
+12
2019-05-12
Client handling
cbdev
1
-23
/
+75
2019-05-04
Basic connection handling
cbdev
1
-0
/
+272