summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-02-19 13:23:47 -0800
committerisaacs <i@izs.me>2013-02-19 13:23:47 -0800
commit54d20ffba03fd1b45643b455935928b87eb5f08d (patch)
treec1a1a29d00e88db97b5d050bcaf4ce7f49124cf9 /AUTHORS
parent4911a30803eacfaf6e397cb91669109d13aeb92d (diff)
downloadnode-54d20ffba03fd1b45643b455935928b87eb5f08d.tar.gz
2013.02.19, Version 0.9.10 (Unstable)v0.9.10v0.9.10-release
* V8: Upgrade to 3.15.11.15 * npm: Upgrade to 1.2.12 * fs: Change default WriteStream config, increase perf (isaacs) * process: streamlining tick callback logic (Trevor Norris) * stream_wrap, udp_wrap: add read-only fd property (Ben Noordhuis) * buffer: accept negative indices in Buffer#slice() (Ben Noordhuis) * tls: Cycle data when underlying socket drains (isaacs) * stream: read(0) should not always trigger _read(n,cb) (isaacs) * stream: Empty strings/buffers do not signal EOF any longer (isaacs) * crypto: improve cipher/decipher error messages (Ben Noordhuis) * net: Respect the 'readable' flag on sockets (isaacs) * net: don't suppress ECONNRESET (Ben Noordhuis) * typed arrays: copy Buffer in typed array constructor (Ben Noordhuis) * typed arrays: make DataView throw on non-ArrayBuffer (Ben Noordhuis) * windows: MSI installer enhancements (Scott Blomquist, Jim Schubert)
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS2
1 files changed, 2 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 7760be476..0bb51507e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -413,3 +413,5 @@ Rick Yakubowski <richard@orpha-systems.com>
Dan Kohn <dan@dankohn.com>
Andy Burke <aburke@bitflood.org>
Sugendran Ganess <sugendran@sugendran.net>
+Jim Schubert <james.schubert@gmail.com>
+Victor Costan <costan@gmail.com>