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

推荐订阅源

Martin Fowler
Martin Fowler
V
Visual Studio Blog
有赞技术团队
有赞技术团队
T
Tailwind CSS Blog
B
Blog
I
InfoQ
博客园 - 三生石上(FineUI控件)
阮一峰的网络日志
阮一峰的网络日志
F
Fortinet All Blogs
H
Help Net Security
博客园 - Franky
宝玉的分享
宝玉的分享
博客园 - 司徒正美
C
Check Point Blog
G
Google Developers Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Jina AI
Jina AI
T
The Blog of Author Tim Ferriss
MongoDB | Blog
MongoDB | Blog
云风的 BLOG
云风的 BLOG
A
About on SuperTechFans
罗磊的独立博客
大猫的无限游戏
大猫的无限游戏
IT之家
IT之家

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.0 (Unstable)
2011-07-06 · via Node.js Blog

Ryan Dahl

2011.07.05, Version 0.5.0 (unstable)

  • New non-default libuv backend to support IOCP on Windows. Use --use-uv to enable.
  • deprecate http.cat
  • docs improved.
  • add child_process.fork
  • add fs.utimes() and fs.futimes() support (Ben Noordhuis)
  • add process.uptime() (Tom Huges)
  • add path.relative (Tony Huang)
  • add os.getNetworkInterfaces()
  • add remoteAddress and remotePort for client TCP connections (Brian White)
  • add secureOptions flag, setting ciphers, SSL_OP_CRYPTOPRO_TLSEXT_BUG to TLS (Theo Schlossnagle)
  • add process.arch (Nathan Rajlich)
  • add reading/writing of floats and doubles from/to buffers (Brian White)
  • Allow script to be read from stdin
  • #477 add Buffer::fill method to do memset (Konstantin Käfer)
  • #573 Diffie-Hellman support to crypto module (Håvard Stranden)
  • #695 add 'hex' encoding to buffer (isaacs)
  • #851 Update how REPLServer uses contexts (Ben Weaver)
  • #853 add fs.lchow, fs.lchmod, fs.fchmod, fs.fchown (isaacs)
  • #889 Allow to remove all EventEmitter listeners at once (Felix Geisendörfer)
  • #926 OpenSSL NPN support (Fedor Indutny)
  • #955 Change ^C handling in REPL (isaacs)
  • #979 add support for Unix Domain Sockets to HTTP (Mark Cavage)
  • #1173 #1170 add AMD, asynchronous module definition (isaacs)
  • DTrace probes: support X-Forwarded-For (Dave Pacheco)

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

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

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