index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
websocket
Age
Commit message (
Expand
)
Author
2022-06-09
lib/websocket: realign struct Handshake
Shulhan
2022-06-08
lib/websocket: realign struct Frame
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2022-01-20
lib/websocket: return error if parameter is empty on RegisterTextHandler
Shulhan
2021-12-20
lib/websocket: fix race conditition on handleText
Shulhan
2021-12-20
lib/websocket: add "ok" return value on ClientManager Context
Shulhan
2021-10-08
lib/websocket: fix test for client fragmentation
Shulhan
2021-08-22
lib/websocket: try to fix flaky test on client
Shulhan
2021-06-26
websocket: export the Options field on the Server
Shulhan
2021-06-21
websocket: store all the handshake headers to Handshake.Header
Shulhan
2021-06-21
websocket/testdata: fix the test server initialization
Shulhan
2021-04-06
websocket: suppress error on calling handleClose
Shulhan
2021-03-14
all: refactoring the test.Assert and test.AssertBench signature
Shulhan
2020-11-26
websocket: create buffered channel for running queue
Shulhan
2020-10-23
websocket: set TLSConfig to nil if Endpoint scheme is not https or wss
Shulhan
2020-08-31
websocket: remove logging on Send function
Shulhan
2020-08-16
websocket: remove unused const _pathHealth
Shulhan
2020-08-11
websocket: remove logging on ServerOptions.init()
Shulhan
2020-08-11
websocket: reformat some files
Shulhan
2020-08-11
websocket: move the server handler to ServerOptions
Shulhan
2020-08-11
websocket: add server options to change the connect and status paths
Shulhan
2020-08-10
websocket: add HTTP endpoint to check server health status
Shulhan
2020-06-10
all: update email address
Shulhan
2020-06-09
websocket: fix race on pingTicker when stopping server
Shulhan
2020-06-06
all: use default linter options
Shulhan
2020-05-11
websocket: allow "https" scheme on Client's Endpoint
Shulhan
2020-04-29
websocket: lock the connection when processing Close
Shulhan
2020-04-29
websocket: add routine that send PING control frame on Connect
Shulhan
2020-04-29
websocket: add method to gracefully Close the client connection
Shulhan
2020-03-26
all: fix and suppress linter warnings
Shulhan
2020-03-12
websocket: explain the error behaviour on ClientHandler
Shulhan
2020-02-16
websocket: allow custom TLS configuration on client
Shulhan
2020-01-23
websocket: add delay after running test server
Shulhan
2020-01-22
websocket: change the RouteHandler signature to return Response
Shulhan
2020-01-20
websocket: fix data race on test
Shulhan
2019-12-04
websocket: update documentation of AUTOBAHN and on examples
Shulhan
2019-11-19
websocket: remove test for empty endpoint due to different format
Shulhan
2019-11-14
websocket: add examples of WebSocket as chat server and client
Shulhan
2019-11-14
websocket: add new function to create broadcast response
Shulhan
2019-11-14
websocket: update the documentation
Shulhan
2019-11-14
websocket: add field Conn to represent connection in Request
Shulhan
2019-11-14
websocket: update documentation on AUTOBAHN test suites
Shulhan
2019-11-14
websocket: check for read timeout on recv
Shulhan
2019-11-14
websocket: update NewServer usage on test
Shulhan
2019-11-14
websocket: remove unused error on NewServer
Shulhan
2019-11-07
websocket: fix zero response ID when error on handleText
Shulhan
2019-11-05
websocket: fix data race on testing Fragmentation
Shulhan
2019-11-05
websocket: wrap the response with frame on sendResponse
Shulhan
2019-11-05
websocket: set the response ID after calling handler on handleText
Shulhan
2019-11-01
websocket: replace epoll implementation with libnet.Poll
Shulhan
[prev]
[next]