Changes since version 0.11.13: * darwin: create fsevents thread on demand (Ben Noordhuis) * fsevents: FSEvents is most likely not thread-safe (Fedor Indutny) * fsevents: use shared FSEventStream (Fedor Indutny) * windows: make uv_fs_chmod() report errors correctly (Bert Belder) * windows: make uv_shutdown() for write-only pipes work (Bert Belder) * windows/fs: wrap multi-statement macros in do..while block (Bert Belder) * windows/fs: make uv_fs_open() report EINVAL correctly (Bert Belder) * windows/fs: handle _open_osfhandle() failure correctly (Bert Belder) * windows/fs: wrap multi-statement macros in do..while block (Bert Belder) * windows/fs: make uv_fs_open() report EINVAL correctly (Bert Belder) * windows/fs: handle _open_osfhandle() failure correctly (Bert Belder) * build: clarify instructions for Windows (Brian Kaisner) * build: remove GCC_WARN_ABOUT_MISSING_NEWLINE (Ben Noordhuis) * darwin: fix 10.6 build error in fsevents.c (Ben Noordhuis) * windows: run close callbacks after polling for i/o (Saúl Ibarra Corretgé) * include: clarify uv_tcp_bind() behavior (Ben Noordhuis) * include: clean up includes in uv.h (Ben Noordhuis) * include: remove UV_IO_PRIVATE_FIELDS macro (Ben Noordhuis) * include: fix typo in comment in uv.h (Ben Noordhuis) * include: update uv_is_active() documentation (Ben Noordhuis) * include: make uv_process_options_t.cwd const (Ben Noordhuis) * unix: wrap long lines at 80 columns (Ben Noordhuis) * unix, windows: make uv_is_*() always return 0 or 1 (Ben Noordhuis) * bench: measure total/init/dispatch/cleanup times (Ben Noordhuis) * build: use -pthread on sunos (Timothy J. Fontaine) * windows: remove duplicate check in stream.c (Ben Noordhuis) * unix: sanity-check fds before closing (Ben Noordhuis) * unix: remove uv__pipe_accept() (Ben Noordhuis) * unix: fix uv_spawn() NULL pointer deref on ENOMEM (Ben Noordhuis) * unix: don't close inherited fds on uv_spawn() fail (Ben Noordhuis) * unix: revert recent FSEvent changes (Ben Noordhuis) * fsevents: fix clever rescheduling (Fedor Indutny) * linux: ignore fractional time in uv_uptime() (Ben Noordhuis) * unix: fix SIGCHLD waitpid() race in process.c (Ben Noordhuis) * unix, windows: add uv_fs_event_start/stop functions (Saúl Ibarra Corretgé) * unix: fix non-synchronized access in signal.c (Ben Noordhuis) * unix: add atomic-ops.h (Ben Noordhuis) * unix: add spinlock.h (Ben Noordhuis) * unix: clean up uv_tty_set_mode() a little (Ben Noordhuis) * unix: make uv_tty_reset_mode() async signal-safe (Ben Noordhuis) * include: add E2BIG status code mapping (Ben Noordhuis) * windows: fix duplicate case build error (Ben Noordhuis) * windows: remove unneeded check (Saúl Ibarra Corretgé) * include: document pipe path truncation behavior (Ben Noordhuis) * fsevents: increase stack size for OSX 10.9 (Fedor Indutny) * windows: _snprintf expected wrong parameter type in string (Maks Naumov) * windows: "else" keyword is missing (Maks Naumov) * windows: incorrect check for SOCKET_ERROR (Maks Naumov) * windows: add stdlib.h to satisfy reference to abort (Sean Farrell) * build: fix check target for mingw (Sean Farrell) * unix: move uv_shutdown() assertion (Keno Fischer) * darwin: avoid calling GetCurrentProcess (Fedor Indutny)
100 lines
3.6 KiB
Plaintext
100 lines
3.6 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>
|
|
Kristian Evensen <kristian.evensen@gmail.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>
|
|
Linus Mårtensson <linus.martensson@sonymobile.com>
|
|
Andrei Sedoi <bsnote@gmail.com>
|
|
Navaneeth Kedaram Nambiathan <navaneethkn@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>
|