惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

雷峰网
雷峰网
GbyAI
GbyAI
Stack Overflow Blog
Stack Overflow Blog
Apple Machine Learning Research
Apple Machine Learning Research
The Cloudflare Blog
WordPress大学
WordPress大学
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
F
Fortinet All Blogs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Microsoft Azure Blog
Microsoft Azure Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 聂微东
L
LangChain Blog
云风的 BLOG
云风的 BLOG
Jina AI
Jina AI
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
I
InfoQ
大猫的无限游戏
大猫的无限游戏
MyScale Blog
MyScale Blog
人人都是产品经理
人人都是产品经理
小众软件
小众软件
量子位
The GitHub Blog
The GitHub Blog
博客园 - 【当耐特】

Node.js Blog

Node.js — Security Bug Bounty Program Paused Due to Loss of Funding Node.js — Node.js 25.9.0 (Current) Node.js — Developing a minimally HashDoS resistant, yet quickly reversible integer hash for V8 Node.js — Node.js 25.8.2 (Current) Node.js — Node.js 24.14.1 (LTS) Node.js — Node.js 22.22.2 (LTS) Node.js — Node.js 20.20.2 (LTS) Node.js — Tuesday, March 24, 2026 Security Releases Node.js — Node.js 25.8.1 (Current) Node.js — Evolving the Node.js Release Schedule Node.js — Node.js 22.22.1 (LTS) Node.js — Node.js 20.20.1 (LTS) Node.js — Node.js 25.8.0 (Current) Node.js — Node.js 25.7.0 (Current) Node.js — Node.js 24.14.0 (LTS) Node.js — New HackerOne Signal Requirement for Vulnerability Reports Node.js — Node.js 25.6.1 (Current) Node.js — Node.js 24.13.1 (LTS) Node.js — Node.js 25.6.0 (Current) Node.js — OpenSSL Security Advisory Assessment, January 2026 Node.js — Node.js 25.5.0 (Current) Node.js — Chalk to Node.js util styleText Node.js — Node.js 25.4.0 (Current) Node.js — Mitigating Denial-of-Service Vulnerability from Unrecoverable Stack Space Exhaustion for React, Next.js, and APM Users Node.js — Node.js 22.22.0 (LTS) Node.js — Node.js 25.3.0 (Current) Node.js — Node.js 24.13.0 (LTS) Node.js — Node.js 20.20.0 (LTS) Node.js — Tuesday, January 13, 2026 Security Releases Node.js — Node.js 24.12.0 (LTS)
Node.js — Node.js 0.5.6 (unstable)
2011-09-09 · via Node.js Blog

piscisaureus

2011.09.08, Version 0.5.6 (unstable)

  • #345, #1635, #1648 Documentation improvements (Thomas Shinnick, Abimanyu Raja, AJ ONeal, Koichi Kobayashi, Michael Jackson, Logan Smyth, Ben Noordhuis)
  • #650 Improve path parsing on windows (Bert Belder)
  • #752 Remove headers sent check in OutgoingMessage.getHeader() (Peter Lyons)
  • #1236, #1438, #1506, #1513, #1621, #1640, #1647 Libuv-related bugs fixed (Jorge Chamorro Bieling, Peter Bright, Luis Lavena, Igor Zinkovsky)
  • #1296, #1612 crypto: Fix BIO's usage. (Koichi Kobayashi)
  • #1345 Correctly set socket.remoteAddress with libuv backend (Bert Belder)
  • #1429 Don't clobber quick edit mode on windows (Peter Bright)
  • #1503 Make libuv backend default on unix, override with node --use-legacy
  • #1565 Fix fs.stat for paths ending with \ on windows (Igor Zinkovsky)
  • #1568 Fix x509 certificate subject parsing (Koichi Kobayashi)
  • #1586 Make socket write encoding case-insensitive (Koichi Kobayashi)
  • #1591, #1656, #1657 Implement fs in libuv, remove libeio and pthread-win32 dependency on windows (Igor Zinkovsky, Ben Noordhuis, Ryan Dahl, Isaac Schlueter)
  • #1592 Don't load-time link against CreateSymbolicLink on windows (Peter Bright)
  • #1601 Improve API consistency when dealing with the socket underlying a HTTP client request (Mikeal Rogers)
  • #1610 Remove DigiNotar CA from trusted list (Isaac Schlueter)
  • #1617 Added some win32 os functions (Karl Skomski)
  • #1624 avoid buffer overrun with 'binary' encoding (Koichi Kobayashi)
  • #1633 make Buffer.write() always set _charsWritten (Koichi Kobayashi)
  • #1644 Windows: set executables to be console programs (Peter Bright)
  • #1651 improve inspection for sparse array (Koichi Kobayashi)
  • #1672 set .code='ECONNRESET' on socket hang up errors (Ben Noordhuis)
  • Add test case for foaf+ssl client certificate (Niclas Hoyer)
  • Added RPATH environment variable to override run-time library paths (Ashok Mudukutore)
  • Added TLS client-side session resumption support (Sean Cunningham)
  • Added additional properties to getPeerCertificate (Nathan Rixham, Niclas Hoyer)
  • Don't eval repl command twice when an error is thrown (Nathan Rajlich)
  • Improve util.isDate() (Nathan Rajlich)
  • Improvements in libuv backend and bindings, upgrade libuv to bd6066cb349a9b3a1b0d87b146ddaee06db31d10
  • Show warning when using lib/sys.js (Maciej Malecki)
  • Support plus sign in url protocol (Maciej Malecki)
  • Upgrade V8 to 3.6.2

Download: https://nodejs.org/dist/v0.5.6/node-v0.5.6.tar.gz

Windows Executable: https://nodejs.org/dist/v0.5.6/node.exe

Website: https://nodejs.org/docs/v0.5.6/

Documentation: https://nodejs.org/docs/v0.5.6/api/