aboutsummaryrefslogtreecommitdiff
path: root/lib/websocket
AgeCommit message (Expand)Author
2022-06-09lib/websocket: realign struct HandshakeShulhan
2022-06-08lib/websocket: realign struct FrameShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2022-01-20lib/websocket: return error if parameter is empty on RegisterTextHandlerShulhan
2021-12-20lib/websocket: fix race conditition on handleTextShulhan
2021-12-20lib/websocket: add "ok" return value on ClientManager ContextShulhan
2021-10-08lib/websocket: fix test for client fragmentationShulhan
2021-08-22lib/websocket: try to fix flaky test on clientShulhan
2021-06-26websocket: export the Options field on the ServerShulhan
2021-06-21websocket: store all the handshake headers to Handshake.HeaderShulhan
2021-06-21websocket/testdata: fix the test server initializationShulhan
2021-04-06websocket: suppress error on calling handleCloseShulhan
2021-03-14all: refactoring the test.Assert and test.AssertBench signatureShulhan
2020-11-26websocket: create buffered channel for running queueShulhan
2020-10-23websocket: set TLSConfig to nil if Endpoint scheme is not https or wssShulhan
2020-08-31websocket: remove logging on Send functionShulhan
2020-08-16websocket: remove unused const _pathHealthShulhan
2020-08-11websocket: remove logging on ServerOptions.init()Shulhan
2020-08-11websocket: reformat some filesShulhan
2020-08-11websocket: move the server handler to ServerOptionsShulhan
2020-08-11websocket: add server options to change the connect and status pathsShulhan
2020-08-10websocket: add HTTP endpoint to check server health statusShulhan
2020-06-10all: update email addressShulhan
2020-06-09websocket: fix race on pingTicker when stopping serverShulhan
2020-06-06all: use default linter optionsShulhan
2020-05-11websocket: allow "https" scheme on Client's EndpointShulhan
2020-04-29websocket: lock the connection when processing CloseShulhan
2020-04-29websocket: add routine that send PING control frame on ConnectShulhan
2020-04-29websocket: add method to gracefully Close the client connectionShulhan
2020-03-26all: fix and suppress linter warningsShulhan
2020-03-12websocket: explain the error behaviour on ClientHandlerShulhan
2020-02-16websocket: allow custom TLS configuration on clientShulhan
2020-01-23websocket: add delay after running test serverShulhan
2020-01-22websocket: change the RouteHandler signature to return ResponseShulhan
2020-01-20websocket: fix data race on testShulhan
2019-12-04websocket: update documentation of AUTOBAHN and on examplesShulhan
2019-11-19websocket: remove test for empty endpoint due to different formatShulhan
2019-11-14websocket: add examples of WebSocket as chat server and clientShulhan
2019-11-14websocket: add new function to create broadcast responseShulhan
2019-11-14websocket: update the documentationShulhan
2019-11-14websocket: add field Conn to represent connection in RequestShulhan
2019-11-14websocket: update documentation on AUTOBAHN test suitesShulhan
2019-11-14websocket: check for read timeout on recvShulhan
2019-11-14websocket: update NewServer usage on testShulhan
2019-11-14websocket: remove unused error on NewServerShulhan
2019-11-07websocket: fix zero response ID when error on handleTextShulhan
2019-11-05websocket: fix data race on testing FragmentationShulhan
2019-11-05websocket: wrap the response with frame on sendResponseShulhan
2019-11-05websocket: set the response ID after calling handler on handleTextShulhan
2019-11-01websocket: replace epoll implementation with libnet.PollShulhan