Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created December 21, 2012 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isaacs/4355243 to your computer and use it in GitHub Desktop.
Save isaacs/4355243 to your computer and use it in GitHub Desktop.
2012.12.21, Version 0.9.4 (Unstable)
* streams: Update all streaming interfaces to use new classes (isaacs)
* test: add TAP output to the test runner (Timothy J Fontaine)
* benchmark: Add http-flamegraph (isaacs)
* node: remove idle gc (Ben Noordhuis)
* events: setMaxListeners() should not have side effects (Ryunosuke SATO)
* 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)
* tls, https: add tls handshake timeout (Ben Noordhuis)
* process: add getgroups(), setgroups(), initgroups() (Ben Noordhuis)
* build: Check in perfctr generated files for VS Express. (Scott Blomquist)
* openssl: optimized asm code on x86 and x64 (Bert Belder)
* crypto: fix leak in GetPeerCertificate (Fedor Indutny)
* add systemtap support (Jan Wynholds)
* windows: add tracing with performance counters (Scott Blomquist)
* windows: generate ETW events to track v8 compiled code positions (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)
* net: More accurate IP address validation and IPv6 dotted notation. (Joshua Erickson)
* build: allow linking against system libuv (Stephen Gallagher)
* build: add configure option to generate xcode build files (Timothy J Fontaine)
* build: allow linking against system c-ares (Stephen Gallagher)
* build: allow linking against system 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)
* zlib: reduce memory consumption, release early (Ben Noordhuis)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment