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
/
server.go
Age
Commit message (
Expand
)
Author
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 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-10
websocket: use single frame to handle fragmentation
Shulhan
2019-03-10
websocket: close the connection when server received reserved opcode
Shulhan
2019-03-10
websocket: close connection on unnegotiated reserved bits on server
Shulhan
2019-03-10
websocket: add server handler for reserved control frame
Shulhan
2019-03-08
websocket: add method to stop the server
Shulhan
2019-03-07
websocket: use string concatenation to generate HTTP upgrade response
Shulhan
2019-03-07
websocket: replace unix.Write with Send(fd, bytes)
Shulhan
2019-03-07
websocket: add unit test for client servePing
Shulhan
2019-03-06
websocket: add method to return a copy of all client connections
Shulhan
2019-03-06
websocket: unexport request Reset() and response Reset()
Shulhan
2019-03-06
websocket: unexport method SendResponse
Shulhan
2019-03-06
websocket: unexport the handshake Reset and Parse methods
Shulhan
2019-03-06
websocket: prevent adding closed client connection back to epoll
Shulhan
2019-03-06
websocket: enhanced the log output on server
Shulhan
2019-03-06
websocket: remove server HandleClose, duplicate with HandleClientRemove
Shulhan
2019-03-06
websocket: refactoring handling fragmentation on server
Shulhan
2019-03-05
websocket: unexport the Frame Pack method
Shulhan
2019-03-05
websocket: rename UserSockets to ClientManager
Shulhan
2019-03-05
websocket: return websocket key on handleUpgrade
Shulhan
2019-03-05
websocket: change the Unpack return type to Frames
Shulhan
2019-03-05
websocket: unexported the Frame fields Fin and Masked
Shulhan
2019-03-04
websocket: remove global variables for server control frames
Shulhan
2019-03-04
websocket: minimize global variables and unexport internal constants
Shulhan
2019-03-04
websocket: simplify client APIs
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-29
all: fix warnings 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]