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 }}
andercsilva
/
node
Public
forked from
nodejs/node-v0.x-archive
Notifications
You must be signed in to change notification settings
Fork
1
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
on
master
User selector
All users
All time
Commit history
Commits on Mar 8, 2012
Merge branch 'v0.6'
piscisaureus
committed
31ad1d2
View commit details
Copy full SHA for 31ad1d2
View code at this point
Browse repository at this point
Windows: include syscall in fs errors
piscisaureus
committed
3733a85
View commit details
Copy full SHA for 3733a85
View code at this point
Browse repository at this point
Commits on Mar 6, 2012
process: add `process.hrtime()`
Show description for 07c886f
TooTallNate
authored and
bnoordhuis
committed
07c886f
View commit details
Copy full SHA for 07c886f
View code at this point
Browse repository at this point
process: show detailed error message in process.dlopen()
Shigeki Ohtsu
authored and
bnoordhuis
committed
59c3923
View commit details
Copy full SHA for 59c3923
View code at this point
Browse repository at this point
Commits on Mar 4, 2012
Merge remote-tracking branch 'ry/v0.6' into v0.6-merge
Show description for 1d5b6f2
isaacs
committed
1d5b6f2
View commit details
Copy full SHA for 1d5b6f2
View code at this point
Browse repository at this point
Commits on Mar 3, 2012
First arg to fs.fchown is an int, not a string
Show description for 4053c01
isaacs
committed
4053c01
View commit details
Copy full SHA for 4053c01
View code at this point
Browse repository at this point
Commits on Mar 2, 2012
Now working on v0.6.13
isaacs
committed
2f256af
View commit details
Copy full SHA for 2f256af
View code at this point
Browse repository at this point
2012.03.02 Version 0.6.12 (stable)
Show description for 48a2d34
isaacs
committed
48a2d34
View commit details
Copy full SHA for 48a2d34
View code at this point
Browse repository at this point
dtrace ustack helper improvements
Show description for edea94c
Dave Pacheco
authored and
isaacs
committed
edea94c
View commit details
Copy full SHA for edea94c
View code at this point
Browse repository at this point
Commits on Feb 24, 2012
Revert "startup: use `path.resolve` instead of `path.join(cwd, ...)`"
Show description for 27a937b
mmalecki
authored and
isaacs
committed
27a937b
View commit details
Copy full SHA for 27a937b
View code at this point
Browse repository at this point
Commits on Feb 23, 2012
Now working on 0.7.6
isaacs
committed
f492baa
View commit details
Copy full SHA for f492baa
View code at this point
Browse repository at this point
Merge branch 'v0.7.5-release'
isaacs
committed
c5cbc3d
View commit details
Copy full SHA for c5cbc3d
View code at this point
Browse repository at this point
2012.02.23, Version 0.7.5 (unstable)
Show description for d384b8b
isaacs
committed
d384b8b
View commit details
Copy full SHA for d384b8b
View code at this point
Browse repository at this point
Remove unused variables.
bnoordhuis
committed
b92a919
View commit details
Copy full SHA for b92a919
View code at this point
Browse repository at this point
dgram: fix out-of-bound memory read
bnoordhuis
committed
defa637
View commit details
Copy full SHA for defa637
View code at this point
Browse repository at this point
Commits on Feb 21, 2012
Pause process.stdin in stdin getter
Show description for 634b4de
isaacs
committed
634b4de
View commit details
Copy full SHA for 634b4de
View code at this point
Browse repository at this point
Pause process.stdin in stdin getter
Show description for 27d8b05
isaacs
committed
27d8b05
View commit details
Copy full SHA for 27d8b05
View code at this point
Browse repository at this point
buffer: support decoding of URL-safe base64
bnoordhuis
committed
b9127eb
View commit details
Copy full SHA for b9127eb
View code at this point
Browse repository at this point
crypto: add function getDiffieHellman()
Show description for c6a04ce
Tomasz Buchert
authored and
bnoordhuis
committed
c6a04ce
View commit details
Copy full SHA for c6a04ce
View code at this point
Browse repository at this point
Commits on Feb 20, 2012
core: ignore too many arguments, don't assert
AndreasMadsen
authored and
bnoordhuis
committed
3f40623
View commit details
Copy full SHA for 3f40623
View code at this point
Browse repository at this point
http: support PURGE request method
bnoordhuis
committed
de5e3f6
View commit details
Copy full SHA for de5e3f6
View code at this point
Browse repository at this point
startup: use `path.resolve` instead of `path.join(cwd, ...)`
mmalecki
authored and
bnoordhuis
committed
b0c1541
View commit details
Copy full SHA for b0c1541
View code at this point
Browse repository at this point
startup: move `EventEmitter` closer to the lookup
Show description for 1109c8f
mmalecki
authored and
bnoordhuis
committed
1109c8f
View commit details
Copy full SHA for 1109c8f
View code at this point
Browse repository at this point
startup: use `.hasOwnProperty` instead of `in`
Show description for c3a9733
mmalecki
authored and
bnoordhuis
committed
c3a9733
View commit details
Copy full SHA for c3a9733
View code at this point
Browse repository at this point
Commits on Feb 18, 2012
Merge remote-tracking branch 'ry/v0.6' into v0.6-merge
Show description for 31721da
isaacs
committed
31721da
View commit details
Copy full SHA for 31721da
View code at this point
Browse repository at this point
Commits on Feb 17, 2012
Now working on 0.6.12
isaacs
committed
f73f07e
View commit details
Copy full SHA for f73f07e
View code at this point
Browse repository at this point
2012.02.17 Version 0.6.11 (stable)
Show description for 1eb1fe3
isaacs
committed
1eb1fe3
View commit details
Copy full SHA for 1eb1fe3
View code at this point
Browse repository at this point
debugger: rename `process.debug_port` to `process.debugPort`
Show description for 977e211
mmalecki
authored and
indutny
committed
977e211
View commit details
Copy full SHA for 977e211
View code at this point
Browse repository at this point
Commits on Feb 16, 2012
Make win32 ansi api usage explicit
Show description for 8f2694b
piscisaureus
committed
8f2694b
View commit details
Copy full SHA for 8f2694b
View code at this point
Browse repository at this point
Windows: another attempt to support unicode argv
piscisaureus
committed
d52f502
View commit details
Copy full SHA for d52f502
View code at this point
Browse repository at this point
Revert "Windows: support non-ansi command line arguments"
Show description for 9364699
piscisaureus
committed
9364699
View commit details
Copy full SHA for 9364699
View code at this point
Browse repository at this point
tls: mitigate session renegotiation attacks
Show description for 3415427
bnoordhuis
committed
3415427
View commit details
Copy full SHA for 3415427
View code at this point
Browse repository at this point
process: remove old notices about removed methods
Show description for 3bc3af0
mmalecki
authored and
isaacs
committed
3bc3af0
View commit details
Copy full SHA for 3bc3af0
View code at this point
Browse repository at this point
Commits on Feb 15, 2012
Windows: get rid of process._cwdForDrive()
piscisaureus
committed
d91bc7c
View commit details
Copy full SHA for d91bc7c
View code at this point
Browse repository at this point
Windows: use unicode environment
piscisaureus
committed
077f9d7
View commit details
Copy full SHA for 077f9d7
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.