Skip to content
Tags give the ability to mark specific points in history as being important
  • v0.8.17
    2012.01.09, Version 0.8.17 (Stable)
    
    * npm: Upgrade to v1.2.0
      - peerDependencies (Domenic Denicola)
      - node-gyp v0.8.2 (Nathan Rajlich)
      - Faster installs from github user/project shorthands (Nathan Zadoks)
    
    * typed arrays: fix 32 bit size/index overflow (Ben Noordhuis)
    
    * http: Improve performance of single-packet responses (Ben Noordhuis)
    
    * install: fix openbsd man page location (Ben Noordhuis)
    
    * http: bubble up parser errors to ClientRequest (Brian White)
    
  • v0.9.5
    2012.12.30, Version 0.9.5 (Unstable)
    
    * assert: improve support for new execution contexts (lukebayes)
    
    * domain: use camelCase instead of snake_case (isaacs)
    
    * domain: Do not use uncaughtException handler (isaacs)
    
    * fs: make 'end' work with ReadStream without 'start' (Ben Noordhuis)
    
    * https: optimize createConnection() (Ryunosuke SATO)
    
    * buffer: speed up base64 encoding by 20% (Ben Noordhuis)
    
    * doc: Colorize API stabilitity index headers in docs (Luke Arduini)
    
    * net: socket.readyState corrections (bentaber)
    
    * http: Performance enhancements for http under streams2 (isaacs)
    
    * stream: fix to emit end event on http.ClientResponse (Shigeki Ohtsu)
    
    * stream: fix event handler leak in readstream pipe and unpipe (Andreas Madsen)
    
    * build: Support ./configure --tag switch (Maciej Małecki)
    
    * repl: don't touch `require.cache` (Nathan Rajlich)
    
    * node: Emit 'exit' event when exiting for an uncaught exception (isaacs)
    
  • v0.9.4
    2012.12.21, Version 0.9.4 (Unstable)
    
    * streams: Update all streaming interfaces to use new classes (isaacs)
    
    * node: remove idle gc (Ben Noordhuis)
    
    * http: protect against response splitting attacks (Bert Belder)
    
    * fs: Raise error when null bytes detected in paths (isaacs)
    
    * fs: fix 'object is not a function' callback errors (Ben Noordhuis)
    
    * fs: add autoClose=true option to fs.createReadStream (Farid Neshat)
    
    * process: add getgroups(), setgroups(), initgroups() (Ben Noordhuis)
    
    * openssl: optimized asm code on x86 and x64 (Bert Belder)
    
    * crypto: fix leak in GetPeerCertificate (Fedor Indutny)
    
    * add systemtap support (Jan Wynholds)
    
    * windows: add ETW and PerfCounters support (Scott Blomquist)
    
    * windows: fix normalization of UNC paths (Bert Belder)
    
    * crypto: fix ssl error handling (Sergey Kholodilov)
    
    * node: remove eio-emul.h (Ben Noordhuis)
    
    * os: add os.endianness() function (Nathan Rajlich)
    
    * readline: don't emit "line" events with a trailing 'n' char (Nathan Rajlich)
    
    * build: add configure option to generate xcode build files (Timothy J Fontaine)
    
    * build: allow linking against system libuv, cares, http_parser (Stephen Gallagher)
    
    * typed arrays: add slice() support to ArrayBuffer (Anthony Pesch)
    
    * debugger: exit and kill child on SIGTERM or SIGHUP (Fedor Indutny)
    
    * url: url.format escapes delimiters in path and query (J. Lee Coltrane)
    
  • v0.8.16
    2012.12.13, Version 0.8.16 (Stable)
    
    * npm: Upgrade to 1.1.69
    
    * fs: fix WriteStream/ReadStream fd leaks (Ben Noordhuis)
    
    * crypto: fix leak in GetPeerCertificate (Fedor Indutny)
    
    * buffer: Don't double-negate numeric buffer arg (Trevor Norris)
    
    * net: More accurate IP address validation and IPv6 dotted notation. (Joshua Erickson)
    
  • v0.8.15
    2012.11.26, Version 0.8.15 (Stable)
    
    * npm: Upgrade to 1.1.66 (isaacs)
    
    * linux: use /proc/cpuinfo for CPU frequency (Ben Noordhuis)
    
    * windows: map WSAESHUTDOWN to UV_EPIPE (Ben Noordhuis)
    
    * windows: map ERROR_GEN_FAILURE to UV_EIO (Bert Belder)
    
    * unix: do not set environ unless one is provided (Charlie McConnell)
    
    * domains: don't crash if domain is set to null (Bert Belder)
    
    * windows: fix the x64 debug build (Bert Belder)
    
    * net, tls: fix connect() resource leak (Ben Noordhuis)
    
  • v0.8.14
    2012.10.25, Version 0.8.14 (Stable)
    
    * events: Don't clobber pre-existing _events obj in EE ctor (isaacs)
    
  • v0.8.13
    2012.10.25, Version 0.8.13 (Stable)
    
    * V8: Upgrade to 3.11.10.25
    
    * npm: Upgrade to 1.1.65
    
    * url: parse hostnames that start with - or _ (Ben Noordhuis)
    
    * repl: Fix Windows 8 terminal issue (Bert Belder)
    
    * typed arrays: use signed char for signed int8s (Aaron Jacobs)
    
    * crypto: fix bugs in DiffieHellman (Ben Noordhuis)
    
    * configure: turn on VFPv3 on ARMv7 (Ben Noordhuis)
    
    * Re-enable OpenSSL UI for entering passphrases via tty (Ben Noordhuis)
    
    * repl: ensure each REPL instance gets its own "context" (Nathan Rajlich)
    
  • v0.9.3
    2012.10.24, Version 0.9.3 (Unstable)
    
    * V8: Upgrade to 3.13.7.4
    
    * crypto: Default to buffers instead of binary strings (isaacs, Fedor Indutny)
    
    * crypto: add getHashes() and getCiphers() (Ben Noordhuis)
    
    * unix: add custom thread pool, remove libeio (Ben Noordhuis)
    
    * util: make `inspect()` accept an "options" argument (Nathan Rajlich)
    
    * https: fix renegotation attack protection (Ben Noordhuis)
    
    * cluster: make 'listening' handler see actual port (Aaditya Bhatia)
    
    * windows: use USERPROFILE to get the user's home dir (Bert Belder)
    
    * path: add platform specific path delimiter (Paul Serby)
    
    * http: add response.headersSent property (Pavel Lang)
    
    * child_process: make .fork()'d child auto-exit (Ben Noordhuis)
    
    * events: add 'removeListener' event (Ben Noordhuis)
    
    * string_decoder: Add 'end' method, do base64 properly (isaacs)
    
    * buffer: include encoding value in exception when invalid (Ricky Ng-Adam)
    
    * http: make http.ServerResponse no longer emit 'end' (isaacs)
    
    * streams: fix pipe is destructed by 'end' from destination (koichik)
    
  • v0.8.12
    2012.10.12, Version 0.8.12 (Stable)
    
    * npm: Upgrade to 1.1.63
    
    * crypto: Reduce stability index to 2-Unstable (isaacs)
    
    * windows: fix handle leak in uv_fs_utime (Bert Belder)
    
    * windows: fix application crashed popup in debug version (Bert Belder)
    
    * buffer: report proper retained size in profiler (Ben Noordhuis)
    
    * buffer: fix byteLength with UTF-16LE (koichik)
    
    * repl: make "end of input" JSON.parse() errors throw in the REPL (Nathan Rajlich)
    
    * repl: make invalid RegExp modifiers throw in the REPL (Nathan Rajlich)
    
    * http: handle multiple Proxy-Authenticate values (Willi Eggeling)
    
  • v0.8.11
    2012.09.27, Version 0.8.11 (Stable)
    
    * fs: Fix stat() size reporting for large files (Ben Noordhuis)
    
  • v0.8.10
    2012.09.25, Version 0.8.10 (Stable)
    
    * npm: Upgrade to 1.1.62
    
    * repl: make invalid RegExps throw in the REPL (Nathan Rajlich)
    
    * v8: loosen artificial mmap constraint (Bryan Cantrill)
    
    * process: fix setuid() and setgid() error reporting (Ben Noordhuis)
    
    * domain: Properly exit() on domain disposal (isaacs)
    
    * fs: fix watchFile() missing deletion events (Ben Noordhuis)
    
    * fs: fix assert in fs.watch() (Ben Noordhuis)
    
    * fs: don't segfault on deeply recursive stat() (Ben Noordhuis)
    
    * http: Remove timeout handler when data arrives (Frédéric Germain)
    
    * http: make the client "res" object gets the same domain as "req" (Nathan Rajlich)
    
    * windows: don't blow up when an invalid FD is used (Bert Belder)
    
    * unix: map EDQUOT to UV_ENOSPC (Charlie McConnell)
    
    * linux: improve /proc/cpuinfo parser (Ben Noordhuis)
    
    * win/tty: reset background brightness when color is set to default (Bert Belder)
    
    * unix: put child process stdio fds in blocking mode (Ben Noordhuis)
    
    * unix: fix EMFILE busy loop (Ben Noordhuis)
    
    * sunos: don't set TCP_KEEPALIVE (Ben Noordhuis)
    
    * tls: Use slab allocator for memory management (Fedor Indutny)
    
    * openssl: Use optimized assembly code for x86 and x64 (Bert Belder)
    
  • v0.9.2
    2012.09.17, Version 0.9.2 (Unstable)
    
    * http_parser: upgrade to ad3b631
    
    * openssl: upgrade 1.0.1c
    
    * darwin: use FSEvents to watch directory changes (Fedor Indutny)
    
    * unix: support missing API on NetBSD (Shigeki Ohtsu)
    
    * unix: fix EMFILE busy loop (Ben Noordhuis)
    
    * windows: un-break writable tty handles (Bert Belder)
    
    * windows: map WSAESHUTDOWN to UV_EPIPE (Bert Belder)
    
    * windows: make spawn with custom environment work again (Bert Belder)
    
    * windows: map ERROR_DIRECTORY to UV_ENOENT (Bert Belder)
    
    * tls, https: validate server certificate by default (Ben Noordhuis)
    
    * tls, https: throw exception on missing key/cert (Ben Noordhuis)
    
    * tls: async session storage (Fedor Indutny)
    
    * installer: don't install header files (Ben Noordhuis)
    
    * buffer: implement Buffer.prototype.toJSON() (Nathan Rajlich)
    
    * buffer: added support for writing NaN and Infinity (koichik)
    
    * http: make http.ServerResponse emit 'end' (Ben Noordhuis)
    
    * build: ./configure --ninja (Ben Noordhuis, Timothy J Fontaine)
    
    * installer: fix --without-npm (Ben Noordhuis)
    
    * cli: make -p equivalent to -pe (Ben Noordhuis)
    
    * url: Go much faster by using Url class (isaacs)
    
  • v0.8.9
    2012.09.11, Version 0.8.9 (Stable)
    
    * v8: upgrade to 3.11.10.22
    
    * GYP: upgrade to r1477
    
    * npm: Upgrade to 1.1.61
    
    * npm: Don't create world-writable files (isaacs)
    
    * windows: fix single-accept mode for shared server sockets (Bert Belder)
    
    * windows: fix uninitialized memory access in uv_update_time() (Bert Belder)
    
    * windows: don't throw when a signal handler is attached (Bert Belder)
    
    * unix: fix memory leak in udp (Ben Noordhuis)
    
    * unix: map errno ESPIPE (Ben Noordhuis)
    
    * unix, windows: fix memory corruption in fs-poll.c (Ben Noordhuis)
    
    * sunos: fix os.cpus() on x86_64 (Ben Noordhuis)
    
    * child process: fix processes with IPC channel don't emit 'close' (Bert Belder)
    
    * build: add a "--dest-os" option to force a gyp "flavor" (Nathan Rajlich)
    
    * build: set `process.platform` to "sunos" on SunOS (Nathan Rajlich)
    
    * build: fix `make -j` fails after `make clean` (Bearice Ren)
    
    * build: fix openssl configuration for "arm" builds (Nathan Rajlich)
    
    * tls: support unix domain socket/named pipe in tls.connect (Shigeki Ohtsu)
    
    * https: make https.get() accept a URL (koichik)
    
    * http: respect HTTP/1.0 TE header (Ben Noordhuis)
    
    * crypto, tls: Domainify setSNICallback, pbkdf2, randomBytes (Ben Noordhuis)
    
    * stream.pipe: Don't call destroy() unless it's a function (isaacs)
    
  • v0.9.1
    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)
    
  • v0.8.8
    2012.08.22, Version 0.8.8 (Stable)
    
    * V8: upgrade to 3.11.10.19
    
    * npm: upgrade to 1.1.59
    
    * windows: fix uninitialized memory access in uv_update_time() (Bert Belder)
    
    * unix, windows: fix memory corruption in fs-poll.c (Ben Noordhuis)
    
    * unix: fix integer overflow in uv_hrtime (Tim Holy)
    
    * sunos: fix uv_cpu_info() on x86_64 (Ben Noordhuis)
    
    * tls: update default cipher list (Ben Noordhuis)
    
    * unix: Fix llvm and older gcc duplicate symbol warnings (Bert Belder)
    
    * fs: fix use after free in stat watcher (Ben Noordhuis)
    
    * build: Fix using manually compiled gcc on OS X (Nathan Rajlich)
    
    * windows: make junctions work again (Bert Belder)
    
  • v0.8.7
    2012.08.15, Version 0.8.7 (Stable)
    
    * npm: Upgrade to 1.1.49
    
    * website: download page (Golo Roden)
    
    * crypto: fix uninitialized memory access in openssl (Ben Noordhuis)
    
    * buffer, crypto: fix buffer decoding (Ben Noordhuis)
    
    * build: compile with -fno-tree-vrp when gcc >= 4.0 (Ben Noordhuis)
    
    * tls: handle multiple CN fields when verifying cert (Ben Noordhuis)
    
    * doc: remove unused util from child_process (Kyle Robinson Young)
    
    * build: rework -fvisibility=hidden detection (Ben Noordhuis)
    
    * windows: don't duplicate invalid stdio handles (Bert Belder)
    
    * windows: fix typos in process-stdio.c (Bert Belder)
    
  • v0.8.6
    2012.08.07, Version 0.8.6 (Stable)
    
    * npm: Upgrade to v1.1.48
    
    * Add 'make binary' to build binary tarballs for all Unixes (Nathan Rajlich)
    
    * zlib: Emit 'close' on destroy(). (Dominic Tarr)
    
    * child_process: Fix stdout=null when stdio=['pipe'] (Tyler Neylon)
    
    * installer: prevent ETXTBSY errors (Ben Noordhuis)
    
    * installer: honor --without-npm, default install path (Ben Noordhuis)
    
    * net: make pause work with connecting sockets (Bert Belder)
    
    * installer: fix cross-compile installs (Ben Noordhuis)
    
    * net: fix .listen({fd:0}) (Ben Noordhuis)
    
    * windows: map WSANO_DATA to UV_ENOENT (Bert Belder)
    
  • v0.6.21
    2012.08.03 Version 0.6.21 (maintenance)
    
    * sunos: work around OS bug to prevent fs.watch() from spinning (Bryan Cantrill)
    
    * net: make pause/resume work with connecting sockets (Bert Belder)
    
  • v0.8.5
    2012.08.02, Version 0.8.5 (Stable)
    
    * node: tag Encode and friends NODE_EXTERN (Ben Noordhuis)
    
    * fs: fix ReadStream / WriteStream missing callback (Gil Pedersen)
    
    * fs: fix readFileSync("/proc/cpuinfo") regression (Ben Noordhuis)
    
    * installer: don't assume bash is installed (Ben Noordhuis)
    
    * Report errors properly from --eval and stdin (isaacs)
    
    * assert: fix throws() throws an error without message property (koichik)
    
    * cluster: fix libuv assert in net.listen() (Ben Noordhuis)
    
    * build: always link sunos builds with libumem (Trent Mick)
    
    * build: improve armv7 / hard-float detection (Adam Malcontenti-Wilson)
    
    * https: Use host header as effective servername (isaacs)
    
    * sunos: work around OS bug to prevent fs.watch() from spinning (Bryan Cantrill)
    
    * linux: fix 'two watchers, one path' segfault (Ben Noordhuis)
    
    * windows: fix memory leaks in many fs functions (Bert Belder)
    
    * windows: don't allow directories to be opened for writing/appending (Bert Belder)
    
    * windows: make fork() work even when not all stdio handles are valid (Bert Belder)
    
    * windows: make unlink() not remove mount points, and improve performance (Bert Belder)
    
    * build: Sign pkg installer for OS X (isaacs)
    
  • v0.8.4
    2012.07.25, Version 0.8.4 (Stable)
    
    * V8: Upgrade to 3.11.10.17
    
    * npm: Upgrade to 1.1.45
    
    * net: fix Socket({ fd: 42 }) api (Ben Noordhuis)
    
    * readline: Remove event listeners on close (isaacs)
    
    * windows: correctly prep long path for fs.exists(Sync) (Bert Belder)
    
    * debugger: wake up the event loop when a debugger command is dispatched (Peter Rybin)
    
    * tls: verify server's identity (Fedor Indutny)
    
    * net: ignore socket.setTimeout(Infinity or NaN) (Fedor Indutny)