summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2014-07-31 10:24:06 -0700
committerTimothy J Fontaine <tjfontaine@gmail.com>2014-07-31 10:24:06 -0700
commitbc0ff830aff1e016163d855e86ded5c98b0899e8 (patch)
treed731b790cebbc3cabf2ac032e17d78c1d3d7e1ea /AUTHORS
parent716987987966d21766fc4188d0c0041afe335437 (diff)
downloadandroid-node-v8-bc0ff830aff1e016163d855e86ded5c98b0899e8.tar.gz
android-node-v8-bc0ff830aff1e016163d855e86ded5c98b0899e8.tar.bz2
android-node-v8-bc0ff830aff1e016163d855e86ded5c98b0899e8.zip
2014.07.31, Version 0.10.30 (Stable)
* uv: Upgrade to v0.10.28 * npm: Upgrade to v1.4.21 * v8: Interrupts must not mask stack overflow. * Revert "stream: start old-mode read in a next tick" (Fedor Indutny) * buffer: fix sign overflow in `readUIn32BE` (Fedor Indutny) * buffer: improve {read,write}{U}Int* methods (Nick Apperson) * child_process: handle writeUtf8String error (Fedor Indutny) * deps: backport 4ed5fde4f from v8 upstream (Fedor Indutny) * deps: cherry-pick eca441b2 from OpenSSL (Fedor Indutny) * lib: remove and restructure calls to isNaN() (cjihrig) * module: eliminate double `getenv()` (Maciej MaƂecki) * stream2: flush extant data on read of ended stream (Chris Dickinson) * streams: remove unused require('assert') (Rod Vagg) * timers: backport f8193ab (Julien Gilli) * util.h: interface compatibility (Oguz Bastemur) * zlib: do not crash on write after close (Fedor Indutny)
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS5
1 files changed, 5 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 8bc431a452..a076b5f51a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -504,3 +504,8 @@ Greg Sabia Tucker <greg@narrowlabs.com>
Calvin Metcalf <calvin.metcalf@gmail.com>
cjihrig <cjihrig@gmail.com>
Chris Barber <chris@cb1inc.com>
+Nick Apperson <apperson@gmail.com>
+Oguz Bastemur <obastemur@gmail.com>
+Maurice Butler <maurice.butler@gmail.com>
+Chris Dickinson <christopher.s.dickinson@gmail.com>
+Julien Gilli <julien.gilli@joyent.com>