index
:
guile-websocket
master
WebSocket client and server written in Guile Scheme
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
web
/
socket
/
client.scm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove timeout handling that is incompatible with suspendable ports.
HEAD
master
David Thompson
2024-06-05
1
-12
/
+22
*
Distinguish close frames from timeouts.
Matthew Wolff
2024-05-09
1
-15
/
+21
*
client: Support read timeouts on receive & close.
Andrew Whatson
2023-05-07
1
-14
/
+13
*
client: Handle control frames in websocket-receive.
Andrew Whatson
2023-04-21
1
-6
/
+13
*
client: Support secure websockets.
Andrew Whatson
2023-04-19
1
-20
/
+25
*
mingw: Hack for missing /dev/urandom.
Jan (janneke) Nieuwenhuizen
2021-03-18
1
-3
/
+8
*
client: Export websocket-socket.
Jan (janneke) Nieuwenhuizen
2021-03-18
1
-0
/
+2
*
client: Return no values from close-websocket.
David Thompson
2016-03-25
1
-1
/
+2
*
client: Validate accept key when handshaking.
David Thompson
2016-03-25
1
-25
/
+25
*
client: Mask sent frames.
David Thompson
2016-03-25
1
-2
/
+6
*
client: Generate random nonce for handshake.
David Thompson
2016-03-25
1
-5
/
+11
*
client: Add entropy source.
David Thompson
2016-03-25
1
-2
/
+14
*
client: Add custom printer for <websocket>.
David Thompson
2016-03-25
1
-0
/
+8
*
client: Keep track of socket state.
David Thompson
2016-03-25
1
-12
/
+37
*
client: Wait for server to close connection.
David Thompson
2016-03-25
1
-1
/
+12
*
Add client module.
David Thompson
2016-03-24
1
-0
/
+143