aboutsummaryrefslogtreecommitdiff
path: root/lib/websocket
AgeCommit message (Expand)Author
11 daysall: apply go fixShulhan
2026-02-13lib/websocket: remove generated HTML filesShulhan
2026-01-03all: use SPDX license header formatShulhan
2025-02-04all: remove the nolint tagsShulhan
2025-01-23all: use for-range with numericShulhan
2025-01-23all: replace "interface{}" with "any"Shulhan
2025-01-22lib/bytes: replace Copy and Concat with standard libraryShulhan
2024-12-29all: merge package "lib/ints" and "lib/ints64" into "slices"Shulhan
2024-03-06all: conform with linter gosec, ineffasign, and makezeroShulhan
2024-03-05all: comply with linter recommendations #3Shulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2024-02-15all: set unused parameter to "_"Shulhan
2023-12-13all: fix linter warnings reported by reviveShulhan
2023-09-14all: fix variable shadowing as reported by shadow toolShulhan
2023-09-13lib/websocket: replace package "math/rand" with "crypto/rand"Shulhan
2023-09-11websocket/internal: add missing comment to package autobahnShulhan
2023-09-11websocket/examples: unexport type chatClient in cmd/clientShulhan
2023-09-11websocket/examples: add missing commentsShulhan
2023-09-11lib/websocket: suppress unused parameter using "_"Shulhan
2023-07-03websocket/examples: enhance the server and clientShulhan
2023-07-03lib/websocket: stop goroutines when no queue received after N durationShulhan
2023-07-01lib/websocket: reformat comments and documentationShulhan
2023-07-01lib/websocket: handle concurrent ping using goroutinesShulhan
2023-07-01lib/websocket: prefix the error with function or method namesShulhan
2023-07-01lib/websocket: handle concurrent Server read using goroutinesShulhan
2023-07-01autobahn: print reports after testing server and clientShulhan
2023-07-01lib/websocket: handle concurrent upgrade using goroutineShulhan
2023-07-01lib/websocket: move the autobahn test to package internalShulhan
2023-06-29lib/websocket: add option to set read/write timeout on ServerShulhan
2023-06-18websocket/testdata: rewrite autobahn test using containerShulhan
2023-06-18lib/websocket: revert maxBuffer back to 1024Shulhan
2023-06-18lib/websocket: call Quit when handshake contains close or invalid frameShulhan
2023-06-04lib/websocket: increase the max buffer and queue for better throughputShulhan
2023-05-20all: remove any usage of debug.Value in all packagesShulhan
2023-04-04lib/websocket: fix test on RootRouteAddShulhan
2023-02-22lib/websocket: replace math/rand.Read with crypto/rand.ReadShulhan
2022-11-19lib/websocket: fix test for the Go 1.20Shulhan
2022-10-10lib/websocket: cleanup the channel gracefulClose during CloseShulhan
2022-10-10lib/websocket: check for EAGAIN and EINTR when reading raw socketShulhan
2022-10-10lib/websocket: replace handleInvalidData and BadRequest with sendCloseShulhan
2022-10-10lib/websocket: fix possible data race on ClientShulhan
2022-10-08lib/websocket: rewords some comment and package documentationShulhan
2022-10-02lib/websocket: remove global variables when testing rootRouteShulhan
2022-09-15lib/websocket: fix possible race during testing ClientShulhan
2022-07-29lib/websocket: reformat and paraphrase some commentsShulhan
2022-07-29lib/websocket: fix possible data race on client testShulhan
2022-06-09lib/websocket: refactoring codeShulhan
2022-06-09lib/websocket: realign all struct to minimize allocationsShulhan
2022-06-09lib/websocket: fix benchmarkShulhan