Sign in
go
/
net
/
9a518991035b3a8f23c03004d4db041a7fa6c06f
/
websocket
f88258d
websocket: update nhooyr.io/websocket to github.com/coder/websocket
by Mathias Fredriksson
· 6 months ago
9bf379f
websocket: fix printf(var) mistake detected by latest printf checker
by Dmitri Shuralyov
· 6 months ago
c1f5833
all: replace deprecated io/ioutil calls
by Damien Neil
· 10 months ago
c289c7a
websocket: re-add documentation for DialConfig
by Dmitri Shuralyov
· 1 year ago
3dfd003
websocket: add support for dialing with context
by Aleksei Besogonov
· 1 year, 2 months ago
7e3c19c
all: correct typos in comments
by Oleksandr Redko
· 2 years, 1 month ago
ad92d3d
websocket: don't recommend Gorilla
by Ian Lance Taylor
· 2 years, 3 months ago
290c469
all: gofmt
by Russ Cox
· 3 years ago
1a5e07d
websocket: Add nhooyr.io/websocket to the deprecation message
by Anmol Sethi
· 5 years ago
afe8f62
websocket: add documentation to IsServerConn and IsClientConn
by Gauthier Jolly
· 7 years ago
97edce0
websocket: mention the gorilla package
by Brad Fitzpatrick
· 8 years ago
8b4af36
websocket: drop support for go1.4 or below
by Mikio Hara
· 8 years ago
236cde1
websocket: use of crypto/rand package in test
by Mikio Hara
· 8 years ago
6dba816
websocket: limit incoming payload size
by Artyom Pervukhin
· 9 years ago
819f4c5
websocket: use net.Dialer to open tcp connection
by Cezar Sa Espinola
· 10 years ago
7553b97
websocket: fix Read behaviour in hybiFrameReader.Read
by Dave Cheney
· 9 years ago
318395d
websocket: remove redundant error handling
by Sam Whited
· 9 years ago
3e5cd1e
websocket: Be explicit about goroutine safety
by Sam Whited
· 9 years ago
b026840
websocket: don't send IPv6 zone identifier in outbound request, per RFC 6874
by Mikio Hara
· 10 years ago
b963d28
websocket: handle solicited and unsolicited Ping/Pong frames correctly
by Mikio Hara
· 10 years ago
8464987
websocket: add extented payload length check for the case of 7+64 bits
by Mikio Hara
· 10 years ago
19fe7f4
websocket: drop unreachable code
by Mikio Hara
· 10 years ago
51854ab
websocket: fix build
by Mikio Hara
· 10 years ago
46f551b
websocket: skip TestClose on Plan 9
by Mikio Hara
· 10 years ago
d9b482f
websocket: fix mis-handshake in the case of lack of HTTP origin header
by Mikio Hara
· 10 years ago
8d61702
websocket: fix a minor grammar issue in a comment.
by Nigel Tao
· 10 years ago
bb64f4d
x/net/websocket: always close underlying connection on ws.Close
by Dave Cheney
· 10 years ago
13b0908
websocket: fix socket leak in the case of negotiation failure
by Mikio Hara
· 10 years ago
5058c78
websocket: add support for websocket urls without a port specified
by Norberto Lopes
· 10 years ago
8aa6e20
net: add import comments.
by David Symonds
· 10 years ago
fbe893d
go.net: use golang.org/x/... import paths
by Andrew Gerrand
· 10 years ago
a6927df
go.net: fix various typos
by Robert Griesemer
· 11 years ago
e970ddb
go.net/websocket: fix nits found by go tool vet
by Mikio Hara
· 11 years ago
f9a9acb
go.net/websocket: remove defunct hixie.go file
by Andrew Gerrand
· 11 years ago
38c17ad
go.net/websocket: drop old versions of the protocol
by Scott Ferguson
· 11 years ago
4c1c96f
go.net/websocket: fix handshake error.
by Fumitoshi Ukai
· 12 years ago
0005f0a
go.net/websocket: allow server configurable
by Fumitoshi Ukai
· 12 years ago
94458b3
go.net/websocket: optimize frame masking code
by Shenghou Ma
· 12 years ago
68e1a21
go.net/websocket: update package comment to refer RFC 6455
by Fumitoshi Ukai
· 12 years ago
811c2f5
go.net: gofmt -w -s
by Mikio Hara
· 12 years ago
5a65403
go.net/websocket: Use protocol parameter in websocket.Dial.
by Fumitoshi Ukai
· 12 years ago
3b94eae
go.net/websocket: fix server and client examples
by Francisco Souza
· 13 years ago
dbb2a36
websocket: fix typo
by Francisco Souza
· 13 years ago
8e3008a
websocket: fix typos Fixes golang/go#3880.
by Shenghou Ma
· 13 years ago
675d40b
go.net/websocket: fix error check in Send
by Fumitoshi Ukai
· 13 years ago
359f934
go.net: gofix for net/url API changes.
by David Symonds
· 13 years ago
3294cb5
go.net: initial code
by Russ Cox
· 13 years ago