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