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

推荐订阅源

爱范儿
爱范儿
大猫的无限游戏
大猫的无限游戏
J
Java Code Geeks
MongoDB | Blog
MongoDB | Blog
Martin Fowler
Martin Fowler
GbyAI
GbyAI
Microsoft Azure Blog
Microsoft Azure Blog
Recent Announcements
Recent Announcements
F
Fortinet All Blogs
B
Blog
U
Unit 42
B
Blog RSS Feed
D
DataBreaches.Net
Google DeepMind News
Google DeepMind News
人人都是产品经理
人人都是产品经理
腾讯CDC
量子位
酷 壳 – CoolShell
酷 壳 – CoolShell
V
Visual Studio Blog
博客园 - 聂微东
MyScale Blog
MyScale Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 三生石上(FineUI控件)
Engineering at Meta
Engineering at Meta

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 — Version 0.9.1 (Unstable)
2012-08-28 · via Node.js Blog

The Node.js Project

2012.08.28, Version 0.9.1 (Unstable)

  • buffer: Add Buffer.isEncoding(enc) to test for valid encoding values (isaacs)

  • Raise UV_ECANCELED on premature close. (Ben Noordhuis)

  • Remove c-ares from libuv, move to a top-level node dependency (Bert Belder)

  • ref/unref for all HandleWraps, timers, servers, and sockets (Timothy J Fontaine)

  • addon: remove node-waf, superseded by node-gyp (Ben Noordhuis)

  • child_process: emit error on exec failure (Ben Noordhuis)

  • cluster: do not use internal server API (Andreas Madsen)

  • constants: add O_DIRECT (Ian Babrou)

  • crypto: add sync interface to crypto.pbkdf2() (Ben Noordhuis)

  • darwin: emulate fdatasync() (Fedor Indutny)

  • dgram: make .bind() always asynchronous (Ben Noordhuis)

  • events: Make emitter.listeners() side-effect free (isaacs, Joe Andaverde)

  • fs: Throw early on invalid encoding args (isaacs)

  • fs: fix naming of truncate/ftruncate functions (isaacs)

  • http: bubble up parser errors to ClientRequest (Brian White)

  • linux: improve cpuinfo parser on ARM and MIPS (Ben Noordhuis)

  • net: add support for IPv6 addresses ending in :: (Josh Erickson)

  • net: support Server.listen(Pipe) (Andreas Madsen)

  • node: don't scan add-on for "init" symbol (Ben Noordhuis)

  • remove process.uvCounters() (Ben Noordhuis)

  • repl: console writes to repl rather than process stdio (Nathan Rajlich)

  • timers: implement setImmediate (Timothy J Fontaine)

  • tls: fix segfault in pummel/test-tls-ci-reneg-attack (Ben Noordhuis)

  • tools: Move gyp addon tools to node-gyp (Nathan Rajlich)

  • unix: preliminary signal handler support (Ben Noordhuis)

  • unix: remove dependency on ev_child (Ben Noordhuis)

  • unix: work around darwin bug, don't poll() on pipe (Fedor Indutny)

  • util: Formally deprecate util.pump() (Ben Noordhuis)

  • windows: make active and closing handle state independent (Bert Belder)

  • windows: report spawn errors to the exit callback (Bert Belder)

  • windows: signal handling support with uv_signal_t (Bert Belder)

Source Code: https://nodejs.org/dist/v0.9.1/node-v0.9.1.tar.gz

Macintosh Installer (Universal): https://nodejs.org/dist/v0.9.1/node-v0.9.1.pkg

Windows Installer: https://nodejs.org/dist/v0.9.1/node-v0.9.1-x86.msi

Windows x64 Installer: https://nodejs.org/dist/v0.9.1/x64/node-v0.9.1-x64.msi

Windows x64 Files: https://nodejs.org/dist/v0.9.1/x64/

Linux 32-bit Binary: https://nodejs.org/dist/v0.9.1/node-v0.9.1-linux-x86.tar.gz

Linux 64-bit Binary: https://nodejs.org/dist/v0.9.1/node-v0.9.1-linux-x64.tar.gz

Solaris 32-bit Binary: https://nodejs.org/dist/v0.9.1/node-v0.9.1-sunos-x86.tar.gz

Solaris 64-bit Binary: https://nodejs.org/dist/v0.9.1/node-v0.9.1-sunos-x64.tar.gz

Other release files: https://nodejs.org/dist/v0.9.1/

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

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

Shasums:

b86a5b0b2c9a89d08baaeb3d5270a8f247b4ba43  node-v0.9.1-darwin-x64.tar.gz
800af9d15a4b65e624351bb94dedc3b7eb322b86  node-v0.9.1-darwin-x86.tar.gz
a7ea43b0db472ca84dc9838960dae57ff0abaa72  node-v0.9.1-linux-x64.tar.gz
89c4be492a946eefa45aa87d16787875aa0f2dff  node-v0.9.1-linux-x86.tar.gz
6495d2814541e945dba5941b8d3facf2a61dc55d  node-v0.9.1-sunos-x64.tar.gz
05ea83ba4d648f5b949833bb28d69e6eeebabb78  node-v0.9.1-sunos-x86.tar.gz
3ccf1ac2fea7f2d05bcaed590bc54ee61c982fbb  node-v0.9.1-x86.msi
bd0ede40e4681b16088284fe6a18ae3a5c5a3795  node-v0.9.1.tar.gz
159470a999ef23fa940ad3c54265053c3d2a4332  node.exe
02472e388a44b91e2644178a0fe011354fcd361e  node.exp
c6d6ce22be4b47ad022d82dd91ebd4c040742fee  node.lib
7b4cec8b4106d90a077388fe483fdbb13119dcb1  node.pdb
a5fbf5e22c7623a9206abc6608d084ff53c7c4c9  x64/node-v0.9.1-x64.msi
9755685a9d7bea6dc63d3260829c26c5b0430a7a  x64/node.exe
621f177733647848f7f667926fe4f498a1f50c97  x64/node.exp
5877dffbf012c458dab88f3392af59cb33720d2f  x64/node.lib
dc513ce5c16771dcfab9c1777d5949252290b412  x64/node.pdb