Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

buffer: implement iterable interface #204

Closed
wants to merge 232 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
232 commits
Select commit Hold shift + click to select a range
4dc660e
build: do not generate support for libuv's probes
Dec 3, 2014
20a7088
deps: update libuv to 1.0.2
saghul Dec 9, 2014
8708c7a
test: mark more tests as flaky
orangemocha Dec 10, 2014
946cec7
lib,src: fix spawnSync ignoring its 'env' option
juamedgod Oct 14, 2014
4bba870
test: add test for spawnSync() env option
cjihrig Dec 9, 2014
5b9e5bd
doc: clarify create{Read,Write}Stream fd option
benjamincburns Jul 26, 2014
6f6a979
zlib: support concatenated gzip files
eendeego Sep 9, 2014
e93ff4f
debugger: fix unhandled error in setBreakpoint
bajtos Nov 4, 2013
93533e9
src: fix windows build error
bnoordhuis Nov 11, 2014
9158666
stream: switch _writableState.buffer to queue
chrisdickinson Dec 4, 2014
890baa0
doc: add details for http res/req end callback
JacksonTian Dec 10, 2014
6a03fce
url: improve parsing speed
CGavrila Oct 28, 2014
d8586ea
lib: introduce process module
Dec 30, 2014
8b04161
doc: util: document --trace-deprecation
bnoordhuis Dec 21, 2014
d5c7a97
doc: added TC meeting minutes 2014-12-17
rvagg Dec 17, 2014
a308395
build: i18n: add icu config options
srl295 Nov 13, 2014
261706e
doc: added TC meeting minutes 2014-12-30
rvagg Jan 2, 2015
8cfbeed
docs: update to authors file
srl295 Jan 3, 2015
b636ba8
net: make connect() input validation synchronous
cjihrig Jan 3, 2015
372a2f5
smalloc: fix bad assert for zero length data
trevnorris Jan 5, 2015
94e1475
Merge remote-tracking branch 'joyent/v0.12' into v1.x
bnoordhuis Jan 5, 2015
eaed2a1
deps: update libuv to 1.2.0
bnoordhuis Jan 5, 2015
52e600a
test: don't assume broadcast traffic is unfiltered
bnoordhuis Dec 29, 2014
53ba494
doc: update AUTHORS, .mailmap, add authors tool
rvagg Jan 2, 2015
dad73f6
deps: upgrade v8 to 3.31.74.1
bnoordhuis Jan 7, 2015
8a83eba
build: fix up build after v8 upgrade
bnoordhuis Jan 7, 2015
58f3a03
test: fix parallel/test-repl-harmony with new v8
bnoordhuis Jan 7, 2015
6e9d1c8
test: fix parallel/test-repl with new v8
bnoordhuis Jan 7, 2015
d553386
src: pass Isolate to additional locations
trevnorris Jan 7, 2015
cbf76c1
src: pass Isolate to node::Utf8Value constructor
trevnorris Jan 7, 2015
604b876
src,deps: replace LoadLibrary by LoadLibraryW
zcbenz Dec 31, 2014
c70d192
util: show symbol properties
vkurchatkin Jan 7, 2015
da9eff8
win: disable exception handling for all builds
piscisaureus Jan 8, 2015
4519db0
win: disable stl exception usage
piscisaureus Jan 8, 2015
df3c4ca
Revert "test: don't assume broadcast traffic is unfiltered"
bnoordhuis Jan 8, 2015
7266b75
test: move broadcast/multicast test to internet/
bnoordhuis Jan 8, 2015
e705627
win,openssl: disable some warnings
piscisaureus Jan 8, 2015
0ce7b91
win: use GetVersionExW instead of GetVersionExA
piscisaureus Jan 8, 2015
09fe6fe
win: suppress GetVersionEx deprecation warning
piscisaureus Jan 8, 2015
858b558
win: fix NODE_NET_SOCKET_READ/WRITE signature
piscisaureus Jan 8, 2015
e1fe270
src: prefix ARCH and PLATFORM with NODE_
piscisaureus Jan 8, 2015
8a0e7d6
version: working on 1.0.0
rvagg Jan 8, 2015
3937e85
util,net: move _detailedException into util
Jan 8, 2015
b1a208c
util: _detailedException to _exceptionWithHostPort
Jan 8, 2015
c9fd9e2
dgram: make error messages more informative
Jan 8, 2015
b5c9dcb
win,test: fix test-process-active-wraps.js
cjihrig Jan 8, 2015
e3f8610
build: don't run make recursively
bnoordhuis Jan 2, 2015
73b9323
build: remove upload targets from makefile
bnoordhuis Jan 2, 2015
3f8b76e
doc: rename node.1 -> iojs.1
bnoordhuis Jan 2, 2015
62bd711
doc: s/node/iojs/ in iojs.1
bnoordhuis Jan 2, 2015
57a2cab
doc: update v8 options in man page
bnoordhuis Jan 8, 2015
3e7a25d
test: remove --use-http1 test runner flag
bnoordhuis Jan 8, 2015
f17f473
build: rename binary from node to iojs
bnoordhuis Jan 8, 2015
72f1b34
install: install iojs -> node compat symlink
bnoordhuis Jan 8, 2015
2e40ae6
win,build: remove upload target from vcbuild.bat
piscisaureus Jan 8, 2015
889f402
win,src: node -> iojs in executable manifest
piscisaureus Jan 8, 2015
eab6003
win,tracing: node -> iojs in perfctr/etw manifests
piscisaureus Jan 8, 2015
facc056
win: regenerate perfctr provider files
piscisaureus Jan 8, 2015
92c5d32
win,build: rename node.exe to iojs.exe
piscisaureus Jan 8, 2015
0430215
win,msi: rename node.exe to iojs.exe
piscisaureus Jan 8, 2015
156cd82
win,nodevars: run iojs.exe to get node version
piscisaureus Jan 8, 2015
e79ccee
npm: upgrade to v2.1.18
othiym23 Jan 8, 2015
50f12f6
deps: upgrade zlib to 1.2.8
Dec 2, 2014
6f532e5
deps: update zlib.gyp for zlib 1.2.8
Dec 1, 2014
b8891d6
doc: update the zlib license after upgrading
Dec 3, 2014
be2404e
core: throw TypeError if chdir() args are wrong
caitp Jan 9, 2015
9f45799
build: fix `process.platform`
vkurchatkin Jan 9, 2015
bc629c0
src: zlib: revert concatenated-stream changes
chrisdickinson Jan 6, 2015
a2751e3
src: disable harmony classes
bnoordhuis Jan 9, 2015
4e58211
src: disable harmony object literals
bnoordhuis Jan 9, 2015
12912c6
tools: enable ctrl-c for parallel tests
chrisdickinson Jan 9, 2015
59ad4b0
deps: fix zlib -Wimplicit-function-declaration
bnoordhuis Jan 9, 2015
ad37509
deps: don't set zlib's product_name
piscisaureus Jan 10, 2015
a80b977
deps: don't build minizip into zlib
piscisaureus Jan 10, 2015
14310e6
cluster: don't assume all workers bind same ports
sam-github Jan 10, 2015
092c224
cluster: cluster.disconnect() should check status
sam-github Jan 10, 2015
a32b92d
dgram: implicit binds should be exclusive
sam-github Jan 10, 2015
0526d83
Revert "dgram: implicit binds should be exclusive"
bnoordhuis Jan 10, 2015
76ae733
doc: add changelog notes for some node v0.10 releases
piscisaureus Jan 10, 2015
90f07a7
doc: document _transform callback takes 2 args
calvinmetcalf Sep 3, 2014
43226dd
doc: add note about key derivation
Oct 19, 2014
d8d1c4c
doc: update openssl commands to use best practices
konklone Nov 7, 2014
37569cd
doc: document the fds behind stdin/out/err
sam-github Oct 27, 2014
c7b333b
doc: cover stdio option in child_process
sam-github Jan 10, 2015
f1e685f
doc: clearer log messages in net code samples
Nov 23, 2014
ff350f7
doc: clarify add/removeListener semantics
jasnell Dec 19, 2014
3622f03
doc: clarify buffer api documentation
jasnell Jan 10, 2015
b91c535
doc: clarify url.format documentation
Jan 10, 2015
bfe04ed
doc: clarify dns.lookup vs dns.resolve
Nov 14, 2014
9419092
doc: improve dns module's documentation
Nov 18, 2014
e92dbf3
src: check if NODE_WANT_INTERNALS is defined
indutny Jan 10, 2015
4481cf7
src: remove icu_config
trevnorris Dec 15, 2014
0d02515
zlib: do not unref() if wasn't ref()ed
indutny Nov 6, 2014
7f9a6c6
fs: use ES6 octal literals for mode
vkurchatkin Jan 10, 2015
b57e9a9
win,test: try again if file unlink fails
piscisaureus Jan 11, 2015
7e648da
test: fix bad assumption in pummel/test-vm-memleak
bnoordhuis Jan 10, 2015
2a6a9ba
doc: remove changelog.html from doc make target
rvagg Jan 11, 2015
3ecad1d
src: only append "-pre" to version if no tag
rvagg Jan 11, 2015
26dd9e1
build,src: remove sslv2 support
bnoordhuis Jan 11, 2015
d51efd0
net: remove TODO for moving isIP to dns
evanlucas Jan 11, 2015
0cca6fe
build: Warn when using snapshot on Armv6
Jan 10, 2015
70c2501
build: move armv6 snapshot test to configure_arm()
rvagg Jan 12, 2015
a1e54d6
url: fix parsing of ssh urls
evanlucas Jan 12, 2015
913addb
Revert "url: support `path` for url.format"
bnoordhuis Jan 12, 2015
c52e43d
doc: clarified & split up contribution docs
rvagg Jan 2, 2015
f0c6fe5
doc: add TC meeting 2015-01-07 minutes
rvagg Jan 7, 2015
5ec5fd8
test: delete sequential/test-debug-cluster
bnoordhuis Jan 12, 2015
11c1bae
lib: make --debug-port work with cluster
bnoordhuis Jan 12, 2015
3da4f87
test: move sequential/test-debug-signal-cluster
bnoordhuis Jan 12, 2015
c8676cb
test: move sequential/test-debug-port-cluster
bnoordhuis Jan 12, 2015
eebdf7a
deps: update openssl to 1.0.1k
indutny Jan 11, 2015
b910613
openssl: fix keypress requirement in apps on win32
indutny Dec 11, 2013
ced41b0
openssl: fix build failure on windows
indutny Jan 8, 2015
a76811c
test: fix crypto-stream after openssl update
indutny Jan 11, 2015
7c4a50d
gyp: remove vanished masm file from openssl build
indutny Jan 11, 2015
14dc917
assert: throw when block is not a function
cjihrig Jan 12, 2015
3a85eac
fs: undeprecate exists() and existsSync()
cjihrig Jan 12, 2015
9120f2b
doc: update style for iojs
chrisdickinson Jan 12, 2015
42ebdcb
addon: update NODE_MODULE_VERSION macro
bnoordhuis Jan 12, 2015
e431cae
win,msi: create npm folder in AppData directory
Jan 12, 2015
dd260d2
test: fix `make test-addons` target
bnoordhuis Jan 12, 2015
43e4c90
src: rename node to io.js for Windows installer
rvagg Jan 11, 2015
68a2d8f
docs: improve Writable/Transform stream docs
vovacodes Dec 10, 2014
3e1b1dd
Remove excessive copyright/license boilerplate
isaacs Jan 12, 2015
635337f
test: fix message tests regression
bnoordhuis Jan 13, 2015
5165d71
build,src: remove sslv3 support
bnoordhuis Jan 12, 2015
f468e5f
deps: don't build docs on 'make npm-test'
othiym23 Jan 13, 2015
0bf1d12
http: optimize on_headers_complete
piscisaureus Jan 13, 2015
dc42e1f
sys: Mark as deprecated
geek Jan 13, 2015
22d2058
test: check for multi-localhost support
tjfontaine Jan 10, 2015
f767226
test: use assert.throw to test exceptions
sam-github Jan 13, 2015
7861ff4
test: create test-ci, modify test-all, fix cpplint
bnoordhuis Jan 12, 2015
17217c3
build: create smaller build artifacts
jbergstroem Jan 13, 2015
5ea716d
build: initialize variable before use
jbergstroem Jan 13, 2015
e25a175
src: limit .gitattributes eol to vcbuild.bat
rvagg Jan 13, 2015
fa004f3
doc: remove tracing link in toc
yosuke-furukawa Jan 13, 2015
b949437
deps: fix v8 build on FreeBSD
indutny Jan 13, 2015
04bea9f
dns: remove AI_V4MAPPED hint flag on FreeBSD
indutny Jan 13, 2015
ccc91ae
test: loosen timeout in spawnsync-test for FreeBSD
indutny Jan 13, 2015
27e9ed6
test: fix setproctitle on FreeBSD
indutny Jan 13, 2015
50648d6
test: disable fs-readfile-error on FreeBSD
indutny Jan 13, 2015
10f84ad
doc: add io.js LICENSE block
rvagg Jan 11, 2015
2a790c0
doc: update AUTHORS list
rvagg Jan 13, 2015
03d1992
deps: make node-gyp fetch tarballs from iojs.org
bnoordhuis Jan 13, 2015
d790f61
deps: update http_parser to 2.4.0
indutny Jan 13, 2015
01736dd
process: reintroduce ares to versions
jbergstroem Jan 14, 2015
42c31f4
win,msi: link node.exe to iojs.exe
piscisaureus Jan 14, 2015
d188297
First draft of a new contribution policy.
mikeal Oct 1, 2014
95955a1
doc: update util methods
mscdex Jan 14, 2015
bc8475f
Revert "deps: update http_parser to 2.4.0"
indutny Jan 14, 2015
5d8b232
doc: convert ChangeLog to Markdown
rvagg Jan 14, 2015
31c32e7
doc: added io.js v1.0.0 ChangeLog as a summary
rvagg Jan 14, 2015
fce1acd
test: introduce a test for process.versions output
jbergstroem Jan 14, 2015
dde7806
doc: fix typo in changelog
fixe Jan 14, 2015
8f7538e
build: add iojs installer assets for win & osx
piscisaureus Jan 14, 2015
0926cb9
crypto: add deprecated verisign cert for s3 compat
bnoordhuis Jan 14, 2015
2742613
win: update icon for io.js
piscisaureus Jan 14, 2015
0a86241
doc: fix Node versions in changelog's v8 paragraph
domenic Jan 14, 2015
909df70
win: use the new io.js icon
piscisaureus Jan 14, 2015
e3c96c0
build: rename ChangeLog to CHANGELOG.md in build
rvagg Jan 14, 2015
ad00d3c
doc: fix deps versions on changelog
Jan 14, 2015
d7cbceb
doc: add missed new features in CHANGELOG
Jan 14, 2015
b82bb60
2015-01-14 io.js v1.0.0 Release
rvagg Jan 14, 2015
da955fb
win,msi: correct doc website link
piscisaureus Jan 14, 2015
86454cb
doc: improve write style consistency
Jan 14, 2015
a88bc21
Working on 1.0.1
rvagg Jan 14, 2015
82d2fd1
Merge tag 'v1.0.0-release' into v1.x
piscisaureus Jan 14, 2015
5459594
2015-01-14 io.js v1.0.1 Release
rvagg Jan 14, 2015
ad1e102
doc: change link man doc
jessecogollo Jan 14, 2015
38a46b9
Working on 1.0.2
rvagg Jan 14, 2015
010c567
doc: fix mixed content issues
mathiasbynens Jan 14, 2015
a7f5309
doc: fix broken readme links to collaborator list
chrisalley Jan 14, 2015
182c3b6
benchmark: fix command name in benchmark scripts
yosuke-furukawa Jan 14, 2015
0c5de1f
doc: fix double smalloc example
mafintosh Jan 14, 2015
3dd7ebb
doc: update cluster entry in CHANGELOG
bnoordhuis Jan 14, 2015
598efcb
deps: update http_parser to 2.4.1
indutny Jan 14, 2015
e177377
doc: mention io.js alongside Node in Punycode docs
mathiasbynens Jan 14, 2015
07bd05b
deps: update libuv to 1.2.1
saghul Jan 14, 2015
5de334c
deps: make node-gyp work again on windows
piscisaureus Jan 15, 2015
59d9361
win,msi: change UpgradeCode
piscisaureus Jan 14, 2015
24def66
win,msi: warn that older io.js needs manual uninstall
piscisaureus Jan 14, 2015
8440cac
src: fix documentation url in help message
Jan 14, 2015
753fcaa
doc: extend example of http.request by end event
MicTech Jan 15, 2015
ca039b4
src: define AI_V4MAPPED for OpenBSD
qbit Jan 14, 2015
e789103
doc: fix 404s for syntax highlighting js
iamphill Jan 14, 2015
eec4c81
doc: fix formatting in LICENSE for RTF generation
rvagg Jan 15, 2015
9e62ae4
_debug_agent: use `readableObjectMode` option
vkurchatkin Jan 9, 2015
946eabd
tools: update closure linter to 2.3.17
yosuke-furukawa Jan 15, 2015
fd30eb2
src: fix jslint errors
yosuke-furukawa Jan 15, 2015
9b81c3e
doc: fix author attribution
thughes Jan 13, 2015
c80a944
doc: Add http keepalive behavior to CHANGELOG.md
isaacs Jan 16, 2015
8cf6079
doc: update AUTHORS list
rvagg Jan 16, 2015
265cb76
build: add new installer config for OS X
rvagg Jan 13, 2015
b65a11e
2015-01-16 io.js v1.0.2 Release
rvagg Jan 16, 2015
0cd9546
Working on v1.0.3
rvagg Jan 16, 2015
6242229
tools: add python-gflags module
Jan 16, 2015
8b22df1
doc: add python-gflags LICENSE block
Jan 16, 2015
3fde649
build: add tools/gflags to PYTHONPATH
Jan 16, 2015
daf9562
doc: change to iojs from node in the usage message
jongyeol Jan 16, 2015
48774ec
configure: print warning for old compilers
bnoordhuis Jan 15, 2015
de224d6
configure: remove --ninja switch
bnoordhuis Jan 16, 2015
4764eef
doc: fixed punctuation
bcbcb Jan 17, 2015
ea7750b
benchmark: add filter option for benchmark
yosuke-furukawa Jan 17, 2015
5e7ebc7
deps: upgrade v8 to 4.1.0.7
bnoordhuis Jan 17, 2015
334020e
deps: fix v8 build on FreeBSD
indutny Jan 13, 2015
e8ad773
src: remove --noharmony_classes again
bnoordhuis Jan 17, 2015
9dc8f59
deps: upgrade npm to 2.2.0
othiym23 Jan 17, 2015
a28de9b
deps: make node-gyp fetch tarballs from iojs.org
bnoordhuis Jan 13, 2015
1952219
deps: make node-gyp work again on windows
piscisaureus Jan 15, 2015
50177fb
benchmark: stop v8 benchmark clobbering RegExp
bnoordhuis Jan 17, 2015
3abfb56
benchmark: fix tcp bench after internal api change
yosuke-furukawa Jan 18, 2015
6f36630
doc: fix util.isBuffer examples
tjconcept Jan 18, 2015
d566ded
deps: fix V8 debugger bugs
sairion Jan 18, 2015
1b1cd1c
build: shorten configurate script print on stdout
silverwind Jan 18, 2015
ab04a43
doc: add optional sudo to make install in README
GlenTiki Jan 15, 2015
2253d30
build: remove unused variable
jbergstroem Jan 19, 2015
b7365c1
repl: make REPL support multiline template literals
ziyunfei Jan 19, 2015
2f33e00
test: fix test-debug-port-from-cmdline.js
Jan 16, 2015
1ea607c
test: move sequential/test-debug-port-from-cmdline
bnoordhuis Jan 18, 2015
cdf0df1
test: temporarily back out changes from 11c1bae
bnoordhuis Jan 18, 2015
992a1e7
test: debug-signal-cluster should not be racey
tjfontaine Jan 15, 2015
6b91c78
test: reland changes from 11c1bae
bnoordhuis Jan 19, 2015
4dd22b9
cluster: avoid race enabling debugger in worker
tjfontaine Jan 15, 2015
e8d0850
win: bring back xp/2k3 support
piscisaureus Jan 19, 2015
4af5746
win,build: remove duplicate definition
piscisaureus Jan 19, 2015
e2558f0
net: fix error details in connect()
cjihrig Jan 19, 2015
03ee4d8
fs: add error code on null byte paths
cjihrig Jan 19, 2015
9419e1f
src: fix inconsistency between a check and error
toastynerd Jan 19, 2015
b5c69d1
2015-01-20 io.js v1.0.3 Release
rvagg Jan 20, 2015
b33cd4f
Working on 1.0.4
rvagg Jan 20, 2015
47a5310
buffer: implement `iterable` interface
vkurchatkin Dec 23, 2014
9aba596
buffer: iterator optimization
vkurchatkin Dec 29, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
test/fixtures/* -text
vcbuild.bat text eol=crlf
11 changes: 8 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ tags
doc/api.xml
tmp/
test/tmp*/
node
node_g
iojs
iojs_g
*.swp
.benchmark_reports
/.project
/.cproject
icu_config.gypi

