Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
aklaswad
/
ws
Public
forked from
websockets/ws
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 14, 2015
Fix regexp
aklaswad
committed
9164362
View commit details
Copy full SHA for 9164362
Browse repository at this point
Skip exception test for older nodejs running on linux
aklaswad
committed
1631dd6
View commit details
Copy full SHA for 1631dd6
Browse repository at this point
Some environment looks throwing exception instead of emitting error event.
aklaswad
committed
fa3edf6
View commit details
Copy full SHA for fa3edf6
Browse repository at this point
Update doc/ws.md
aklaswad
committed
e7eb75b
View commit details
Copy full SHA for e7eb75b
Browse repository at this point
Default value of the localAddress option must be null
aklaswad
committed
0659adb
View commit details
Copy full SHA for 0659adb
Browse repository at this point
Add test for localAddress option
aklaswad
committed
f57ac24
View commit details
Copy full SHA for f57ac24
Browse repository at this point
Pass localAddress option to http request object.
aklaswad
committed
f0f6ce9
View commit details
Copy full SHA for f0f6ce9
Browse repository at this point
Merge pull request #550 from ide/travis-iojs3
Show description for a895bfe
3rd-Eden
committed
a895bfe
View commit details
Copy full SHA for a895bfe
Browse repository at this point
Commits on Aug 13, 2015
Add io.js 3 to the testing matrix and test only major versions
Show description for c01e844
ide
committed
c01e844
View commit details
Copy full SHA for c01e844
Browse repository at this point
[deps] Bump optional dependencies now that they support nan 2.0 for iojs 3.0
3rd-Eden
committed
ee66071
View commit details
Copy full SHA for ee66071
Browse repository at this point
Commits on Aug 11, 2015
Merge pull request #546 from SocketCluster/master
Show description for d5862f8
3rd-Eden
committed
d5862f8
View commit details
Copy full SHA for d5862f8
Browse repository at this point
Status code should default to 1006 when socket closes abnormally with an error - This is consistent with the WebSocket API in browsers
jondubois
committed
478c24f
View commit details
Copy full SHA for 478c24f
Browse repository at this point
Commits on Aug 5, 2015
Merge pull request #540 from mkamioner/master
Show description for 7364110
3rd-Eden
committed
7364110
View commit details
Copy full SHA for 7364110
Browse repository at this point
Fix tabs for spaces
Mo Kamioner
committed
0510cbe
View commit details
Copy full SHA for 0510cbe
Browse repository at this point
Allow pending CLOSE_WAIT connections to close
Mo Kamioner
committed
7c5c4b0
View commit details
Copy full SHA for 7c5c4b0
Browse repository at this point
Commits on Jul 14, 2015
Merge pull request #468 from LinusU/throw-on-function-call
Show description for dc2c2bd
3rd-Eden
committed
dc2c2bd
View commit details
Copy full SHA for dc2c2bd
Browse repository at this point
Merge pull request #479 from lpinca/fix/data-handler
Show description for 8718ebc
3rd-Eden
committed
8718ebc
View commit details
Copy full SHA for 8718ebc
Browse repository at this point
Merge pull request #480 from lpinca/fix/status-code
Show description for 52c57b0
3rd-Eden
committed
52c57b0
View commit details
Copy full SHA for 52c57b0
Browse repository at this point
Merge pull request #512 from englercj/fix-mesage-types
Show description for a1f6df6
3rd-Eden
committed
a1f6df6
View commit details
Copy full SHA for a1f6df6
Browse repository at this point
Merge pull request #504 from davidburhans/master
Show description for 10f150e
3rd-Eden
committed
10f150e
View commit details
Copy full SHA for 10f150e
Browse repository at this point
Commits on Jul 1, 2015
Merge pull request #524 from nkzawa/patch-4
Show description for 2d0e338
3rd-Eden
committed
2d0e338
View commit details
Copy full SHA for 2d0e338
Browse repository at this point
fix for sending typed arrays or ArrayBuffer when perMessageDeflate is enabled
nkzawa
committed
fc3c8f6
View commit details
Copy full SHA for fc3c8f6
Browse repository at this point
Commits on Jun 11, 2015
fix binary test; add event type tests
englercj
committed
5dd731a
View commit details
Copy full SHA for 5dd731a
Browse repository at this point
make websocket events be in line with browser
englercj
committed
1ad32fd
View commit details
Copy full SHA for 1ad32fd
Browse repository at this point
Commits on May 20, 2015
Add tests for port number in Host header
davidburhans
committed
63b5028
View commit details
Copy full SHA for 63b5028
Browse repository at this point
Commits on May 19, 2015
fix Host header port inequality check. url.parse returns an object with the port as a string. This allows interoperablity with servers with a more strict interpretation of https://tools.ietf.org/ht…
Show description for 8ec2511
davidburhans
committed
8ec2511
View commit details
Copy full SHA for 8ec2511
Browse repository at this point
Commits on May 16, 2015
Merge pull request #500 from nyx/patch-1
Show description for 9fa6d4d
3rd-Eden
committed
9fa6d4d
View commit details
Copy full SHA for 9fa6d4d
Browse repository at this point
Commits on May 15, 2015
fix typo in README
Show description for 066d78b
nyx
committed
066d78b
View commit details
Copy full SHA for 066d78b
Browse repository at this point
Commits on May 14, 2015
[dist] 0.7.2
3rd-Eden
committed
62c154c
View commit details
Copy full SHA for 62c154c
Browse repository at this point
Commits on May 6, 2015
Merge pull request #494 from tuukka/fix-origin
Show description for 45883fb
3rd-Eden
committed
45883fb
View commit details
Copy full SHA for 45883fb
Browse repository at this point
adhere to RFC by removing default Origin header
tuukka
committed
e718f47
View commit details
Copy full SHA for e718f47
Browse repository at this point
Commits on May 5, 2015
[travis] Added iojs 2.0
3rd-Eden
committed
87dc4dc
View commit details
Copy full SHA for 87dc4dc
Browse repository at this point
[deps] Bump buffer utils
3rd-Eden
committed
046390f
View commit details
Copy full SHA for 046390f
Browse repository at this point
Commits on Apr 17, 2015
Merge pull request #486 from tomByrer/patch-2
Show description for 01ee0a0
3rd-Eden
committed
01ee0a0
View commit details
Copy full SHA for 01ee0a0
Browse repository at this point
add links, fix typo
Show description for 235c41e
tomByrer
committed
235c41e
View commit details
Copy full SHA for 235c41e
Browse repository at this point
Previous
Next
You can’t perform that action at this time.