Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-12-21 23:27:11 +0400
committerisaacs <i@izs.me>2012-12-22 00:15:05 +0400
commitd86d83c75f6343b5368bb7bd328b4466a035e1d4 (patch)
tree0ec7da1d8042ca20060166062da9cb762b13f22e /AUTHORS
parent982981442dc7b993b935f6db7c125415f4b433cc (diff)
2012.12.21, Version 0.9.4 (Unstable)v0.9.4
* 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)
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS11
1 files changed, 11 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 79cc524bb86..141cfc21c56 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -382,3 +382,14 @@ Olivier Lalonde <olalonde@gmail.com>
Francois Marier <francois@mozilla.com>
Trevor Norris <trev.norris@gmail.com>
Kai Sasaki Lewuathe <sasaki_kai@lewuathe.sakura.ne.jp>
+Brandon Philips <brandon.philips@rackspace.com>
+Frederico Silva <frederico.silva@gmail.com>
+Jan Wynholds <jan@rootmusic.com>
+Girish Ramakrishnan <girish@forwardbias.in>
+Anthony Pesch <anthony@usamp.com>
+Stephen Gallagher <sgallagh@redhat.com>
+Sergey Kholodilov <serghol@gmail.com>
+Tim Kuijsten <tim@netsend.nl>
+Michael Axiak <mike@axiak.net>
+Chad Rhyner <chadrhyner@gmail.com>
+Nicolas Chambrier <naholyr@gmail.com>