summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-02-07 09:09:21 -0800
committerisaacs <i@izs.me>2013-02-07 09:11:11 -0800
commit4b9f0d190cd6b22853caeb0e07145a98ce1d1d7f (patch)
treeee0375cee1270bf0c164b1493d5cf3322fdf4390 /AUTHORS
parent33b2aebb6dc0ee9edbd4026552c8400aafbe871c (diff)
downloadnode-4b9f0d190cd6b22853caeb0e07145a98ce1d1d7f.tar.gz
2013.02.07, Version 0.9.9 (Unstable)v0.9.9v0.9.9-release
* tls: port CryptoStream to streams2 (Fedor Indutny) * typed arrays: only share ArrayBuffer backing store (Ben Noordhuis) * stream: make Writable#end() accept a callback function (Nathan Rajlich) * buffer: optimize 'hex' handling (Ben Noordhuis) * dns, cares: don't filter NOTIMP, REFUSED, SERVFAIL (Ben Noordhuis) * readline: treat bare \r as a line ending (isaacs) * readline: make \r\n emit one 'line' event (Ben Noordhuis) * cluster: support datagram sockets (Bert Belder) * stream: Correct Transform class backpressure (isaacs) * addon: Pass module object to NODE_MODULE init function (isaacs, Rod Vagg) * buffer: slow buffer copy compatibility fix (Trevor Norris) * Add bytesWritten to tls.CryptoStream (Andy Burke)
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS2
1 files changed, 2 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 96b07b7f2..e3bd0e6d9 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -410,3 +410,5 @@ Tim Price <timprice@mangoraft.com>
Jake Verbaten <raynos2@gmail.com>
Jacob Gable <jacob.gable@gmail.com>
Rick Yakubowski <richard@orpha-systems.com>
+Andy Burke <aburke@bitflood.org>
+Sugendran Ganess <sugendran@sugendran.net>