- bc7ce89 Check for and report bad protocol in TLSClientConfig.NextProtos (#788) by Chan Kang · 11 days ago master
- 27d91a9 drop the versions of go that are no longer supported + add 1.18 to ci by Chan Kang · 12 days ago
- 78cf1bc Changed the method name UnderlyingConn to NetConn to align the methods names with Go 1.18 standard library (#773) by JWSong · 3 months ago
- 69d0eb9 Add check for Sec-WebSocket-Key header (#752) by Yuki Hirasawa · 5 months ago
- 9111bb8 Dialer: add optional method NetDialTLSContext (#746) by Lluis Campos · 6 months ago v1.5.0
- 2f25f78 Update README (#757) by Gary Burd · 6 months ago
- 4fad403 Remove support for Go 1.8 by Gary Burd · 6 months ago
- f0643a3 Improve protocol error messages by Gary Burd · 6 months ago
- 2d6ee4c Update autobahn example by Gary Burd · 6 months ago
- beca1d3 Fix broadcast benchmarks (#542) by Alexander Emelin · 6 months ago
- bcef843 Use context.Context in TLS handshake (#751) by Gary Burd · 6 months ago
- 2c89656 Modify http Method String Literal to Variable (#728) by Rn · 7 months ago
- 1905f7e Update source to match output from gofmt 1.17 by Gary Burd · 7 months ago
- b4b5d88 Document the allowed concurrency on Upgrader and Dialer (#636) by Gary Burd · 7 months ago
- e8629af improve echo example (#671) by hellflame · 1 year, 2 months ago
- c3dd95a build: use build matrix; drop Go <= 1.10 (#629) by Matt Silverlock · 1 year, 10 months ago
- 78ab81e docs: clarify that sub protocols are not set via responseHeader arg. by Matt Silverlock · 1 year, 10 months ago
- 873e67e Fix how the client checks for presence of Upgrade: websocket, Connection: upgrade (#604) by Ran Benita · 1 year, 11 months ago
- b65e629 build: clean up go.sum (#584) by Matt Silverlock · 2 years, 4 months ago v1.4.2
- 8c288dc docs: Fix typo. (#568) by Jon Gillham · 2 years, 4 months ago
- d113569 Duration order consistency when multiplying number by time unit (#570) by Maxim Fominykh · 2 years, 4 months ago
- 81cef7d echo example: handle received messages as text, not HTML (#563) by Sry Back I · 2 years, 4 months ago
- 015e196 Use empty struct to protect writing (#566) by ferhat elmas · 2 years, 4 months ago
- e90f6db input autofocus (#564) by Rubi · 2 years, 4 months ago
- 0a093fc Fix a couple of small typo's (#567) by John Johnson III · 2 years, 4 months ago
- ed9368d typo (#583) by Dave Baker · 2 years, 4 months ago
- 836e821 Changed the link of API references to pkg.go.dev (#577) by prophecy · 2 years, 4 months ago
- c3e18be Create release-drafter.yml (#538) by Matt Silverlock · 2 years, 10 months ago v1.4.1
- 5b740c2 Read Limit Fix (#537) by Matt Silverlock · 2 years, 10 months ago
- 7e9819d fix typos (#532) by xiaobogaga · 2 years, 10 months ago
- ae1634f Create CircleCI config.yml (#519) by Matt Silverlock · 3 years ago
- 80c2d40 fix autobahn test suite link (#503) by Jürgen Etzlstorfer · 3 years, 2 months ago
- 6a67f44 remove redundant err!=nil check in conn.go Close method (#505) by Tariq Ibrahim · 3 years, 2 months ago
- 0ec3d1b Fix typo by Gary Burd · 3 years, 4 months ago
- 856ca61 Add buffer commentary by Steven Scott · 3 years, 4 months ago
- 7c8e298 Add support for go-module by Saddam H · 3 years, 5 months ago
- 8ab6030 Add JoinMessages by Steven Scott · 3 years, 5 months ago
- 95ba29e Updated autobahn test suite URL by Ankur Gupta · 3 years, 7 months ago
- 483fb8d Add "in bytes" to sizes in documentation by kanozec · 3 years, 8 months ago
- 76e4896 Fix formatting problem in the docs. (#435) by Jeff R. Allen · 3 years, 9 months ago
- a51a35a Improve header parsing code by Steven Scott · 3 years, 9 months ago
- 3130e8d Return write buffer to pool on write error (#427) by Steven Scott · 3 years, 9 months ago
- cdd40f5 Add comprehensive host test (#429) by Steven Scott · 3 years, 9 months ago
- 66b9c49 Move context to first parameter in DialContext by Mathias Fredriksson · 3 years, 10 months ago v1.4.0
- a9dd6e8 miscellaneous cleanup by Steven Scott · 3 years, 10 months ago
- ceae452 Add context in the Dialer by SALLEYRON Julien · 3 years, 10 months ago
- b378cae Add write buffer pooling by Steven Scott · 3 years, 11 months ago
- 5fb9417 drop Go versions prior to 1.7 in CI by Adam Shannon · 3 years, 11 months ago
- 3ff3320 Improve server subprotocol documentation by stevenscott89 · 3 years, 11 months ago v1.3.0
- 5ed622c Update LICENSE file to reflect Google employee contributions. by Matt Silverlock · 4 years, 1 month ago
- c17c80c Merge pull request #385 from dottyjones/master by Kamil Kisiel · 4 years, 1 month ago
- badcf87 Improve names in handshake deadline test by dottyjones · 4 years, 1 month ago
- f90b62c Add test for handshake deadline by dottyjones · 4 years, 1 month ago
- 21ab95f Modify headers to match case used in RFC examples by Gary Burd · 4 years, 2 months ago
- cd94665 Minor fixes in comments by Petr · 4 years, 3 months ago
- eb92580 Use net.Buffers to write multiple slices to connection by Gary Burd · 4 years, 4 months ago
- 4835f71 Improve client default timeout code by Gary Burd · 4 years, 4 months ago
- 8c40c0b Bump default handshake timetout to 45 seconds by Pablo Carranza · 4 years, 4 months ago
- 196b8d0 Add a default handshake timeout of 5 seconds by Pablo Carranza · 4 years, 4 months ago
- e426f23 Sec-WebSocket-Protocol is capitalize instead of canonical by Julien Salleyron · 4 years, 4 months ago
- 6656ddc add newline and remove extra space by Carter Jones · 4 years, 4 months ago
- 0647012 Modify http status code to variable by unknown · 4 years, 4 months ago
- f37d158 Travis config: add Go 1.10.x, revert 1.4.x to 1.4 by Gary Burd · 4 years, 4 months ago
- 2967b10 Use latest patch releases of Go by Alexey Palazhchenko · 4 years, 4 months ago
- 8fbc40b Simplify echo example client (#349) by claudia-jones · 4 years, 5 months ago
- 4ac9097 Improve control message handler doc by Gary Burd · 4 years, 5 months ago
- 91f589d Improve check origin documentation by Gary Burd · 4 years, 5 months ago
- 292fd08 Replace "frame" with "message" in documentation by Gary Burd · 4 years, 6 months ago
- 58729a2 Don't log 1006 error in chat example by Gary Burd · 4 years, 6 months ago
- d965e9a Handle no status in FormatCloseMessage by Gary Burd · 4 years, 6 months ago
- cdedf21 examples/chat/client.go: avoid allocating []byte{} for PingMessage (#312) by Jordan Pittier · 4 years, 7 months ago
- c55883f Add parseExtensions test case (#310) by Gary Burd · 4 years, 7 months ago
- b89020e Add SOCKS5 support by Gary Burd · 4 years, 7 months ago
- 8c6cfd4 Improve bad handshake error text by Gary Burd · 4 years, 7 months ago
- 2b58522 update README.md by fising · 4 years, 7 months ago
- b648f20 Use ASCII case folding in same origin test by David Dollar · 4 years, 7 months ago
- 23059f2 Update with gofmt on tip by Gary Burd · 4 years, 7 months ago
- 447c2df Compare request header tokens with ASCII case folding by Gary Burd · 4 years, 7 months ago
- aa5ed01 Improve control message handling documentation by Gary Burd · 4 years, 8 months ago
- 7ca4275 More consistent error handling in doc by Sebastian Waisbrot · 4 years, 8 months ago
- 3da6ca0 Simplify and fix spelling errors in test files by Gary Burd · 4 years, 8 months ago
- 71fa72d Replace parseURL() with net/url.Parse() (#290) by Jérôme Bernard · 4 years, 9 months ago
- f918560 Improve NextWriter documentation by Gary Burd · 4 years, 9 months ago
- c908dc8 Typo fix by xPushkin · 4 years, 9 months ago
- 4201258 Merge pull request #286 from alaingilbert/patch-1 by Gary Burd · 4 years, 9 months ago
- 5755884 Add missing html tag in example/echo by Alain Gilbert · 4 years, 9 months ago
- 6f34763 Add Go 1.9 to Travis config by Gary Burd · 4 years, 10 months ago
- a69d9f6 Merge branch 'updoc' by Gary Burd · 5 years ago
- 92f772e Misc cleanup by Gary Burd · 5 years ago
- f4f69d2 implementing (some of) @garyburd's suggestions by fuzzybear3965 · 5 years ago
- 462d5c5 Merge pull request #261 from kybin/master by Gary Burd · 5 years ago
- 1d375d5 distinguish Upgrader.Upgrade from Upgrade by fuzzybear3965 · 5 years ago
- 7a8dacf doc: use ":=" when check error for conn.WriteMessage by kim yongbin · 5 years ago
- ea4d1f6 Reduce memory used in chat example by Gary Burd · 5 years ago v1.2.0
- a91eba7 Merge pull request #230 from FZambia/fix_client_compression by Gary Burd · 5 years ago
- 8dc1cf9 enable client compression based on response header by Alexander Emelin · 5 years ago
- b258b4f Use bufio.Writer returned from hijack in upgrade by Gary Burd · 5 years ago
- 4873052 Fix formatting. by Gary Burd · 5 years ago
- 286b5c9 Use bufio.Reader returned from hijack in upgrade by Gary Burd · 5 years ago
- 3f3e394 Update cloneTLSConfig to use Go 1.8 Config.Clone method by William Wennerström · 5 years ago