aboutsummaryrefslogtreecommitdiff
path: root/lib/websocket
AgeCommit message (Expand)Author
2019-03-04websocket: fix inefficent assignment to error variable on client sendShulhan
2019-03-04websocket: replace nil context with context.Background()Shulhan
2019-03-04websocket: remove global variables for server control framesShulhan
2019-03-04websocket: split the global functions into separated fileShulhan
2019-03-04websocket: minimize global variables and unexport internal constantsShulhan
2019-03-04websocket: refactoring client, add specific SendXxx methodsShulhan
2019-03-04websocket: add method to check if frame is data frameShulhan
2019-03-04websocket: rename function "unpack" to "frameUnpack"Shulhan
2019-03-04websocket: remove the constraints section on package documentationShulhan
2019-03-04websocket: add type for continuous (fragmented) frameShulhan
2019-03-04websocket: send and receive only when client is connectedShulhan
2019-03-04websocket: handle interjected control frame PING from serverShulhan
2019-03-04websocket: fix usage of iota on connection stateShulhan
2019-03-04websocket: add functions to create control or data frameShulhan
2019-03-04websocket: check for nil handler on client SendShulhan
2019-03-04websocket: simplify client APIsShulhan
2019-03-02websocket: add unit test for request and responseShulhan
2019-03-02websocket: replace sync.Map in UserSockets with normal map and MutexShulhan
2019-03-02websocket: add mapping between socket fd and user-IDShulhan
2019-03-01all: fix warnings from linterShulhan
2019-01-29lib/websocket: simplify Range on map of clientsShulhan
2019-01-29lib/websocket: uncapitalized the first letter of error messagesShulhan
2018-11-30all: fix and suppress linter warnings on long linesShulhan
2018-11-30all: minimize and suppress linter warnings for global variablesShulhan
2018-11-30all: fix linter warnings on naked returnShulhan
2018-11-30all: ignore linting warnings on security relatedShulhan
2018-11-29all: disable lint on functions that have cyclomatix complexity > 15Shulhan
2018-11-29all: fix warnings from lintersShulhan
2018-11-29all: fixes warning from lintersShulhan
2018-11-29all: fix warning from lintersShulhan
2018-11-02lib/websocket: reformat commentsShulhan
2018-08-22lib/websocket: replace json-iterator with standard jsonShulhan
2018-07-06Add implementation of websocket server and client (RFC 6455)Shulhan