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 }}
lazyprogrammer
/
node
Public
forked from
nodejs/node-v0.x-archive
Notifications
You must be signed in to change notification settings
Fork
1
Star
4
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 Dec 29, 2011
Add process.features.isolates
ry
authored and
bnoordhuis
committed
649dbbb
View commit details
Copy full SHA for 649dbbb
View code at this point
Browse repository at this point
move isolate V8 functions out of node.cc
ry
authored and
bnoordhuis
committed
5fc0c27
View commit details
Copy full SHA for 5fc0c27
View code at this point
Browse repository at this point
Add node::Loop() and don't inc node_isolate.h in *.cc
Show description for 20ba454
ry
authored and
bnoordhuis
committed
20ba454
View commit details
Copy full SHA for 20ba454
View code at this point
Browse repository at this point
Remove node_isolate.h from node.h
ry
authored and
bnoordhuis
committed
f168f7d
View commit details
Copy full SHA for f168f7d
View code at this point
Browse repository at this point
Join all threads at end of main thread
Show description for 2684765
ry
authored and
bnoordhuis
committed
2684765
View commit details
Copy full SHA for 2684765
View code at this point
Browse repository at this point
Move prog_start_time init after isolate assigned
ry
authored and
bnoordhuis
committed
4d02e77
View commit details
Copy full SHA for 4d02e77
View code at this point
Browse repository at this point
Add link-list of all isolates
ry
authored and
bnoordhuis
committed
4f46ee4
View commit details
Copy full SHA for 4f46ee4
View code at this point
Browse repository at this point
Move uv loop initialization into isolate
ry
authored and
bnoordhuis
committed
863f17f
View commit details
Copy full SHA for 863f17f
View code at this point
Browse repository at this point
move thread_id to node_isolate.cc
ry
authored and
bnoordhuis
committed
45bb10c
View commit details
Copy full SHA for 45bb10c
View code at this point
Browse repository at this point
isolates: add process.tid property, pass args to isolate
bnoordhuis
committed
809fdf2
View commit details
Copy full SHA for 809fdf2
View code at this point
Browse repository at this point
Separate per-process and per-thread init logic.
bnoordhuis
committed
5866f1a
View commit details
Copy full SHA for 5866f1a
View code at this point
Browse repository at this point
Remove per-process globals from per-thread context.
bnoordhuis
committed
2df81c5
View commit details
Copy full SHA for 2df81c5
View code at this point
Browse repository at this point
isolates: add _newIsolate() and _joinIsolate() to process object
bnoordhuis
committed
eb6e604
View commit details
Copy full SHA for eb6e604
View code at this point
Browse repository at this point
isolates: add atexit() functionality for isolates
bnoordhuis
committed
6611692
View commit details
Copy full SHA for 6611692
View code at this point
Browse repository at this point
isolates: isolate-ify the main loop
bnoordhuis
committed
356992f
View commit details
Copy full SHA for 356992f
View code at this point
Browse repository at this point
Commits on Dec 21, 2011
Merge remote branch 'origin/v0.6'
Show description for f7f8af8
ry
committed
f7f8af8
View commit details
Copy full SHA for f7f8af8
View code at this point
Browse repository at this point
Commits on Dec 19, 2011
Add missing return statement in _debugPause() binding.
bnoordhuis
committed
aac717d
View commit details
Copy full SHA for aac717d
View code at this point
Browse repository at this point
pause command
indutny
authored and
ry
committed
b0388cc
View commit details
Copy full SHA for b0388cc
View code at this point
Browse repository at this point
Commits on Dec 18, 2011
module: improve process.dlopen() error messages
Show description for 4b455ba
bnoordhuis
committed
4b455ba
View commit details
Copy full SHA for 4b455ba
View code at this point
Browse repository at this point
Commits on Dec 16, 2011
Remove platform files, and use uv platform api
Igor Zinkovsky
committed
500c8f4
View commit details
Copy full SHA for 500c8f4
View code at this point
Browse repository at this point
fix windows build
Igor Zinkovsky
committed
88cc688
View commit details
Copy full SHA for 88cc688
View code at this point
Browse repository at this point
Commits on Dec 15, 2011
Add process.abort
rmustacc
authored and
ry
committed
2240486
View commit details
Copy full SHA for 2240486
View code at this point
Browse repository at this point
Commits on Dec 8, 2011
Move a few more global vars into struct
ry
committed
cced79d
View commit details
Copy full SHA for cced79d
View code at this point
Browse repository at this point
Commits on Dec 7, 2011
Begin moving static vars into struct for isolates.
Show description for e0a207c
ry
committed
e0a207c
View commit details
Copy full SHA for e0a207c
View code at this point
Browse repository at this point
Deshadow, denamespace variables in node.cc
Show description for 7547c7d
ry
committed
7547c7d
View commit details
Copy full SHA for 7547c7d
View code at this point
Browse repository at this point
Commits on Dec 5, 2011
cli: fix output of --help
bnoordhuis
committed
fdf180f
View commit details
Copy full SHA for fdf180f
View code at this point
Browse repository at this point
Commits on Dec 2, 2011
Fix UVException errno bug
piscisaureus
authored and
Bert Belder
committed
641f2be
View commit details
Copy full SHA for 641f2be
View code at this point
Browse repository at this point
Exclude getbuf from the windows build
Show description for ded97eb
piscisaureus
authored and
Bert Belder
committed
ded97eb
View commit details
Copy full SHA for ded97eb
View code at this point
Browse repository at this point
Win: make process.cwd and chdir support non-ansi characters
Show description for e84edd2
piscisaureus
authored and
Bert Belder
committed
e84edd2
View commit details
Copy full SHA for e84edd2
View code at this point
Browse repository at this point
Rename FSError to UVException and move to node.cc
piscisaureus
authored and
Bert Belder
committed
823a443
View commit details
Copy full SHA for 823a443
View code at this point
Browse repository at this point
Commits on Dec 1, 2011
cli: add -p switch, print result of --eval
bnoordhuis
committed
3d22dbf
View commit details
Copy full SHA for 3d22dbf
View code at this point
Browse repository at this point
Commits on Nov 30, 2011
fixed problem with rss memory reporting incorrect number over 4 gigs
devdazed
authored and
bnoordhuis
committed
754e23d
View commit details
Copy full SHA for 754e23d
View code at this point
Browse repository at this point
Commits on Nov 27, 2011
modules: fix error message for native add-ons without entry points
Show description for 216019b
bnoordhuis
committed
216019b
View commit details
Copy full SHA for 216019b
View code at this point
Browse repository at this point
Commits on Nov 24, 2011
Windows: correctly resolve drive-relative paths
piscisaureus
committed
86fba38
View commit details
Copy full SHA for 86fba38
View code at this point
Browse repository at this point
Don't die when arguments are passed to process.cwd()
piscisaureus
committed
cbcf4fe
View commit details
Copy full SHA for cbcf4fe
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.