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
2019-03-04
websocket: fix inefficent assignment to error variable on client send
Shulhan
2019-03-04
websocket: replace nil context with context.Background()
Shulhan
2019-03-04
websocket: remove global variables for server control frames
Shulhan
2019-03-04
websocket: split the global functions into separated file
Shulhan
2019-03-04
websocket: minimize global variables and unexport internal constants
Shulhan
2019-03-04
websocket: refactoring client, add specific SendXxx methods
Shulhan
2019-03-04
websocket: add method to check if frame is data frame
Shulhan
2019-03-04
websocket: rename function "unpack" to "frameUnpack"
Shulhan
2019-03-04
websocket: remove the constraints section on package documentation
Shulhan
2019-03-04
websocket: add type for continuous (fragmented) frame
Shulhan
2019-03-04
websocket: send and receive only when client is connected
Shulhan
2019-03-04
websocket: handle interjected control frame PING from server
Shulhan
2019-03-04
websocket: fix usage of iota on connection state
Shulhan
2019-03-04
websocket: add functions to create control or data frame
Shulhan
2019-03-04
websocket: check for nil handler on client Send
Shulhan
2019-03-04
websocket: simplify client APIs
Shulhan
2019-03-02
websocket: add unit test for request and response
Shulhan
2019-03-02
websocket: replace sync.Map in UserSockets with normal map and Mutex
Shulhan
2019-03-02
websocket: add mapping between socket fd and user-ID
Shulhan
2019-03-01
all: fix warnings from linter
Shulhan
2019-01-29
lib/websocket: simplify Range on map of clients
Shulhan
2019-01-29
lib/websocket: uncapitalized the first letter of error messages
Shulhan
2018-11-30
all: fix and suppress linter warnings on long lines
Shulhan
2018-11-30
all: minimize and suppress linter warnings for global variables
Shulhan
2018-11-30
all: fix linter warnings on naked return
Shulhan
2018-11-30
all: ignore linting warnings on security related
Shulhan
2018-11-29
all: disable lint on functions that have cyclomatix complexity > 15
Shulhan
2018-11-29
all: fix warnings from linters
Shulhan
2018-11-29
all: fixes warning from linters
Shulhan
2018-11-29
all: fix warning from linters
Shulhan
2018-11-02
lib/websocket: reformat comments
Shulhan
2018-08-22
lib/websocket: replace json-iterator with standard json
Shulhan
2018-07-06
Add implementation of websocket server and client (RFC 6455)
Shulhan
[prev]