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
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 }}
kuanjava
/
node
Public
forked from
nodejs/node-v0.x-archive
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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
Datepicker
All time
Commit history
Commits on Nov 8, 2012
os: add os.endianness() function
TooTallNate
committed
5e4e87a
View commit details
Copy full SHA for 5e4e87a
View code at this point
Browse repository at this point
Commits on Nov 6, 2012
net: More accurate IP address validation and IPv6 dotted notation.
Show description for fb6377e
snoj
authored and
bnoordhuis
committed
fb6377e
View commit details
Copy full SHA for fb6377e
View code at this point
Browse repository at this point
Commits on Nov 5, 2012
typed arrays: add slice() support to ArrayBuffer
Anthony Pesch
authored and
bnoordhuis
committed
fddb5dc
View commit details
Copy full SHA for fddb5dc
View code at this point
Browse repository at this point
Commits on Nov 1, 2012
windows: generate ETW events to track v8 compiled code positions
Show description for 66f64ae
sblom
authored and
piscisaureus
committed
66f64ae
View commit details
Copy full SHA for 66f64ae
View code at this point
Browse repository at this point
tracing: add systemtap support
Jan Wynholds
authored and
bnoordhuis
committed
06810b2
View commit details
Copy full SHA for 06810b2
View code at this point
Browse repository at this point
Commits on Oct 31, 2012
zlib: s/clear/close/ and match other close() semantics
isaacs
committed
07d3b21
View commit details
Copy full SHA for 07d3b21
View code at this point
Browse repository at this point
Commits on Oct 30, 2012
zlib: pass object size hint to V8
Show description for a93424d
bnoordhuis
committed
a93424d
View commit details
Copy full SHA for a93424d
View code at this point
Browse repository at this point
zlib: reduce memory consumption, release early
Show description for 570e4be
bnoordhuis
committed
570e4be
View commit details
Copy full SHA for 570e4be
View code at this point
Browse repository at this point
Commits on Oct 29, 2012
Print warning when maxTickDepth is reached
isaacs
committed
21c741f
View commit details
Copy full SHA for 21c741f
View code at this point
Browse repository at this point
Commits on Oct 24, 2012
Now working on v0.9.4
isaacs
committed
78dbb15
View commit details
Copy full SHA for 78dbb15
View code at this point
Browse repository at this point
2012.10.24, Version 0.9.3 (Unstable)
Show description for 1ed4c67
isaacs
committed
1ed4c67
View commit details
Copy full SHA for 1ed4c67
View code at this point
Browse repository at this point
Commits on Oct 23, 2012
crypto: Style. Prefer 'char*' over 'char *'
isaacs
committed
1122e3a
View commit details
Copy full SHA for 1122e3a
View code at this point
Browse repository at this point
crypto: Remove many unnecessary toObjects
isaacs
committed
f2fa97f
View commit details
Copy full SHA for f2fa97f
View code at this point
Browse repository at this point
crypto: Clean up buffer handling and DH methods
isaacs
committed
c87b524
View commit details
Copy full SHA for c87b524
View code at this point
Browse repository at this point
crypto: Binding only accepts buffers
isaacs
committed
bfb9d5b
View commit details
Copy full SHA for bfb9d5b
View code at this point
Browse repository at this point
Merge remote-tracking branch 'ry/v0.8'
isaacs
committed
18beea4
View commit details
Copy full SHA for 18beea4
View code at this point
Browse repository at this point
typed arrays: use `signed char` for signed int8s
Show description for 49f0f61
jacobsa
authored and
bnoordhuis
committed
49f0f61
View commit details
Copy full SHA for 49f0f61
View code at this point
Browse repository at this point
Commits on Oct 21, 2012
crypto: fix DH use-after-free and memory leak
Show description for 844a005
bnoordhuis
committed
844a005
View commit details
Copy full SHA for 844a005
View code at this point
Browse repository at this point
crypto: fix DH 1 byte buffer underflow
Show description for de18e29
bnoordhuis
committed
de18e29
View commit details
Copy full SHA for de18e29
View code at this point
Browse repository at this point
Commits on Oct 20, 2012
node: update description of --print
bnoordhuis
committed
cb6d084
View commit details
Copy full SHA for cb6d084
View code at this point
Browse repository at this point
Commits on Oct 13, 2012
Merge remote-tracking branch 'origin/v0.8'
Show description for 4b238b4
TooTallNate
committed
4b238b4
View commit details
Copy full SHA for 4b238b4
View code at this point
Browse repository at this point
typed arrays: remove unnecessary special-casing
Show description for 47643d2
deanm
authored and
bnoordhuis
committed
47643d2
View commit details
Copy full SHA for 47643d2
View code at this point
Browse repository at this point
typed arrays: simplify typed array get() and set()
Show description for 93efc7f
deanm
authored and
bnoordhuis
committed
93efc7f
View commit details
Copy full SHA for 93efc7f
View code at this point
Browse repository at this point
crypto: add crypto.getHashes()
bnoordhuis
committed
14a6c4e
View commit details
Copy full SHA for 14a6c4e
View code at this point
Browse repository at this point
Commits on Oct 12, 2012
crypto: add crypto.getCiphers()
Show description for f53441a
bnoordhuis
committed
f53441a
View commit details
Copy full SHA for f53441a
View code at this point
Browse repository at this point
Now working on 0.8.13
isaacs
committed
58db21e
View commit details
Copy full SHA for 58db21e
View code at this point
Browse repository at this point
Commits on Oct 11, 2012
2012.10.12, Version 0.8.12 (Stable)
Show description for 38c72d4
isaacs
committed
38c72d4
View commit details
Copy full SHA for 38c72d4
View code at this point
Browse repository at this point
Commits on Oct 10, 2012
buffer: report proper retained size in profiler
Show description for 6a128e0
bnoordhuis
committed
6a128e0
View commit details
Copy full SHA for 6a128e0
View code at this point
Browse repository at this point
Commits on Oct 8, 2012
crypto: fix -Wtautological-compare warning
bnoordhuis
committed
eec8c2e
View commit details
Copy full SHA for eec8c2e
View code at this point
Browse repository at this point
Commits on Oct 7, 2012
Fix -Wsizeof-array-argument compiler warning.
apaprocki
authored and
bnoordhuis
committed
8c5f269
View commit details
Copy full SHA for 8c5f269
View code at this point
Browse repository at this point
Commits on Oct 4, 2012
buffer: fix byteLength with UTF-16LE
Show description for fbb0ee6
koichik
committed
fbb0ee6
View commit details
Copy full SHA for fbb0ee6
View code at this point
Browse repository at this point
Commits on Oct 2, 2012
node_http_parser: fix whitespace errors
bnoordhuis
committed
109f8e2
View commit details
Copy full SHA for 109f8e2
View code at this point
Browse repository at this point
Commits on Sep 28, 2012
Merge remote-tracking branch 'ry/v0.8' into v0.8-merge
Show description for ae40f1c
isaacs
committed
ae40f1c
View commit details
Copy full SHA for ae40f1c
View code at this point
Browse repository at this point
Commits on Sep 27, 2012
Now working on 0.8.12
isaacs
committed
9877b8f
View commit details
Copy full SHA for 9877b8f
View code at this point
Browse repository at this point
2012.09.27, Version 0.8.11 (Stable)
Show description for e1f3946
isaacs
committed
e1f3946
View commit details
Copy full SHA for e1f3946
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.