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 }}
msoftware
/
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.cc
on
master
User selector
All users
All time
Commit history
Commits on Jun 17, 2011
Revert "Add --cov code coverage option"
Show description for 52b517c
ry
committed
52b517c
View commit details
Copy full SHA for 52b517c
View code at this point
Browse repository at this point
Add --use-uv command-line flag to use libuv backend
ry
committed
710f8e2
View commit details
Copy full SHA for 710f8e2
View code at this point
Browse repository at this point
Commits on Jun 13, 2011
AMD compatibility for node, with docs and tests
Show description for 9967c36
isaacs
committed
9967c36
View commit details
Copy full SHA for 9967c36
View code at this point
Browse repository at this point
Commits on Jun 10, 2011
Upgrade libuv
ry
committed
623f513
View commit details
Copy full SHA for 623f513
View code at this point
Browse repository at this point
Commits on Jun 8, 2011
Avoid tick spinner spinning forever
piscisaureus
committed
09ac99f
View commit details
Copy full SHA for 09ac99f
View code at this point
Browse repository at this point
Build on windows again
piscisaureus
committed
406f44a
View commit details
Copy full SHA for 406f44a
View code at this point
Browse repository at this point
Get rid of node_idle_watcher
piscisaureus
committed
126e3ba
View commit details
Copy full SHA for 126e3ba
View code at this point
Browse repository at this point
Get rid of the old timer binding
piscisaureus
committed
cc82724
View commit details
Copy full SHA for cc82724
View code at this point
Browse repository at this point
Commits on Jun 7, 2011
Upgrade libuv to e58a1abff02d7bacf89a56de9050e27690a97bc5
ry
committed
7a5977b
View commit details
Copy full SHA for 7a5977b
View code at this point
Browse repository at this point
Commits on May 28, 2011
Move MakeCallback and SetErrno to node.cc
ry
committed
650a308
View commit details
Copy full SHA for 650a308
View code at this point
Browse repository at this point
Commits on May 24, 2011
Batch of ev -> uv changes
piscisaureus
authored and
ry
committed
9cec08e
View commit details
Copy full SHA for 9cec08e
View code at this point
Browse repository at this point
Commits on May 23, 2011
Guard tick_spinner start/stop
Show description for 207901e
ry
committed
207901e
View commit details
Copy full SHA for 207901e
View code at this point
Browse repository at this point
Commits on May 22, 2011
Upgrade libuv to 40f0ad6d364cff76adaf1c7f182b1dc939f36617
ry
committed
2c79f13
View commit details
Copy full SHA for 2c79f13
View code at this point
Browse repository at this point
Commits on May 20, 2011
Revert "Upgrade libuv to 9c2dd6bea970b2376696aba070bdfc2873843cfb"
Show description for 73ea01c
ry
committed
73ea01c
View commit details
Copy full SHA for 73ea01c
View code at this point
Browse repository at this point
Commits on May 19, 2011
Upgrade libuv to 9c2dd6bea970b2376696aba070bdfc2873843cfb
ry
committed
4b60e87
View commit details
Copy full SHA for 4b60e87
View code at this point
Browse repository at this point
Commits on May 17, 2011
Remove libev/macos kqueue override - goes in libuv
ry
committed
85934bc
View commit details
Copy full SHA for 85934bc
View code at this point
Browse repository at this point
Merge branch 'v0.4'
Show description for 85bc8d0
ry
committed
85bc8d0
View commit details
Copy full SHA for 85bc8d0
View code at this point
Browse repository at this point
Commits on May 16, 2011
Remove 'binary' encoding assert - add tests
Show description for 103a450
ry
committed
103a450
View commit details
Copy full SHA for 103a450
View code at this point
Browse repository at this point
Commits on May 13, 2011
check_tick_watcher to use libuv
ry
committed
91bd144
View commit details
Copy full SHA for 91bd144
View code at this point
Browse repository at this point
prepare_tick_watcher to use libuv
ry
committed
a46c63b
View commit details
Copy full SHA for a46c63b
View code at this point
Browse repository at this point
move tick_spinner on libuv
ry
committed
17c88db
View commit details
Copy full SHA for 17c88db
View code at this point
Browse repository at this point
Integrate libuv into build system
ry
committed
efca334
View commit details
Copy full SHA for efca334
View code at this point
Browse repository at this point
Commits on May 8, 2011
Merge branch 'v0.4'
Show description for 205b9be
isaacs
committed
205b9be
View commit details
Copy full SHA for 205b9be
View code at this point
Browse repository at this point
Commits on May 7, 2011
Attempt to connect to debug process more than once
Show description for c2b5ea2
laverdet
authored and
ry
committed
c2b5ea2
View commit details
Copy full SHA for c2b5ea2
View code at this point
Browse repository at this point
Commits on Apr 27, 2011
Implement `process.arch` to get a String of the current processor architecture, with docs.
TooTallNate
authored and
isaacs
committed
b1be540
View commit details
Copy full SHA for b1be540
View code at this point
Browse repository at this point
Commits on Apr 25, 2011
Close #974 Properly report traceless errors.
Show description for 8df6f9e
isaacs
committed
8df6f9e
View commit details
Copy full SHA for 8df6f9e
View code at this point
Browse repository at this point
Commits on Apr 15, 2011
Add --cov code coverage option
ry
committed
b4ff36a
View commit details
Copy full SHA for b4ff36a
View code at this point
Browse repository at this point
Commits on Mar 22, 2011
Merge branch 'v0.4'
Show description for 7a8c729
ry
committed
7a8c729
View commit details
Copy full SHA for 7a8c729
View code at this point
Browse repository at this point
Commits on Mar 18, 2011
Don't call GetMemoryUsage every 5 seconds
ry
committed
aeed966
View commit details
Copy full SHA for aeed966
View code at this point
Browse repository at this point
Add helpful error message for setuid/setgid when user/group id does not exist
mscdex
authored and
ry
committed
52b9ede
View commit details
Copy full SHA for 52b9ede
View code at this point
Browse repository at this point
Export more functions for initializing and starting node.
Show description for f67e8f2
deanm
authored and
ry
committed
f67e8f2
View commit details
Copy full SHA for f67e8f2
View code at this point
Browse repository at this point
Commits on Mar 15, 2011
Merge branch 'v0.4'
Show description for 247d880
ry
committed
247d880
View commit details
Copy full SHA for 247d880
View code at this point
Browse repository at this point
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 Mar 11, 2011
Use default backend for __sun (event ports)
ry
committed
97853e0
View commit details
Copy full SHA for 97853e0
View code at this point
Browse repository at this point
Commits on Mar 8, 2011
Add string class that uses ExternalAsciiStringResource.
Show description for 74954ce
thughes
authored and
ry
committed
74954ce
View commit details
Copy full SHA for 74954ce
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.