summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-03-20 18:15:04 -0700
committerisaacs <i@izs.me>2013-03-20 18:15:04 -0700
commitc274d1643589bf104122674a8c3fd147527a667d (patch)
tree911fb288e461abfae69d7bb9daee5d72226848eb /AUTHORS
parent3dd7938c03389371ce1d142a8558a98b450ca2ee (diff)
downloadandroid-node-v8-c274d1643589bf104122674a8c3fd147527a667d.tar.gz
android-node-v8-c274d1643589bf104122674a8c3fd147527a667d.tar.bz2
android-node-v8-c274d1643589bf104122674a8c3fd147527a667d.zip
2013.03.21, Version 0.10.1 (Stable)
* npm: upgrade to 1.2.15 * crypto: Improve performance of non-stream APIs (Fedor Indutny) * tls: always reset this.ssl.error after handling (Fedor Indutny) * tls: Prevent mid-stream hangs (Fedor Indutny, isaacs) * net: improve arbitrary tcp socket support (Ben Noordhuis) * net: handle 'finish' event only after 'connect' (Fedor Indutny) * http: Don't hot-path end() for large buffers (isaacs) * fs: Missing cb errors are deprecated, not a throw (isaacs) * fs: make write/appendFileSync correctly set file mode (Raymond Feng) * stream: Return self from readable.wrap (isaacs) * stream: Never call decoder.end() multiple times (Gil Pedersen) * windows: enable watching signals with process.on('SIGXYZ') (Bert Belder) * node: revert removal of MakeCallback (Trevor Norris) * node: Unwrap without aborting in handle fd getter (isaacs)
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index ae6e23976b..9b392cf397 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -428,3 +428,4 @@ Scott Blomquist <github@scott.blomqui.st>
Henry Chin <hheennrryy@gmail.com>
Julian Gruber <julian@juliangruber.com>
JeongHoon Byun <outsideris@gmail.com>
+Iskren Ivov Chernev <iskren.chernev@gmail.com>