index
:
websocksy
master
Flexible websocket transport bridge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
websocksy.h
Age
Commit message (
Collapse
)
Author
Files
Lines
2019-06-20
Fix README
cbdev
1
-3
/
+3
2019-06-20
Implement fixedlength framing
cbdev
1
-0
/
+1
2019-06-20
Implement keep-alive pings (Fixes #4)
cbdev
1
-0
/
+1
2019-06-20
Implement additional framing functions (Fixes #3)
cbdev
1
-1
/
+2
2019-06-02
File backend peer query
cbdev
1
-0
/
+3
2019-06-01
Implement plugin loading
cbdev
1
-1
/
+1
2019-05-31
Unix socket peer connection
cbdev
1
-3
/
+2
2019-05-26
Basic plugin loading
cbdev
1
-1
/
+1
2019-05-26
Backend configuration, main config parsing
cbdev
1
-9
/
+4
2019-05-25
Implement pongs, move to multiple TLUs
cbdev
1
-0
/
+8
2019-05-25
Basic forwarding and builtin extension functions
cbdev
1
-2
/
+2
2019-05-19
Implement basic peer connection handling
cbdev
1
-3
/
+26
2019-05-19
Documentation & peer discovery API
cbdev
1
-6
/
+43
2019-05-18
Document structures, introduce basic API
cbdev
1
-17
/
+94
2019-05-18
Closing a websocket may send a reason
cbdev
1
-1
/
+15
2019-05-18
Basic websocket framing
cbdev
1
-0
/
+10
2019-05-18
Complete WS connection establishment
cbdev
1
-1
/
+3
2019-05-17
Split out websocket handling, HTTP header processing
cbdev
1
-7
/
+8
2019-05-12
Client handling
cbdev
1
-0
/
+12
2019-05-04
Basic connection handling
cbdev
1
-0
/
+25