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-10-21
all: fix and add missing comments
Shulhan
2019-10-03
websocket: remove the client Quit() statement
Shulhan
2019-09-05
all: fix test for Go 1.13
Shulhan
2019-08-28
all: replace document generator from asciidoctor to ciigo
Shulhan
2019-06-14
all: fix nolint format
Shulhan
2019-05-07
all: update asciidoctor to v2.0.9
Shulhan
2019-04-02
websocket: format the benchmark documentation
Shulhan
2019-03-31
websocket: check interface conversion on ClientManager context Value
Shulhan
2019-03-31
websocket/server: remove unnecessary frames nil check on reader
Shulhan
2019-03-21
websocket: update server documentation for autobahn
Shulhan
2019-03-21
websocket: add autobahn testsuite for client
Shulhan
2019-03-20
websocket: use custom HTTP parser for client
Shulhan
2019-03-17
websocket: update log related format
Shulhan
2019-03-17
websocket: simplify client handshake process without handler and context
Shulhan
2019-03-17
websocket: call Quit when client receive error or empty packet
Shulhan
2019-03-17
websocket: fix empty path when generating client handshake request
Shulhan
2019-03-17
websocket: add handler when client connection closed
Shulhan
2019-03-17
websocket: remove mutex on client
Shulhan
2019-03-17
websocket: pass the instance of client to handler
Shulhan
2019-03-17
websocket: unexport Frame Pack()
Shulhan
2019-03-17
websocket: move isValidFrame as method of Frame
Shulhan
2019-03-17
websocket: remove parameter randomMask from Frame.Pack
Shulhan
2019-03-17
websocket: simplify handling chopped frame
Shulhan
2019-03-17
websocket: rewrite client to use centralized handler
Shulhan
2019-03-17
websocket: do not cut the close code bytes from frame's payload
Shulhan
2019-03-17
websocket/testdata/server: add copyright information
Shulhan
2019-03-17
websocket: remove global random number generator
Shulhan
2019-03-17
websocket: add method to merge all continuous frames
Shulhan
2019-03-12
websocket: fix debug statement with index out of range
Shulhan
2019-03-12
websocket: move the process to handle frame into method
Shulhan
2019-03-12
websocket: move the process to validate client's frame into method
Shulhan
2019-03-12
websocket: remove redundatan return statement on addFrame
Shulhan
2019-03-12
websocket: export the opcode type
Shulhan
2019-03-12
websocket: update documentation, add an example to create pub-sub server
Shulhan
2019-03-12
websocket: unexport internal methods and remove unused methods
Shulhan
2019-03-12
websocket: add status report for testing with autobahn
Shulhan
2019-03-12
websocket: run data frame handler using routines
Shulhan
2019-03-12
websocket: handle EAGAIN when sending large packet
Shulhan
2019-03-11
websocket: fix response code for fragmentation with invalid opcode
Shulhan
2019-03-11
websocket: handle chopped frame with interjected control frame
Shulhan
2019-03-11
websocket: handle checking invalid control frame in server
Shulhan
2019-03-11
websocket: handle opcode zero on the first frame
Shulhan
2019-03-11
websocket: handle index out-of-range error when unpacking frame length
Shulhan
2019-03-11
websocket: handle non-zero opcode on continuous frame
Shulhan
2019-03-11
websocket: handle possible mix of chopped packet with frame
Shulhan
2019-03-11
websocket: handle invalid control CLOSE code
Shulhan
2019-03-11
websocket: check for invalid UTF-8 when receiving data frame TEXT
Shulhan
2019-03-11
websocket: handle receiving chopped frame on server
Shulhan
2019-03-11
websocket: check for empty user ID on client context
Shulhan
2019-03-11
websocket: check for empty clients connection on all
Shulhan
[prev]
[next]