This project is mirrored from https://github.com/nhooyr/websocket.
Pull mirroring updated .
- Nov 07, 2024
-
-
dependabot[bot] authored
Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Chun-Hung Tseng authored
Fix typo in chat_test.go Co-authored-by:
Mathias Fredriksson <mafredri@gmail.com>
-
- Sep 12, 2024
-
-
Mathias Fredriksson authored
Contributes to #474
-
- Sep 09, 2024
-
-
dependabot[bot] authored
build(deps): bump golang.org/x/time in /internal/examples Bumps [golang.org/x/time](https://github.com/golang/time) from 0.3.0 to 0.6.0. - [Commits](https://github.com/golang/time/compare/v0.3.0...v0.6.0 ) --- updated-dependencies: - dependency-name: golang.org/x/time dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Aug 21, 2024
-
-
bestgopher authored
Signed-off-by:
bestgopher <84328409@qq.com>
-
- Aug 09, 2024
-
-
Ammar Bandukwala authored
This will create easily solved breakage on updates but I figure it's best to pull the band aid off as early as possible
-
- Apr 09, 2024
-
-
Jacob authored
This is a cleaner solution for the fix in #438 thanks to the fact that Go 1.19 now is the default and the atomic.Int64 types are automatically aligned correctly on 32 bit systems. Using this also means that xsync.Int64 can be removed. The new atomic.Int64 type solves the issue and should be quite a lot faster as it avoids the interface conversion.
-
- Feb 22, 2024
-
-
Anmol Sethi authored
Standard library does this too. Unfortunate wish they just exposed it in the standard library. Perhaps we can isolate the specific code we need later.
-
Anmol Sethi authored
I'm just not good enough at assembly. I added tests to confirm that @wdvxdr's implementation works correctly and matches the output of the basic masking loop.
- Oct 26, 2023
-
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Anmol Sethi authored
Slower for some reason than just SIMD. Also no dependency on cpu package is nice.
-
Anmol Sethi authored
-
Kunal Singh authored
-
- Oct 19, 2023
-
-
Anmol Sethi authored
Tricky tricky.
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Steven Masley authored
Client "Sec-WebSocket-Key" should be a valid 16 byte base64 encoded nonce. If the header is not valid, the server should reject the client.
-
- Oct 13, 2023
-
-
Anmol Sethi authored
-
Andy Bursavich authored
Unacceptable offers are declined without rejecting the request.
-
Anmol Sethi authored
-
Anmol Sethi authored
Closes #297
-
Anmol Sethi authored
-
Anmol Sethi authored
Closes #315
-
Anmol Sethi authored
-
- Oct 10, 2023
-
-
Anmol Sethi authored
Also ran gofmt on everything. Thanks again @paralin. #334 Co-authored-by:
Christian Stewart <christian@paral.in>
-
- Jan 09, 2021
-
-
Anmol Sethi authored
Thank you @icholy for identifying these in https://github.com/nhooyr/websocket/pull/259#issuecomment-702279421
-
- Apr 14, 2020
-
-
Anmol Sethi authored
-
- Feb 26, 2020
-
-
Anmol Sethi authored
-
- Feb 16, 2020
-
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Anmol Sethi authored
-
- Feb 13, 2020
-
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Anmol Sethi authored
-
- Feb 09, 2020
-
-
Anmol Sethi authored
-