summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-02-16 16:04:34 -0800
committerisaacs <i@izs.me>2012-02-17 12:39:45 -0800
commit1eb1fe32250fc88cb5b0a97cddf3e02be02e3f4a (patch)
tree221cb879817eaa69f61777bd814f76fbeaf3dff5 /AUTHORS
parenta2851b62345c59ab5d41d8e3d0da1bad8a9c59d3 (diff)
downloadandroid-node-v8-1eb1fe32250fc88cb5b0a97cddf3e02be02e3f4a.tar.gz
android-node-v8-1eb1fe32250fc88cb5b0a97cddf3e02be02e3f4a.tar.bz2
android-node-v8-1eb1fe32250fc88cb5b0a97cddf3e02be02e3f4a.zip
2012.02.17 Version 0.6.11 (stable)
* http: allow multiple WebSocket RFC6455 headers (Einar Otto Stangvik) * http: allow multiple WWW-Authenticate headers (Ben Noordhuis) * windows: support unicode argv and environment variables (Bert Belder) * tls: mitigate session renegotiation attacks (Ben Noordhuis) * tcp, pipe: don't assert on uv_accept() errors (Ben Noordhuis) * tls: Allow establishing secure connection on the existing socket (koichik) * dgram: handle close of dgram socket before DNS lookup completes (Seth Fitzsimmons) * windows: Support half-duplex pipes (Igor Zinkovsky) * build: disable omit-frame-pointer on solaris systems (Dave Pacheco) * debugger: fix --debug-brk (Ben Noordhuis) * net: fix large file downloads failing (koichik) * fs: fix ReadStream failure to read from existing fd (Christopher Jeffrey) * net: destroy socket on DNS error (Stefan Rusu) * dtrace: add missing translator (Dave Pacheco) * unix: don't flush tty on switch to raw mode (Ben Noordhuis) * windows: reset brightness when reverting to default text color (Bert Belder) * npm: update to 1.1.1 - Update which, fstream, mkdirp, request, and rimraf - Fix #2123 Set path properly for lifecycle scripts on windows - Mark the root as seen, so we don't recurse into it. Fixes #1838. (Martin Cooper)
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS5
1 files changed, 5 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 9c2969a614..3afd5f597b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -261,3 +261,8 @@ Brandon Benvie <brandon@bbenvie.com>
Nicolas LaCasse <nlacasse@borderstylo.com>
Dan VerWeire <dverweire@gmail.com>
Matthew Fitzsimmons <matt@joyent.com>
+Paddy Byers <paddy.byers@gmail.com>
+Philip Tellis <philip.tellis@gmail.com>
+Christopher Jeffrey <chjjeffrey@gmail.com>
+Seth Fitzsimmons <seth@mojodna.net>
+Einar Otto Stangvik <einaros@gmail.com>