Changes since version 1.9.1:
* Now working on version 1.9.2 (Saúl Ibarra Corretgé)
* doc: add cjihrig GPG ID (cjihrig)
* win,build: fix compilation on old Windows / MSVC (Saúl Ibarra
Corretgé)
* darwin: fix setting fd to non-blocking in select(() trick (Saúl Ibarra
Corretgé)
* unix: allow nesting of kqueue fds in uv_poll_start (Ben Noordhuis)
* doc: fix generation the first time livehtml runs (Saúl Ibarra
Corretgé)
* test: fix test_close_accept flakiness on Centos5 (Santiago Gimeno)
* license: libuv is no longer a Node project (Saúl Ibarra Corretgé)
* license: add license text we've been using for a while (Saúl Ibarra
Corretgé)
* doc: add licensing information to README (Saúl Ibarra Corretgé)
* win,pipe: fixed formatting, DWORD is long unsigned (Miodrag Milanovic)
* win: support sub-second precision in uv_fs_futimes() (Jason
Ginchereau)
* unix: ignore EINPROGRESS in uv__close (Saúl Ibarra Corretgé)
* doc: add Imran Iqbal (iWuzHere) to maintainers (Imran Iqbal)
* doc: update docs with AIX related information (Imran Iqbal)
* test: silence build warnings (Kári Tristan Helgason)
* doc: add iWuzHere GPG ID (Imran Iqbal)
* linux-core: fix uv_get_total/free_memory on uclibc (Nicolas Cavallari)
* build: fix build on DragonFly (Michael Neumann)
* unix: correctly detect named pipes on DragonFly (Michael Neumann)
* test: make tap output the default (Ben Noordhuis)
* test: don't dump output for skipped tests (Ben Noordhuis)
* test: improve formatting of diagnostic messages (Ben Noordhuis)
* test: remove unused RETURN_TODO macro (Ben Noordhuis)
* doc: fix stream typos (Pierre-Marie de Rodat)
* doc: update coding style link (Imran Iqbal)
* unix,fs: use uint64_t instead of unsigned long (Imran Iqbal)
* build: check for warnings for -fvisibility=hidden (Imran Iqbal)
* unix: remove unneeded TODO note (Saúl Ibarra Corretgé)
* test: skip tty_pty test if pty is not available (Luca Bruno)
* sunos: set phys_addr of interface_address using ARP (Brian Maher)
* doc: clarify callbacks won't be called in error case (Saúl Ibarra
Corretgé)
* unix: don't convert stat buffer when syscall fails (Ben Noordhuis)
* win: compare entire filename in watch events (cjihrig)
* doc: add a note on safe reuse of uv_write_t (neevek)
* linux: fix potential event loop stall (Ben Noordhuis)
* unix,win: make uv_get_process_title() stricter (cjihrig)
* test: close server before initiating new connection (John Barboza)
* test: account for multiple handles in one ipc read (John Barboza)
* unix: fix errno and retval conflict (liuxiaobo)
* doc: add missing entry in uv_fs_type enum (Michele Caini)
* unix: preserve loop->data across loop init/done (Ben Noordhuis)
* win: return UV_EINVAL on bad uv_tty_mode mode arg (Ben Noordhuis)
* win: simplify memory copy logic in fs.c (Ben Noordhuis)
* win: fix compilation on mingw (Bartosz Sosnowski)
* win: ensure 32-bit printf precision (Matej Knopp)
* darwin: handle EINTR in /dev/tty workaround (Ben Noordhuis)
* test: fix OOB buffer access (Saúl Ibarra Corretgé)
* test: don't close CRT fd handed off to uv_pipe_t (Saúl Ibarra
Corretgé)
* test: fix android build error. (sunjin.lee)
* win: evaluate timers when system wakes up (Bartosz Sosnowski)
* doc: add supported platforms description (Saúl Ibarra Corretgé)
* win: fix lstat reparse point without link data (Jason Ginchereau)
* unix,win: make on_alloc_cb failures more resilient (Saúl Ibarra
Corretgé)
* zos: add support for new platform (John Barboza)
* test: make tcp_close_while_connecting more resilient (Saúl Ibarra
Corretgé)
* build: use '${prefix}' for pkg-config 'exec_prefix' (Matt Clarkson)
* build: GNU/kFreeBSD support (Jeffrey Clark)
* zos: use PLO instruction for atomic operations (John Barboza)
* zos: use pthread helper functions (John Barboza)
* zos: implement uv__fs_futime (John Barboza)
* unix: expand range of values for usleep (John Barboza)
* zos: track unbound handles and bind before listen (John Barboza)
* test: improve tap output on test failures (Santiago Gimeno)
* test: refactor fs_event_close_in_callback (Julien Gilli)
* zos: implement uv__io_check_fd (John Barboza)
* unix: unneccessary use const qualifier in container_of (John Barboza)
* win,tty: add support for ANSI codes in win10 v1511 (Imran Iqbal)
* doc: add santigimeno to maintainers (Santiago Gimeno)
* win: fix typo in type name (Saúl Ibarra Corretgé)
* unix: always define pthread barrier fallback pad (Saúl Ibarra
Corretgé)
* test: use RETURN_SKIP in spawn_setuid_setgid test (Santiago Gimeno)
* win: add disk read/write count to uv_getrusage (Imran Iqbal)
* doc: document uv_fs_realpath caveats (Saúl Ibarra Corretgé)
* test: improve spawn_setuid_setgid test (Santiago Gimeno)
* test: fix building pty test on Android (Saúl Ibarra Corretgé)
* doc: uv_buf_t members are not readonly (Saúl Ibarra Corretgé)
* doc: improve documentation on uv_alloc_cb (Saúl Ibarra Corretgé)
* fs: fix uv_fs_fstat on platforms using musl libc (Santiago Gimeno)
* doc: update supported fields for uv_rusage_t (Imran Iqbal)
* test: fix test-tcp-writealot flakiness on arm (Santiago Gimeno)
* test: fix fs_event_watch_dir flakiness on arm (Santiago Gimeno)
* unix: don't use alphasort in uv_fs_scandir() (Ben Noordhuis)
* doc: fix confusing doc of uv_tcp_nodelay (Bart Robinson)
* build,osx: fix warnings on tests compilation with gyp (Santiago
Gimeno)
* doc: add ABI tracker link to README (Saúl Ibarra Corretgé)
* win,tty: fix uv_tty_set_mode race conditions (Bartosz Sosnowski)
* test: fix fs_fstat on Android (Vit Gottwald)
* win, test: fix fs_event_watch_dir_recursive (Bartosz Sosnowski)
* doc: add description of uv_handle_type (Vit Gottwald)
* build: use -pthreads for tests with autotools (Julien Gilli)
* win: fix leaky fs request buffer (Jason Ginchereau)
* doc: note buffer lifetime requirements in uv_write (Vladimír Čunát)
* doc: add reference to uv_update_time on uv_timer_start (Alex Hultman)
* win: fix winapi function pointer typedef syntax (Brad King)
* test: fix tcp_close_while_connecting CI failures (Ben Noordhuis)
* test: make threadpool_cancel_single deterministic (Ben Noordhuis)
* test: make threadpool saturation reliable (Ben Noordhuis)
* unix: don't malloc in uv_thread_create() (Ben Noordhuis)
* unix: don't include CoreServices globally on macOS (Brad King)
* unix,win: add uv_translate_sys_error() public API (Philippe
Laferriere)
* win: remove unused static variables (Ben Noordhuis)
* win: silence -Wmaybe-uninitialized warning (Ben Noordhuis)
* signal: replace pthread_once with uv_once (Santiago Gimeno)
* test: fix sign-compare warning (Will Speak)
* common: fix unused variable warning (Brad King)
280 lines
10 KiB
Plaintext
280 lines
10 KiB
Plaintext
# Authors ordered by first contribution.
|
|
Ryan Dahl <ryan@joyent.com>
|
|
Bert Belder <bertbelder@gmail.com>
|
|
Josh Roesslein <jroesslein@gmail.com>
|
|
Alan Gutierrez <alan@prettyrobots.com>
|
|
Joshua Peek <josh@joshpeek.com>
|
|
Igor Zinkovsky <igorzi@microsoft.com>
|
|
San-Tai Hsu <vanilla@fatpipi.com>
|
|
Ben Noordhuis <info@bnoordhuis.nl>
|
|
Henry Rawas <henryr@schakra.com>
|
|
Robert Mustacchi <rm@joyent.com>
|
|
Matt Stevens <matt@alloysoft.com>
|
|
Paul Querna <pquerna@apache.org>
|
|
Shigeki Ohtsu <ohtsu@iij.ad.jp>
|
|
Tom Hughes <tom.hughes@palm.com>
|
|
Peter Bright <drpizza@quiscalusmexicanus.org>
|
|
Jeroen Janssen <jeroen.janssen@gmail.com>
|
|
Andrea Lattuada <ndr.lattuada@gmail.com>
|
|
Augusto Henrique Hentz <ahhentz@gmail.com>
|
|
Clifford Heath <clifford.heath@gmail.com>
|
|
Jorge Chamorro Bieling <jorge@jorgechamorro.com>
|
|
Luis Lavena <luislavena@gmail.com>
|
|
Matthew Sporleder <msporleder@gmail.com>
|
|
Erick Tryzelaar <erick.tryzelaar@gmail.com>
|
|
Isaac Z. Schlueter <i@izs.me>
|
|
Pieter Noordhuis <pcnoordhuis@gmail.com>
|
|
Marek Jelen <marek@jelen.biz>
|
|
Fedor Indutny <fedor.indutny@gmail.com>
|
|
Saúl Ibarra Corretgé <saghul@gmail.com>
|
|
Felix Geisendörfer <felix@debuggable.com>
|
|
Yuki Okumura <mjt@cltn.org>
|
|
Roman Shtylman <shtylman@gmail.com>
|
|
Frank Denis <github@pureftpd.org>
|
|
Carter Allen <CarterA@opt-6.com>
|
|
Tj Holowaychuk <tj@vision-media.ca>
|
|
Shimon Doodkin <helpmepro1@gmail.com>
|
|
Ryan Emery <seebees@gmail.com>
|
|
Bruce Mitchener <bruce.mitchener@gmail.com>
|
|
Maciej Małecki <maciej.malecki@notimplemented.org>
|
|
Yasuhiro Matsumoto <mattn.jp@gmail.com>
|
|
Daisuke Murase <typester@cpan.org>
|
|
Paddy Byers <paddy.byers@gmail.com>
|
|
Dan VerWeire <dverweire@gmail.com>
|
|
Brandon Benvie <brandon@bbenvie.com>
|
|
Brandon Philips <brandon.philips@rackspace.com>
|
|
Nathan Rajlich <nathan@tootallnate.net>
|
|
Charlie McConnell <charlie@charlieistheman.com>
|
|
Vladimir Dronnikov <dronnikov@gmail.com>
|
|
Aaron Bieber <qbit@deftly.net>
|
|
Bulat Shakirzyanov <mallluhuct@gmail.com>
|
|
Brian White <mscdex@mscdex.net>
|
|
Erik Dubbelboer <erik@dubbelboer.com>
|
|
Keno Fischer <kenof@stanford.edu>
|
|
Ira Cooper <Ira.Cooper@mathworks.com>
|
|
Andrius Bentkus <andrius.bentkus@gmail.com>
|
|
Iñaki Baz Castillo <ibc@aliax.net>
|
|
Mark Cavage <mark.cavage@joyent.com>
|
|
George Yohng <georgegh@oss3d.com>
|
|
Xidorn Quan <quanxunzhen@gmail.com>
|
|
Roman Neuhauser <rneuhauser@suse.cz>
|
|
Shuhei Tanuma <shuhei.tanuma@gmail.com>
|
|
Bryan Cantrill <bcantrill@acm.org>
|
|
Trond Norbye <trond.norbye@gmail.com>
|
|
Tim Holy <holy@wustl.edu>
|
|
Prancesco Pertugio <meh@schizofreni.co>
|
|
Leonard Hecker <leonard.hecker91@gmail.com>
|
|
Andrew Paprocki <andrew@ishiboo.com>
|
|
Luigi Grilli <luigi.grilli@gmail.com>
|
|
Shannen Saez <shannenlaptop@gmail.com>
|
|
Artur Adib <arturadib@gmail.com>
|
|
Hiroaki Nakamura <hnakamur@gmail.com>
|
|
Ting-Yu Lin <ph.minamo@cytisan.com>
|
|
Stephen Gallagher <sgallagh@redhat.com>
|
|
Shane Holloway <shane.holloway@ieee.org>
|
|
Andrew Shaffer <darawk@gmail.com>
|
|
Vlad Tudose <vlad.tudose@intel.com>
|
|
Ben Leslie <benno@benno.id.au>
|
|
Tim Bradshaw <tfb@cley.com>
|
|
Timothy J. Fontaine <tjfontaine@gmail.com>
|
|
Marc Schlaich <marc.schlaich@googlemail.com>
|
|
Brian Mazza <louseman@gmail.com>
|
|
Elliot Saba <staticfloat@gmail.com>
|
|
Ben Kelly <ben@wanderview.com>
|
|
Nils Maier <maierman@web.de>
|
|
Nicholas Vavilov <vvnicholas@gmail.com>
|
|
Miroslav Bajtoš <miro.bajtos@gmail.com>
|
|
Sean Silva <chisophugis@gmail.com>
|
|
Wynn Wilkes <wynnw@movenetworks.com>
|
|
Andrei Sedoi <bsnote@gmail.com>
|
|
Alex Crichton <alex@alexcrichton.com>
|
|
Brent Cook <brent@boundary.com>
|
|
Brian Kaisner <bkize1@gmail.com>
|
|
Luca Bruno <lucab@debian.org>
|
|
Reini Urban <rurban@cpanel.net>
|
|
Maks Naumov <maksqwe1@ukr.net>
|
|
Sean Farrell <sean.farrell@rioki.org>
|
|
Chris Bank <cbank@adobe.com>
|
|
Geert Jansen <geertj@gmail.com>
|
|
Christoph Iserlohn <christoph.iserlohn@innoq.com>
|
|
Steven Kabbes <stevenkabbes@gmail.com>
|
|
Alex Gaynor <alex.gaynor@gmail.com>
|
|
huxingyi <huxingyi@msn.com>
|
|
Tenor Biel <tenorbiel@gmail.com>
|
|
Andrej Manduch <AManduch@gmail.com>
|
|
Joshua Neuheisel <joshua@neuheisel.us>
|
|
Alexis Campailla <alexis@janeasystems.com>
|
|
Yazhong Liu <yorkiefixer@gmail.com>
|
|
Sam Roberts <vieuxtech@gmail.com>
|
|
River Tarnell <river@loreley.flyingparchment.org.uk>
|
|
Nathan Sweet <nathanjsweet@gmail.com>
|
|
Trevor Norris <trev.norris@gmail.com>
|
|
Oguz Bastemur <obastemur@gmail.com>
|
|
Dylan Cali <calid1984@gmail.com>
|
|
Austin Foxley <austinf@cetoncorp.com>
|
|
Benjamin Saunders <ben.e.saunders@gmail.com>
|
|
Geoffry Song <goffrie@gmail.com>
|
|
Rasmus Christian Pedersen <ruysch@outlook.com>
|
|
William Light <wrl@illest.net>
|
|
Oleg Efimov <o.efimov@corp.badoo.com>
|
|
Lars Gierth <larsg@systemli.org>
|
|
Rasmus Christian Pedersen <zerhacken@yahoo.com>
|
|
Justin Venus <justin.venus@gmail.com>
|
|
Kristian Evensen <kristian.evensen@gmail.com>
|
|
Linus Mårtensson <linus.martensson@sonymobile.com>
|
|
Navaneeth Kedaram Nambiathan <navaneethkn@gmail.com>
|
|
Yorkie <yorkiefixer@gmail.com>
|
|
StarWing <weasley.wx@gmail.com>
|
|
thierry-FreeBSD <thierry@FreeBSD.org>
|
|
Isaiah Norton <isaiah.norton@gmail.com>
|
|
Raul Martins <raulms.martins@gmail.com>
|
|
David Capello <davidcapello@gmail.com>
|
|
Paul Tan <pyokagan@gmail.com>
|
|
Javier Hernández <jhernandez@emergya.com>
|
|
Tonis Tiigi <tonistiigi@gmail.com>
|
|
Norio Kobota <nori.0428@gmail.com>
|
|
李港平 <chopdown@gmail.com>
|
|
Chernyshev Viacheslav <astellar@ro.ru>
|
|
Stephen von Takach <steve@advancedcontrol.com.au>
|
|
JD Ballard <jd@pixelandline.com>
|
|
Luka Perkov <luka.perkov@sartura.hr>
|
|
Ryan Cole <ryan@rycole.com>
|
|
HungMingWu <u9089000@gmail.com>
|
|
Jay Satiro <raysatiro@yahoo.com>
|
|
Leith Bade <leith@leithalweapon.geek.nz>
|
|
Peter Atashian <retep998@gmail.com>
|
|
Tim Cooper <tim.cooper@layeh.com>
|
|
Caleb James DeLisle <cjd@hyperboria.ca>
|
|
Jameson Nash <vtjnash@gmail.com>
|
|
Graham Lee <ghmlee@ghmlee.com>
|
|
Andrew Low <Andrew_Low@ca.ibm.com>
|
|
Pavel Platto <hinidu@gmail.com>
|
|
Tony Kelman <tony@kelman.net>
|
|
John Firebaugh <john.firebaugh@gmail.com>
|
|
lilohuang <lilohuang@hotmail.com>
|
|
Paul Goldsmith <paul.goldsmith@aplink.net>
|
|
Julien Gilli <julien.gilli@joyent.com>
|
|
Michael Hudson-Doyle <michael.hudson@linaro.org>
|
|
Recep ASLANTAS <m@recp.me>
|
|
Rob Adams <readams@readams.net>
|
|
Zachary Newman <znewman01@gmail.com>
|
|
Robin Hahling <robin.hahling@gw-computing.net>
|
|
Jeff Widman <jeff@jeffwidman.com>
|
|
cjihrig <cjihrig@gmail.com>
|
|
Tomasz Kołodziejski <tkolodziejski@mozilla.com>
|
|
Unknown W. Brackets <checkins@unknownbrackets.org>
|
|
Emmanuel Odeke <odeke@ualberta.ca>
|
|
Mikhail Mukovnikov <yndi@me.com>
|
|
Thorsten Lorenz <thlorenz@gmx.de>
|
|
Yuri D'Elia <yuri.delia@eurac.edu>
|
|
Manos Nikolaidis <manos@shadowrobot.com>
|
|
Elijah Andrews <elijah@busbud.com>
|
|
Michael Ira Krufky <m.krufky@samsung.com>
|
|
Helge Deller <deller@gmx.de>
|
|
Joey Geralnik <jgeralnik@gmail.com>
|
|
Tim Caswell <tim@creationix.com>
|
|
Logan Rosen <loganrosen@gmail.com>
|
|
Kenneth Perry <thothonegan@gmail.com>
|
|
John Marino <marino@FreeBSD.org>
|
|
Alexey Melnichuk <mimir@newmail.ru>
|
|
Johan Bergström <bugs@bergstroem.nu>
|
|
Alex Mo <almosnow@gmail.com>
|
|
Luis Martinez de Bartolome <lasote@gmail.com>
|
|
Michael Penick <michael.penick@datastax.com>
|
|
Michael <michael_dawson@ca.ibm.com>
|
|
Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
|
|
TomCrypto <thomas.beneteau@yahoo.fr>
|
|
Brett Vickers <brett@beevik.com>
|
|
Ole André Vadla Ravnås <oleavr@gmail.com>
|
|
Kazuho Oku <kazuhooku@gmail.com>
|
|
Ryan Phillips <ryan.phillips@rackspace.com>
|
|
Brian Green <briangreenery@gmail.com>
|
|
Devchandra Meetei Leishangthem <dlmeetei@gmail.com>
|
|
Corey Farrell <git@cfware.com>
|
|
Per Nilsson <pni@qlik.com>
|
|
Alan Rogers <alanjrogers@me.com>
|
|
Daryl Haresign <github@daryl.haresign.com>
|
|
Rui Abreu Ferreira <raf-ep@gmx.com>
|
|
João Reis <reis@janeasystems.com>
|
|
farblue68 <farblue68@gmail.com>
|
|
Jason Williams <necmon@yahoo.com>
|
|
Igor Soarez <igorsoarez@gmail.com>
|
|
Miodrag Milanovic <mmicko@gmail.com>
|
|
Cheng Zhao <zcbenz@gmail.com>
|
|
Michael Neumann <mneumann@think.localnet>
|
|
Stefano Cristiano <stefanocristiano82@gmail.com>
|
|
heshamsafi <hesham.safi.eldeen@gmail.com>
|
|
A. Hauptmann <andreashauptmann@t-online.de>
|
|
John McNamee <jpm@microwiz.com>
|
|
Yosuke Furukawa <yosuke.furukawa@gmail.com>
|
|
Santiago Gimeno <santiago.gimeno@quantion.es>
|
|
guworks <ground.up.works@gmail.com>
|
|
RossBencina <rossb@audiomulch.com>
|
|
Roger A. Light <roger@atchoo.org>
|
|
chenttuuvv <chenttuuvv@yahoo.com>
|
|
Richard Lau <riclau@uk.ibm.com>
|
|
ronkorving <rkorving@wizcorp.jp>
|
|
Corbin Simpson <MostAwesomeDude@gmail.com>
|
|
Zachary Hamm <zsh@imipolexg.org>
|
|
Karl Skomski <karl@skomski.com>
|
|
Jeremy Whitlock <jwhitlock@apache.org>
|
|
Willem Thiart <himself@willemthiart.com>
|
|
Ben Trask <bentrask@comcast.net>
|
|
Jianghua Yang <jianghua.yjh@alibaba-inc.com>
|
|
Colin Snover <github.com@zetafleet.com>
|
|
Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
|
|
Eli Skeggs <skeggse@gmail.com>
|
|
nmushell <nmushell@bloomberg.net>
|
|
Gireesh Punathil <gpunathi@in.ibm.com>
|
|
Ryan Johnston <ryan@mediapixel.co.nz>
|
|
Adam Stylinski <stylinae@mail.uc.edu>
|
|
Nathan Corvino <nathan@corvino.com>
|
|
Wink Saville <wink@saville.com>
|
|
Angel Leon <gubatron@gmail.com>
|
|
Louis DeJardin <lodejard@microsoft.com>
|
|
Imran Iqbal <imrani@ca.ibm.com>
|
|
Petka Antonov <petka_antonov@hotmail.com>
|
|
Ian Kronquist <iankronquist@teleport.com>
|
|
kkdaemon <kkdaemon@gmail.com>
|
|
Yuval Brik <yuval@brik.org.il>
|
|
Joran Dirk Greef <joran@ronomon.com>
|
|
Andrey Mazo <andrey.mazo@fidelissecurity.com>
|
|
sztomi <hello.sztomi@gmail.com>
|
|
Martin Bark <martin@barkynet.com>
|
|
Dave <dave@jut.io>
|
|
Alexis Murzeau <amubtdx@gmail.com>
|
|
Didiet <lynxluna@gmail.com>
|
|
Nan Xiang <514580344@qq.com>
|
|
Samuel Lorétan <sloretan@riotgames.com>
|
|
Nándor István Krácser <bonifaido@gmail.com>
|
|
Katsutoshi Horie <mps299792458@gmail.com>
|
|
Lukasz Jagiello <lukasz@wikia-inc.com>
|
|
Robert Chiras <robert.chiras@intel.com>
|
|
Kári Tristan Helgason <kthelgason@gmail.com>
|
|
Krishnaraj Bhat <krrishnarraj@gmail.com>
|
|
Enno Boland <g@s01.de>
|
|
Michael Fero <michael.fero@datastax.com>
|
|
Robert Jefe Lindstaedt <robert.lindstaedt@gmail.com>
|
|
Myles Borins <myles.borins@gmail.com>
|
|
Tony Theodore <tonyt@logyst.com>
|
|
Jason Ginchereau <jasongin@microsoft.com>
|
|
Nicolas Cavallari <nicolas.cavallari@green-communications.fr>
|
|
Pierre-Marie de Rodat <pmderodat@kawie.fr>
|
|
Brian Maher <brian@brimworks.com>
|
|
neevek <i@neevek.net>
|
|
John Barboza <jbarboza@ca.ibm.com>
|
|
liuxiaobo <icexile@qq.com>
|
|
Michele Caini <michele.caini@gmail.com>
|
|
Bartosz Sosnowski <bartosz@janeasystems.com>
|
|
Matej Knopp <matej.knopp@gmail.com>
|
|
sunjin.lee <kod21236@gmail.com>
|
|
Matt Clarkson <mattyclarkson@gmail.com>
|
|
Jeffrey Clark <dude@zaplabs.com>
|
|
Bart Robinson <bartarr@gmail.com>
|
|
Vit Gottwald <vit.gottwald@gmail.com>
|
|
Vladimír Čunát <vladimir.cunat@nic.cz>
|
|
Alex Hultman <alexhultman@gmail.com>
|
|
Brad King <brad.king@kitware.com>
|
|
Philippe Laferriere <laferriere.phil@gmail.com>
|
|
Will Speak <lithiumflame@gmail.com>
|