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
Type
/
to 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 }}
r2d2coder
/
node
Public
forked from
nodejs/node-v0.x-archive
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
Breadcrumbs
History for
node
src
node_net.cc
on
master
User selector
All users
All time
Commit history
Commits on Mar 17, 2011
Add support for file descriptor type detection.
Show description for 911cbd0
aikar
authored and
ry
committed
911cbd0
View commit details
Copy full SHA for 911cbd0
View code at this point
Browse repository at this point
Commits on Mar 15, 2011
Update copyright headers
ry
committed
55048cd
View commit details
Copy full SHA for 55048cd
View code at this point
Browse repository at this point
Commits on Feb 9, 2011
Windows: child process fixes
piscisaureus
authored and
ry
committed
36846f9
View commit details
Copy full SHA for 36846f9
View code at this point
Browse repository at this point
Commits on Feb 4, 2011
Fix mingw build
piscisaureus
authored and
ry
committed
f99fc29
View commit details
Copy full SHA for f99fc29
View code at this point
Browse repository at this point
Commits on Feb 3, 2011
Revert "Workaround for libev handle caching bug on windows"
Show description for d8d627e
piscisaureus
authored and
ry
committed
d8d627e
View commit details
Copy full SHA for d8d627e
View code at this point
Browse repository at this point
Commits on Feb 1, 2011
dgram: setMulticastTTL, setMulticastLoopback and addMembership.
Show description for df6e497
joewalnes
authored and
ry
committed
df6e497
View commit details
Copy full SHA for df6e497
View code at this point
Browse repository at this point
Commits on Jan 28, 2011
getaddrinfo exists on windows
ry
committed
fda70b8
View commit details
Copy full SHA for fda70b8
View code at this point
Browse repository at this point
Commits on Jan 24, 2011
Windows: better net support
piscisaureus
authored and
ry
committed
f263b29
View commit details
Copy full SHA for f263b29
View code at this point
Browse repository at this point
Workaround for libev handle caching bug on windows
Show description for 25d0e38
piscisaureus
authored and
ry
committed
25d0e38
View commit details
Copy full SHA for 25d0e38
View code at this point
Browse repository at this point
Commits on Jan 18, 2011
Fix detection of socket errors
piscisaureus
committed
5087c62
View commit details
Copy full SHA for 5087c62
View code at this point
Browse repository at this point
Misc. cleanups
Show description for c99962e
piscisaureus
committed
c99962e
View commit details
Copy full SHA for c99962e
View code at this point
Browse repository at this point
Clean up the way windows headers are included
Show description for e0f47be
piscisaureus
committed
e0f47be
View commit details
Copy full SHA for e0f47be
View code at this point
Browse repository at this point
Commits on Jan 2, 2011
Merge remote branch 'origin/master'
Show description for 33118df
piscisaureus
committed
33118df
View commit details
Copy full SHA for 33118df
View code at this point
Browse repository at this point
Commits on Dec 22, 2010
Fix memory corruption with unnamed AF_UNIX sockets.
Show description for 4b55509
thughes
authored and
ry
committed
4b55509
View commit details
Copy full SHA for 4b55509
View code at this point
Browse repository at this point
Commits on Dec 21, 2010
The following error can be thrown from accept on ECONNABORT. Instead, it should be ignored.
Show description for b202483
postwait
authored and
ry
committed
b202483
View commit details
Copy full SHA for b202483
View code at this point
Browse repository at this point
Commits on Dec 20, 2010
Support for non-overlapped sockets
Show description for bd62203
piscisaureus
committed
bd62203
View commit details
Copy full SHA for bd62203
View code at this point
Browse repository at this point
Port socketerror
piscisaureus
committed
ad41e77
View commit details
Copy full SHA for ad41e77
View code at this point
Browse repository at this point
Fix connect bug
piscisaureus
committed
dd33088
View commit details
Copy full SHA for dd33088
View code at this point
Browse repository at this point
Fix whitespace errors introduced by porting efforts
piscisaureus
committed
4a2cb07
View commit details
Copy full SHA for 4a2cb07
View code at this point
Browse repository at this point
node_net: IsIP and CreateErrnoException just work
piscisaureus
committed
46dc393
View commit details
Copy full SHA for 46dc393
View code at this point
Browse repository at this point
Bugfixes, more consistency in node_net error handling
piscisaureus
committed
a807ac6
View commit details
Copy full SHA for a807ac6
View code at this point
Browse repository at this point
Make node_net Connect work
piscisaureus
committed
2d39e13
View commit details
Copy full SHA for 2d39e13
View code at this point
Browse repository at this point
Make node_net Shutdown work on windows
piscisaureus
committed
cecc351
View commit details
Copy full SHA for cecc351
View code at this point
Browse repository at this point
Fix error reporting and EAGAIN handling bug in net Write
Show description for 1361e87
piscisaureus
committed
1361e87
View commit details
Copy full SHA for 1361e87
View code at this point
Browse repository at this point
Don't break the linux build
piscisaureus
committed
03a74ef
View commit details
Copy full SHA for 03a74ef
View code at this point
Browse repository at this point
Make Read and Write in node_net.cc actually work on sockets
piscisaureus
committed
8b9f7c6
View commit details
Copy full SHA for 8b9f7c6
View code at this point
Browse repository at this point
Make Socket, Bind, Listen, Accept work for windows
piscisaureus
committed
13fb6f7
View commit details
Copy full SHA for 13fb6f7
View code at this point
Browse repository at this point
Make SetNonBlock and SetSockFlags work on FDs instead of sockets
Show description for 51300f3
piscisaureus
committed
51300f3
View commit details
Copy full SHA for 51300f3
View code at this point
Browse repository at this point
Use the c-ares pton/ntop hack in node_net.cc as well
piscisaureus
committed
6e522fb
View commit details
Copy full SHA for 6e522fb
View code at this point
Browse repository at this point
Most of node_net is not yet available on windows
piscisaureus
committed
a85a776
View commit details
Copy full SHA for a85a776
View code at this point
Browse repository at this point
Make SetNonBlock and SetSockFlags work on mingw
piscisaureus
committed
7a1917d
View commit details
Copy full SHA for 7a1917d
View code at this point
Browse repository at this point
Fix headers for node_net.cc
piscisaureus
committed
cbf73fc
View commit details
Copy full SHA for cbf73fc
View code at this point
Browse repository at this point
Commits on Nov 23, 2010
Fix ErrnoExceptions that have the wrong syscall name
wadey
authored and
ry
committed
03e5da8
View commit details
Copy full SHA for 03e5da8
View code at this point
Browse repository at this point
Commits on Nov 21, 2010
Revert "Merge branch 'writev'"
Show description for 2320497
ry
committed
2320497
View commit details
Copy full SHA for 2320497
View code at this point
Browse repository at this point
Commits on Nov 19, 2010
IOWatcher::Dump(), writev
ry
committed
913789d
View commit details
Copy full SHA for 913789d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.