Skip to content
Navigation Menu
Toggle navigation
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
Clorr
/
socket.io
Public
forked from
socketio/socket.io
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
All time
Commit history
Commits on Mar 2, 2012
Release 0.9.1-1
rauchg
committed
5312e15
Copy full SHA for 5312e15
Bumped client with NPM dependency fix.
rauchg
committed
480b86f
Copy full SHA for 480b86f
Release 0.9.1
rauchg
committed
c0e2c30
Copy full SHA for c0e2c30
Merge branch 'master' of github.com:LearnBoost/socket.io
rauchg
committed
97b04c4
Copy full SHA for 97b04c4
Commits on Feb 29, 2012
Temporarily removing node 0.4 from travis-ci
rauchg
committed
c8306e2
Copy full SHA for c8306e2
Merge pull request #771 from felixge/heartbeat
Show description for de5c0b3
rauchg
committed
de5c0b3
Copy full SHA for de5c0b3
Make heartbeat timeout > heartbeat interval
Show description for 57a0b24
felixge
committed
57a0b24
Copy full SHA for 57a0b24
Commits on Feb 27, 2012
Make these 2 tests work both on 0.4 and 0.6
rauchg
committed
204576c
Copy full SHA for 204576c
Release 0.9.0
rauchg
committed
66ac425
Copy full SHA for 66ac425
Commits on Feb 26, 2012
Make tests pass on 0.4
rauchg
committed
a01e7e2
Copy full SHA for a01e7e2
Fixed tests. All 250 passing.
rauchg
committed
47cfa5a
Copy full SHA for 47cfa5a
Fixed cross-domain xhr tests.
rauchg
committed
ddd7f80
Copy full SHA for ddd7f80
Commits on Feb 9, 2012
Merge pull request #744 from ajaxorg/regexp-as-resource
Show description for 8c1c7a2
rauchg
committed
8c1c7a2
Copy full SHA for 8c1c7a2
make it possible to use a regexp to match the
Show description for 09b130f
fjakobs
committed
09b130f
Copy full SHA for 09b130f
Commits on Feb 3, 2012
Merge pull request #737 from mixu/mixu/authfix2
Show description for b662704
rauchg
committed
b662704
Copy full SHA for b662704
Supplemental fix to gavinuhma/authfix, it looks like the same Access-Control-Origin logic is needed in the http and xhr-polling transports
Mikito Takada
committed
304a428
Copy full SHA for 304a428
Commits on Jan 11, 2012
Updated express dep for windows compatibility.
rauchg
committed
6074795
Copy full SHA for 6074795
Updated express dep for windows compatibility.
rauchg
committed
a139809
Copy full SHA for a139809
Commits on Dec 16, 2011
Merge pull request #689 from bwillard/master
Show description for 8ff2edd
rauchg
committed
8ff2edd
Copy full SHA for 8ff2edd
combine two substr calls into one in decodePayload to improve performance
bwillard
committed
ebd2567
Copy full SHA for ebd2567
Commits on Dec 12, 2011
Merge pull request #683 from jherdman/documentation-fix
Show description for d9d529c
rauchg
committed
d9d529c
Copy full SHA for d9d529c
Minor documentation fix
James Herdman
committed
b37666a
Copy full SHA for b37666a
Commits on Dec 5, 2011
Merge pull request #622 from mattrobenolt/master
Show description for cc2270b
rauchg
committed
cc2270b
Copy full SHA for cc2270b
Minor. Conform to style of other files.
mattrobenolt
committed
36fc7b0
Copy full SHA for 36fc7b0
Switching setting to 'match origin protocol'
mattrobenolt
committed
8eab3a8
Copy full SHA for 8eab3a8
Commits on Nov 26, 2011
Revert "Fixes leaking Redis subscriptions for #663. The local flag was not getting passed through onClientDisconnect()."
Show description for 94d513c
rauchg
committed
94d513c
Copy full SHA for 94d513c
Revert "Handle leaked dispatch:[id] subscription."
Show description for 70abe7a
rauchg
committed
70abe7a
Copy full SHA for 70abe7a
Merge pull request #667 from dshaw/patch/redis-disconnect
Show description for 9a8c1c4
rauchg
committed
9a8c1c4
Copy full SHA for 9a8c1c4
Handle leaked dispatch:[id] subscription.
dshaw
committed
c110036
Copy full SHA for c110036
Fixes leaking Redis subscriptions for #663. The local flag was not getting passed through onClientDisconnect().
dshaw
committed
d5ab46d
Copy full SHA for d5ab46d
Commits on Nov 23, 2011
Merge pull request #662 from 3rd-Eden/leak
Show description for eeaca6d
rauchg
committed
eeaca6d
Copy full SHA for eeaca6d
prevent memory leaking on uncompleted requests & add max post size limitation
3rd-Eden
committed
a7f45fe
Copy full SHA for a7f45fe
Commits on Nov 22, 2011
Merge pull request #661 from 3rd-Eden/travis
Show description for b59fd61
rauchg
committed
b59fd61
Copy full SHA for b59fd61
Fix for testcase
3rd-Eden
committed
7948619
Copy full SHA for 7948619
Merge pull request #660 from 3rd-Eden/travis
Show description for 6e8166d
rauchg
committed
6e8166d
Copy full SHA for 6e8166d
Previous
Next
You can’t perform that action at this time.