summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2014-05-01 16:06:44 -0700
committerTimothy J Fontaine <tjfontaine@gmail.com>2014-05-01 16:06:44 -0700
commit89223ae860fe1df0e1394d1df4782e1b5708a23f (patch)
tree564f603d9bbe23a82b1430262d3ffa720fd2447b /AUTHORS
parent8637a40ea8c2b464c02ccad3ae42a66965b1b3f3 (diff)
downloadandroid-node-v8-89223ae860fe1df0e1394d1df4782e1b5708a23f.tar.gz
android-node-v8-89223ae860fe1df0e1394d1df4782e1b5708a23f.tar.bz2
android-node-v8-89223ae860fe1df0e1394d1df4782e1b5708a23f.zip
2014.05.01, Version 0.11.13 (Unstable)
* v8: upgrade to 3.24.35.22 * buffer: add compare and equals methods (Sean McArthur) * buffer: improve {read,write}{U}Int* methods (Nick Apperson) * buffer: return uint if MSB is 1 in readUInt32 (goussardg) * buffer: truncate buffer after string decode (Fedor Indutny) * child_process: fix assertion error in spawnSync (Shigeki Ohtsu) * crypto: fix memory leak in CipherBase::Final (Fedor Indutny) * crypto: improve error messages (Ingmar Runge) * crypto: move `createCredentials` to tls (Fedor Indutny) * crypto: work around OpenSSL oddness (Fedor Indutny) * dgram: introduce `reuseAddr` option (Fedor Indutny) * domain: don't crash on "throw null" (Alex Kocharin) * events: check if _events is an own property (Vladimir Kurchatkin) * fs: improve performance of all stat functions (James Pickard) * fs: return blksize on stats object (Trevor Norris) * http: add request.flush() method (Ben Noordhuis) * http: better client "protocol not supported" error (Nathan Rajlich) * http: use defaultAgent.protocol in protocol check (Nathan Rajlich) * main: Handle SIGINT properly. (Geir Hauge) * net: bind to `::` TCP address by default (Fedor Indutny) * readline: consider newlines for cursor position (Yazhong Liu) * stream: split `objectMode` for Duplex (Vladimir Kurchatkin) * tls: `getPeerCertificate(detailed)` (Fedor Indutny) * tls: do not call SNICallback unless present (Fedor Indutny) * tls: force readable/writable to `true` (Fedor Indutny) * tls: support OCSP on client and server (Fedor Indutny) * util: made util.isArray a direct alias for Array.isArray (Evan Carroll)
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS12
1 files changed, 12 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index cea8eb1c71..a42355f95b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -541,3 +541,15 @@ Yuriy Nemtsov <nemtsov@gmail.com>
Josh Dague <daguej@email.uc.edu>
Goh Yisheng (Andrew) <mail.yisheng@gmail.com>
William Bert <william@spanishdict.com>
+James Pickard <james.pickard@gmail.com>
+Andrew Low <Andrew_Low@ca.ibm.com>
+Nick Apperson <apperson@gmail.com>
+C. Scott Ananian <cscott@cscott.net>
+Yuki KAN <re@pixely.jp>
+Evan Carroll <me@evancarroll.com>
+goussardg <guillaume.goussard@mgo.com>
+Geir Hauge <geir.hauge@ntnu.no>
+Farrin Reid <blakmatrix@gmail.com>
+Denys Zariaiev <denys.zariaiev@gmail.com>
+Sean McArthur <sean.monstar@gmail.com>
+Rasmus Christian Pedersen <zerhacken@yahoo.com>