/out

Expand Down Expand Up @@ -43,10 +44,14 @@ ipch/
/dist-osx
/npm.wxs
/tools/msvs/npm.wixobj
/tools/osx-pkg.pmdoc/index.xml
/test/addons/doc-*/
email.md
deps/v8-*
deps/icu
deps/icu*.zip
deps/icu*.tgz
deps/icu-tmp
./node_modules
.svn/

Expand All @@ -62,7 +67,7 @@ deps/openssl/openssl.target.mk
deps/zlib/zlib.target.mk

# build/release artifacts
/*.tar.gz
/*.tar.*
/SHASUMS*.txt*

/tools/wrk/wrk
Expand Down
15 changes: 12 additions & 3 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ Aaron Heckmann <aaron.heckmann@gmail.com> <aaron.heckmann+github@gmail.com>
Abe Fettig <abefettig@gmail.com> <abe@fettig.net>
Alex Kocharin <rlidwka@kocharin.ru>
Alex Kocharin <rlidwka@kocharin.ru> <alex@kocharin.ru>
Alexey Kupershtokh <alexey.kupershtokh@gmail.com> <wicked@alawar.com>
Alexis Campailla <alexis@janeasystems.com> <orangemocha@github.com>
Alexis Sellier <self@cloudhead.net>
Alexis Sellier <self@cloudhead.net> <alexis@cloudhead.io>
Arlo Breault <arlolra@gmail.com>
Artem Zaytsev <a.arepo@gmail.com>
Arnout Kazemier <info@3rd-Eden.com> <3rd-Eden@users.noreply.github.com>
Atsuo Fukaya <fukayatsu@gmail.com>
Ben Noordhuis <info@bnoordhuis.nl> <bnoordhuis@bender.(none)>
Ben Noordhuis <info@bnoordhuis.nl> <bnoordhuis@bender.(none)> <ben@strongloop.com>
Ben Taber <ben.taber@gmail.com>
Bert Belder <bertbelder@gmail.com> <bert@piscisaureus2.(none)>
Bert Belder <bertbelder@gmail.com> <info@2bs.nl>
Expand All @@ -25,12 +28,14 @@ Daniel Pihlström <sciolist.se@gmail.com>
Dave Pacheco <dap@joyent.com> <dap@cs.brown.edu>
David Siegel <david@artcom.de> <david.siegel@artcom.de>
Domenic Denicola <domenic@domenicdenicola.com>
Domenic Denicola <domenic@domenicdenicola.com> <d@domenic.me>
Eduard Burtescu <eddy_me08@yahoo.com>
Einar Otto Stangvik <einaros@gmail.com>
Elliott Cable <me@ell.io>
EungJun Yi <semtlenori@gmail.com>
Evan Larkin <evan.larkin.il.com> <evan.larkin.iit@gmail.com>
Farid Neshat <FaridN_SOAD@yahoo.com>
Fedor Indutny <fedor@indutny.com> <fedor.indutny@gmail.com>
Felix Böhm <felixboehm55@googlemail.com> <me@feedic.com>
Felix Geisendörfer <felix@debuggable.com>
Felix Geisendörfer <felix@debuggable.com>
Expand All @@ -57,6 +62,7 @@ Jérémy Lal <kapouer@melix.org>
Jérémy Lal <kapouer@melix.org> <holisme@gmail.com>
Kai Sasaki Lewuathe <sasaki_kai@lewuathe.sakura.ne.jp>
Kazuyuki Yamada <tasogare.pg@gmail.com>
Keith M Wesolowski <wesolows@joyent.com> <wesolows@foobazco.org>
Koichi Kobayashi <koichik@improvement.jp>
Kris Kowal <kris.kowal@cixar.com>
Kyle Robinson Young <kyle@dontkry.com>
Expand All @@ -67,18 +73,21 @@ Michael Bernstein <michaelrbernstein@gmail.com>
Michael Wilber <gcr@sneakygcr.net>
Micheil Smith <micheil@brandedcode.com> <micheil@yettobebranded.net>
Mikael Bourges-Sevenier <mikeseven@gmail.com> <msevenier@motorola.com>
Mitar Milutinovic <mitar.git@tnode.com>
Nebu Pookins<nebu@nebupookins.net>
Nicholas Kinsey <pyrotechnick@feistystudios.com>
Onne Gorter <onne@onnlucky.com>
Paul Querna <pquerna@apache.org> <paul@querna.org>
Ray Morgan <rmorgan@zappos.com>
Ray Solomon <raybsolomon@gmail.com>
Raymond Feng <enjoyjava@gmail.com> <raymond@strongloop.com>
Rick Olson <technoweenie@gmail.com>
Ryan Dahl <ry@tinyclouds.org>
Ryan Emery <seebees@gmail.com>
Sam Shull <brickysam26@gmail.com> <brickysam26@samuel-shulls-computer.local>
Sam Shull <brickysam26@gmail.com> <sshull@squaremouth.com>
Sambasiva Suda <sambasivarao@gmail.com>
Sam Roberts <vieuxtech@gmail.com> <sam@strongloop.com>
San-Tai Hsu <v@fatpipi.com>
Scott Blomquist <github@scott.blomqui.st> <sblom@microsoft.com>
Sergey Kryzhanovsky <skryzhanovsky@gmail.com> <another@dhcp199-223-red.yandex.net>
Expand All @@ -98,8 +107,8 @@ Tim Caswell <tim@creationix.com> <tim@0-26-8-e9-4c-e1.dyn.utdallas.edu>
Tim Price <timprice@mangoraft.com>
Tim Smart <timehandgod@gmail.com> <tim@fostle.com>
Tim Smart <timehandgod@gmail.com> <timehandgod@gmail.com>
Tom Hughes-Croucher <tom.hughes@palm.com>
Tom Hughes-Croucher <tom.hughes@palm.com> <tom_croucher@yahoo.com>
Tom Hughes <tom.hughes@palm.com> <tomtheengineer@gmail.com>
Tom Hughes-Croucher <tom_croucher@yahoo.com>
Trevor Burnham <trevor@databraid.com> <trevorburnham@gmail.com>
Tyler Larson <talltyler@gmail.com>
Vincent Voyer <v@fasterize.com>
Expand Down
Loading