summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2014-01-28 17:27:13 -0800
committerTimothy J Fontaine <tjfontaine@gmail.com>2014-01-28 17:29:56 -0800
commitb46e77421581ea358e221a8a843d057c747f7e90 (patch)
treec10d2f0436e807e700cb9a7bb26de9682993cca4 /AUTHORS
parent95b8a75d5e471cc539cb9f3639cd1cbe098e5633 (diff)
downloadandroid-node-v8-b46e77421581ea358e221a8a843d057c747f7e90.tar.gz
android-node-v8-b46e77421581ea358e221a8a843d057c747f7e90.tar.bz2
android-node-v8-b46e77421581ea358e221a8a843d057c747f7e90.zip
2014.01.29, Version 0.11.11 (Unstable)
* v8: Upgrade to 3.22.24.19 * http_parser: Upgrade to 2.2.1 * openssl: Upgrade to 1.0.1f * uv: Upgrade to 0.11.18 * async-listener: revamp of subsystem (Trevor Norris) * node: do not ever close stdio (Fedor Indutny) * http: use writev on chunked encoding (Trevor Norris) * async_wrap/timers: remove Add/RemoveAsyncListener (Trevor Norris) * child_process: better error reporting for exec (Fedor Indutny) * crypto: add newline to cert and key if not present (Fedor Indutny) * crypto: clear error in GetPeerCertificate (Fedor Indutny) * crypto: honor default ciphers in client mode (Jacob Hoffman-Andrews) * crypto: introduce .setEngine(engine, [flags]) (Fedor Indutny) * crypto: support custom pbkdf2 digest methods (Ben Noordhuis) * domain: fix off-by-one in Domain.exit() (Ryan Graham) * http: concatenate duplicate headers by default (Alex Kocharin) * http: do not emit EOF non-readable socket (Fedor Indutny) * node: fix argument parsing with -p arg (Alexis Campailla) * path: improve POSIX path.join() performance (Jo Liss) * tls: emit `clientError` on early socket close (Fedor Indutny) * tls: introduce `.setMaxSendFragment(size)` (Fedor Indutny) * tls: make cert/pfx optional in tls.createServer() (Ben Noordhuis) * tls: process accumulated input (Fedor Indutny) * tls: show human-readable error messages (Ben Noordhuis) * util: handle escaped forward slashes correctly (Tom Gallacher)
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS6
1 files changed, 6 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index f4ba1e43b4..c2925cfa8e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -518,3 +518,9 @@ ayanamist <contact@ayanamist.com>
Lorenz Leutgeb <lorenz.leutgeb@gmail.com>
Brandon Cheng <bcheng.gt@gmail.com>
Alexis Campailla <alexis@janeasystems.com>
+Yang Tianyang <contact@ayanamist.com>
+Tom Gallacher <tomgallacher23@gmail.com>
+Jo Liss <joliss42@gmail.com>
+Jun Ma <roammm@gmail.com>
+Jacob Hoffman-Andrews <github@hoffman-andrews.com>
+Keith M Wesolowski <wesolows@joyent.com>