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
on
master
User selector
All users
All time
Commit history
Commits on Jan 2, 2012
Merge remote-tracking branch 'origin/v0.6'
Show description for c123ac0
bnoordhuis
committed
c123ac0
View commit details
Copy full SHA for c123ac0
View code at this point
Browse repository at this point
crypto: add SecureContext.clearOptions() method
Show description for 6f8839d
bnoordhuis
committed
6f8839d
View commit details
Copy full SHA for 6f8839d
View code at this point
Browse repository at this point
Commits on Dec 29, 2011
dgram: fix memory leak in error path
bnoordhuis
committed
3f5bb15
View commit details
Copy full SHA for 3f5bb15
View code at this point
Browse repository at this point
Include ngx-queue.h, fix Windows build.
bnoordhuis
committed
fa43f04
View commit details
Copy full SHA for fa43f04
View code at this point
Browse repository at this point
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
node_file.cc should use NODE_LOOP()
ry
authored and
bnoordhuis
committed
a0f3eb0
View commit details
Copy full SHA for a0f3eb0
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: replace SLIST with ngx_queue_t
bnoordhuis
committed
6eeb59a
View commit details
Copy full SHA for 6eeb59a
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
isolates: have node::Isolate manage the v8::Context
bnoordhuis
committed
ca19e79
View commit details
Copy full SHA for ca19e79
View code at this point
Browse repository at this point
isolates: rename node::Isolate member isolate_ to v8_isolate_
bnoordhuis
committed
ea97d6e
View commit details
Copy full SHA for ea97d6e
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 have globals stored in struct globals
ry
authored and
bnoordhuis
committed
828bf50
View commit details
Copy full SHA for 828bf50
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
build: move internals to separate header file
bnoordhuis
committed
09dc577
View commit details
Copy full SHA for 09dc577
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
Merge remote-tracking branch 'origin/v0.6'
Show description for bc7bae1
bnoordhuis
committed
bc7bae1
View commit details
Copy full SHA for bc7bae1
View code at this point
Browse repository at this point
Commits on Dec 28, 2011
Revert "Add HandleScope to http-parser binding"
Show description for 448c5e0
ry
committed
448c5e0
View commit details
Copy full SHA for 448c5e0
View code at this point
Browse repository at this point
Commits on Dec 26, 2011
win: fix mismatched new[]/delete
bnoordhuis
committed
0de6ec5
View commit details
Copy full SHA for 0de6ec5
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
Add HandleScope to http-parser binding
Show description for 73cf8e8
ry
committed
73cf8e8
View commit details
Copy full SHA for 73cf8e8
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
Merge remote branch 'origin/v0.6'
Show description for 1865b11
ry
committed
1865b11
View commit details
Copy full SHA for 1865b11
View code at this point
Browse repository at this point
simple DTrace ustack helper
Dave Pacheco
authored and
ry
committed
b9049d2
View commit details
Copy full SHA for b9049d2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.