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
/
funcs.go
Age
Commit message (
Expand
)
Author
11 days
all: apply go fix
Shulhan
2025-02-04
all: remove the nolint tags
Shulhan
2024-03-05
all: comply with linter recommendations #3
Shulhan
2023-12-13
all: fix linter warnings reported by revive
Shulhan
2023-09-13
lib/websocket: replace package "math/rand" with "crypto/rand"
Shulhan
2023-06-29
lib/websocket: add option to set read/write timeout on Server
Shulhan
2023-06-18
lib/websocket: revert maxBuffer back to 1024
Shulhan
2023-06-04
lib/websocket: increase the max buffer and queue for better throughput
Shulhan
2022-10-10
lib/websocket: check for EAGAIN and EINTR when reading raw socket
Shulhan
2022-06-09
lib/websocket: refactoring code
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2020-08-31
websocket: remove logging on Send function
Shulhan
2020-08-11
websocket: reformat some files
Shulhan
2020-06-06
all: use default linter options
Shulhan
2019-06-14
all: fix nolint format
Shulhan
2019-03-17
websocket: remove global random number generator
Shulhan
2019-03-12
websocket: handle EAGAIN when sending large packet
Shulhan
2019-03-11
websocket: handle possible half write on Send()
Shulhan
2019-03-07
websocket: remove pool of slice bytes
Shulhan
2019-03-06
websocket: refactoring handling fragmentation on server
Shulhan
2019-03-06
websocket: simplify reading packet on function Recv()
Shulhan
2019-03-05
websocket: unexport the Frame Pack method
Shulhan
2019-03-05
websocket: replace concatBytes with our bytes.Concat
Shulhan
2019-03-04
websocket: inline the magic key, instead of global
Shulhan
2019-03-04
websocket: suppress gosec linter warning on package "crypto/sha1"
Shulhan
2019-03-04
websocket: split the global functions into separated file
Shulhan