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
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 }}
feichang
/
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.js
on
debugger
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 30, 2010
Rather have the debugger be parent process
ry
committed
90e55c3
View commit details
Copy full SHA for 90e55c3
View code at this point
Browse repository at this point
Add beginning of build-in debugger
Show description for 8d82ec2
ry
committed
8d82ec2
View commit details
Copy full SHA for 8d82ec2
View code at this point
Browse repository at this point
Commits on Dec 14, 2010
Prefer require.cache over native module cache
Show description for e27418c
felixge
authored and
ry
committed
e27418c
View commit details
Copy full SHA for e27418c
View code at this point
Browse repository at this point
Commits on Dec 7, 2010
Pretty error message messes up if readFileSync in main module fails.
Show description for 180dfca
ry
committed
180dfca
View commit details
Copy full SHA for 180dfca
View code at this point
Browse repository at this point
Commits on Dec 4, 2010
fix global leak
ry
committed
5a21138
View commit details
Copy full SHA for 5a21138
View code at this point
Browse repository at this point
Reworks the two functions traverser and findModulePath into a more readable form.
Show description for e9c7195
aconbere
authored and
ry
committed
e9c7195
View commit details
Copy full SHA for e9c7195
View code at this point
Browse repository at this point
Commits on Dec 3, 2010
fix global leak
ry
committed
da96e07
View commit details
Copy full SHA for da96e07
View code at this point
Browse repository at this point
Commits on Dec 2, 2010
lint util.js and src/node.js
ry
committed
558e5ba
View commit details
Copy full SHA for 558e5ba
View code at this point
Browse repository at this point
Commits on Nov 30, 2010
Lazy load console object
ry
committed
7018849
View commit details
Copy full SHA for 7018849
View code at this point
Browse repository at this point
Commits on Nov 29, 2010
Remove unnecessary variable def
ry
committed
b6face1
View commit details
Copy full SHA for b6face1
View code at this point
Browse repository at this point
Commits on Nov 22, 2010
Fix problem with requireNative not exporting 'module' object
Show description for b52b419
isaacs
authored and
ry
committed
b52b419
View commit details
Copy full SHA for b52b419
View code at this point
Browse repository at this point
require() should work with `node --eval`.
Show description for f0b8cc6
bnoordhuis
authored and
ry
committed
f0b8cc6
View commit details
Copy full SHA for f0b8cc6
View code at this point
Browse repository at this point
requireNative made independent on module system
Herbert Vojčík
authored and
ry
committed
3422263
View commit details
Copy full SHA for 3422263
View code at this point
Browse repository at this point
Commits on Nov 21, 2010
Use runInNewContext instead of process.compile
ry
committed
a16b3c3
View commit details
Copy full SHA for a16b3c3
View code at this point
Browse repository at this point
Load 'path' module with requireNative
Show description for b1088d6
ry
committed
b1088d6
View commit details
Copy full SHA for b1088d6
View code at this point
Browse repository at this point
requireNative doesn't depend on rest of module system
ry
committed
bb6d468
View commit details
Copy full SHA for bb6d468
View code at this point
Browse repository at this point
simplify lazy constant loading
ry
committed
c11f3f8
View commit details
Copy full SHA for c11f3f8
View code at this point
Browse repository at this point
Print friendly error message when main module is ENOENT
ry
committed
5890272
View commit details
Copy full SHA for 5890272
View code at this point
Browse repository at this point
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
Dump after ev_loop
ry
committed
4235764
View commit details
Copy full SHA for 4235764
View code at this point
Browse repository at this point
Commits on Nov 15, 2010
Add .node_moudles to lookup path again
ry
committed
183f6c2
View commit details
Copy full SHA for 183f6c2
View code at this point
Browse repository at this point
Revert node_module lookup commits
Show description for a375c6a
ry
committed
a375c6a
View commit details
Copy full SHA for a375c6a
View code at this point
Browse repository at this point
Commits on Nov 12, 2010
Move ev_loop out of javascript
ry
committed
c7b24ef
View commit details
Copy full SHA for c7b24ef
View code at this point
Browse repository at this point
Commits on Oct 27, 2010
Let exit listeners know the exit code
isaacs
authored and
ry
committed
4c514a7
View commit details
Copy full SHA for 4c514a7
View code at this point
Browse repository at this point
make "node --eval" eval in the global scope.
xk
authored and
ry
committed
fd70d30
View commit details
Copy full SHA for fd70d30
View code at this point
Browse repository at this point
Commits on Oct 26, 2010
Move setTimeout and friends into timers module
ry
committed
7994400
View commit details
Copy full SHA for 7994400
View code at this point
Browse repository at this point
Commits on Oct 22, 2010
Remove unneeded function wrappers
xk
authored and
ry
committed
99e19aa
View commit details
Copy full SHA for 99e19aa
View code at this point
Browse repository at this point
Commits on Oct 20, 2010
Add ~/.node_modules as well as ~/.node_libraries
isaacs
authored and
ry
committed
5e14c8b
View commit details
Copy full SHA for 5e14c8b
View code at this point
Browse repository at this point
require looks in node_modules folders
Show description for b0adaff
isaacs
authored and
ry
committed
b0adaff
View commit details
Copy full SHA for b0adaff
View code at this point
Browse repository at this point
Split out modulePaths and defaultPaths
Show description for 492fc0d
isaacs
authored and
ry
committed
492fc0d
View commit details
Copy full SHA for 492fc0d
View code at this point
Browse repository at this point
Add require.resolve.
Show description for 226eff5
isaacs
authored and
ry
committed
226eff5
View commit details
Copy full SHA for 226eff5
View code at this point
Browse repository at this point
Commits on Oct 12, 2010
Add .js to native script's filename
ry
committed
0fcb3bd
View commit details
Copy full SHA for 0fcb3bd
View code at this point
Browse repository at this point
Commits on Oct 11, 2010
Soft migration of sys -> util, Removal of deprecated utils module.
miksago
authored and
ry
committed
e38eb0c
View commit details
Copy full SHA for e38eb0c
View code at this point
Browse repository at this point
Commits on Oct 7, 2010
add require.cache
ry
committed
54e844c
View commit details
Copy full SHA for 54e844c
View code at this point
Browse repository at this point
syntax fixes to pass jslint
joshaven
authored and
ry
committed
3d4e4d8
View commit details
Copy full SHA for 3d4e4d8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.