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
11 days
all: apply go fix
Shulhan
2026-02-13
lib/websocket: remove generated HTML files
Shulhan
2026-01-03
all: use SPDX license header format
Shulhan
2025-02-04
all: remove the nolint tags
Shulhan
2025-01-23
all: use for-range with numeric
Shulhan
2025-01-23
all: replace "interface{}" with "any"
Shulhan
2025-01-22
lib/bytes: replace Copy and Concat with standard library
Shulhan
2024-12-29
all: merge package "lib/ints" and "lib/ints64" into "slices"
Shulhan
2024-03-06
all: conform with linter gosec, ineffasign, and makezero
Shulhan
2024-03-05
all: comply with linter recommendations #3
Shulhan
2024-03-05
all: comply with linter recommendations #2
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2024-02-15
all: set unused parameter to "_"
Shulhan
2023-12-13
all: fix linter warnings reported by revive
Shulhan
2023-09-14
all: fix variable shadowing as reported by shadow tool
Shulhan
2023-09-13
lib/websocket: replace package "math/rand" with "crypto/rand"
Shulhan
2023-09-11
websocket/internal: add missing comment to package autobahn
Shulhan
2023-09-11
websocket/examples: unexport type chatClient in cmd/client
Shulhan
2023-09-11
websocket/examples: add missing comments
Shulhan
2023-09-11
lib/websocket: suppress unused parameter using "_"
Shulhan
2023-07-03
websocket/examples: enhance the server and client
Shulhan
2023-07-03
lib/websocket: stop goroutines when no queue received after N duration
Shulhan
2023-07-01
lib/websocket: reformat comments and documentation
Shulhan
2023-07-01
lib/websocket: handle concurrent ping using goroutines
Shulhan
2023-07-01
lib/websocket: prefix the error with function or method names
Shulhan
2023-07-01
lib/websocket: handle concurrent Server read using goroutines
Shulhan
2023-07-01
autobahn: print reports after testing server and client
Shulhan
2023-07-01
lib/websocket: handle concurrent upgrade using goroutine
Shulhan
2023-07-01
lib/websocket: move the autobahn test to package internal
Shulhan
2023-06-29
lib/websocket: add option to set read/write timeout on Server
Shulhan
2023-06-18
websocket/testdata: rewrite autobahn test using container
Shulhan
2023-06-18
lib/websocket: revert maxBuffer back to 1024
Shulhan
2023-06-18
lib/websocket: call Quit when handshake contains close or invalid frame
Shulhan
2023-06-04
lib/websocket: increase the max buffer and queue for better throughput
Shulhan
2023-05-20
all: remove any usage of debug.Value in all packages
Shulhan
2023-04-04
lib/websocket: fix test on RootRouteAdd
Shulhan
2023-02-22
lib/websocket: replace math/rand.Read with crypto/rand.Read
Shulhan
2022-11-19
lib/websocket: fix test for the Go 1.20
Shulhan
2022-10-10
lib/websocket: cleanup the channel gracefulClose during Close
Shulhan
2022-10-10
lib/websocket: check for EAGAIN and EINTR when reading raw socket
Shulhan
2022-10-10
lib/websocket: replace handleInvalidData and BadRequest with sendClose
Shulhan
2022-10-10
lib/websocket: fix possible data race on Client
Shulhan
2022-10-08
lib/websocket: rewords some comment and package documentation
Shulhan
2022-10-02
lib/websocket: remove global variables when testing rootRoute
Shulhan
2022-09-15
lib/websocket: fix possible race during testing Client
Shulhan
2022-07-29
lib/websocket: reformat and paraphrase some comments
Shulhan
2022-07-29
lib/websocket: fix possible data race on client test
Shulhan
2022-06-09
lib/websocket: refactoring code
Shulhan
2022-06-09
lib/websocket: realign all struct to minimize allocations
Shulhan
2022-06-09
lib/websocket: fix benchmark
Shulhan
[next]