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

推荐订阅源

Blog — PlanetScale
Blog — PlanetScale
J
Java Code Geeks
月光博客
月光博客
Engineering at Meta
Engineering at Meta
WordPress大学
WordPress大学
Jina AI
Jina AI
小众软件
小众软件
U
Unit 42
云风的 BLOG
云风的 BLOG
Stack Overflow Blog
Stack Overflow Blog
雷峰网
雷峰网
博客园 - Franky
Microsoft Security Blog
Microsoft Security Blog
罗磊的独立博客
宝玉的分享
宝玉的分享
B
Blog
C
Check Point Blog
爱范儿
爱范儿
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
量子位
阮一峰的网络日志
阮一峰的网络日志
Vercel News
Vercel News
酷 壳 – CoolShell
酷 壳 – CoolShell

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.10
2011-10-22 · via Node.js Blog

Ryan Dahl

2011.10.21, Version 0.5.10 (unstable)

  • Remove cmake build system, support for Cygwin, legacy code base, process.ENV, process.ARGV, process.memoryUsage().vsize, os.openOSHandle
  • Documentation improvements (Igor Zinkovsky, Bert Belder, Ilya Dmitrichenko, koichik, Maciej Małecki, Guglielmo Ferri, isaacs)
  • Performance improvements (Daniel Ennis, Bert Belder, Ben Noordhuis)
  • Long process.title support (Ben Noordhuis)
  • net: register net.Server callback only once (Simen Brekken)
  • net: fix connect queue bugs (Ben Noordhuis)
  • debugger: fix backtrace err handling (Fedor Indutny)
  • Use getaddrinfo instead of c-ares for dns.lookup
  • Emit 'end' from crypto streams on close
  • repl: print out undefined (Nathan Rajlich)
  • #1902 buffer: use NO_NULL_TERMINATION flag (koichik)
  • #1907 http: Added support for HTTP PATCH verb (Thomas Parslow)
  • #1644 add GetCPUInfo on windows (Karl Skomski)
  • #1484, #1834, #1482, #771 Don't use a separate context for the repl. (isaacs)
  • #1882 zlib Update 'availOutBefore' value, and test (isaacs)
  • #1888 child_process.fork: don't modify args (koichik)
  • #1516 tls: requestCert unusable with Firefox and Chrome (koichik)
  • #1467 tls: The TLS API is inconsistent with the TCP API (koichik)
  • #1894 net: fix error handling in listen() (koichik)
  • #1860 console.error now goes through uv_tty_t
  • Upgrade V8 to 3.7.0
  • Upgrade GYP to r1081

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

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

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

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