e2da0566 | 10-Jun-2016 |
Imran Iqbal |
doc: update coding style link PR-URL: https://github.com/libuv/libuv/pull/909 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com> |
23043a7e | 13-Jun-2016 |
Pierre-Marie de Rodat |
doc: fix stream typos PR-URL: https://github.com/libuv/libuv/pull/910 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com> |
7e7e2212 | 06-Jun-2016 |
Ben Noordhuis |
test: remove unused RETURN_TODO macro PR-URL: https://github.com/libuv/libuv/pull/898 Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com> |
b936ace9 | 06-Jun-2016 |
Ben Noordhuis |
test: improve formatting of diagnostic messages Put a space after the '#' and handle messages with newlines. PR-URL: https://github.com/libuv/libuv/pull/898 Reviewed-By: Saúl Ib
test: improve formatting of diagnostic messages Put a space after the '#' and handle messages with newlines. PR-URL: https://github.com/libuv/libuv/pull/898 Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
show more ...
|
dd9f751e | 06-Jun-2016 |
Ben Noordhuis |
test: don't dump output for skipped tests A skipped test already prints a diagnostic. Dumping its output just prints the same message twice. PR-URL: https://github.com/libuv/li
test: don't dump output for skipped tests A skipped test already prints a diagnostic. Dumping its output just prints the same message twice. PR-URL: https://github.com/libuv/libuv/pull/898 Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
show more ...
|
cc1d38ea | 06-Jun-2016 |
Ben Noordhuis |
test: make tap output the default With the non-tap output, it's sometimes difficult to distinguish skipped tests from test failures. PR-URL: https://github.com/libuv/libuv/pull/
test: make tap output the default With the non-tap output, it's sometimes difficult to distinguish skipped tests from test failures. PR-URL: https://github.com/libuv/libuv/pull/898 Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
show more ...
|
96b37293 | 22-May-2016 |
Michael Neumann |
unix: correctly detect named pipes on DragonFly This fixes test-stdio-over-pipes and test-pipe-sendmsg test cases. ~~~~ Assertion failed in test/test-stdio-over-pipes.c on l
unix: correctly detect named pipes on DragonFly This fixes test-stdio-over-pipes and test-pipe-sendmsg test cases. ~~~~ Assertion failed in test/test-stdio-over-pipes.c on line 56: term_signal == 0 Assertion failed in test/test-pipe-sendmsg.c on line 86: pending == UV_NAMED_PIPE ~~~~ This fixes a longstanding issue with nodejs on DragonFly, which was triggered whenever spawning a process and pipes were involed. PR-URL: https://github.com/libuv/libuv/pull/884 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Imran Iqbal <imran@imraniqbal.org> Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
show more ...
|
0c82efa4 | 22-May-2016 |
Michael Neumann |
build: fix build on DragonFly PR-URL: https://github.com/libuv/libuv/pull/884 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Imran Iqbal <imran@imraniqbal.org> Revi
build: fix build on DragonFly PR-URL: https://github.com/libuv/libuv/pull/884 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Imran Iqbal <imran@imraniqbal.org> Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
show more ...
|
c4e91779 | 08-Jun-2016 |
Nicolas Cavallari |
linux-core: fix uv_get_total/free_memory on uclibc The _SC_PHYS_PAGES and _SC_AVPHYS_PAGES are not POSIX sysconf values, so the standart C libraries have no obligation to support it, eve
linux-core: fix uv_get_total/free_memory on uclibc The _SC_PHYS_PAGES and _SC_AVPHYS_PAGES are not POSIX sysconf values, so the standart C libraries have no obligation to support it, even on Linux. Use the Linux sysinfo() system call instead. PR-URL: https://github.com/libuv/libuv/pull/901 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
show more ...
|
5af42066 | 08-Jun-2016 |
Imran Iqbal |
doc: add iWuzHere GPG ID PR-URL: https://github.com/libuv/libuv/pull/902 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com> |
89f01a41 | 30-May-2016 |
Kári Tristan Helgason |
test: silence build warnings PR-URL: https://github.com/libuv/libuv/pull/893 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed
test: silence build warnings PR-URL: https://github.com/libuv/libuv/pull/893 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu> Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
show more ...
|
71bd07e5 | 31-May-2016 |
Imran Iqbal |
doc: update docs with AIX related information Fixes: https://github.com/libuv/libuv/issues/882 PR-URL: https://github.com/libuv/libuv/pull/896 Reviewed-By: Colin Ihrig <cjihrig@gmail
doc: update docs with AIX related information Fixes: https://github.com/libuv/libuv/issues/882 PR-URL: https://github.com/libuv/libuv/pull/896 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
show more ...
|
422bc5f1 | 30-May-2016 |
Imran Iqbal |
doc: add Imran Iqbal (iWuzHere) to maintainers PR-URL: https://github.com/libuv/libuv/pull/894 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Saúl Ibarra Corretgé <saghul@
doc: add Imran Iqbal (iWuzHere) to maintainers PR-URL: https://github.com/libuv/libuv/pull/894 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
show more ...
|
193a6f9b | 29-May-2016 |
Saúl Ibarra Corretgé |
unix: ignore EINPROGRESS in uv__close It's just an indicator that the operation will happen later, so return success. PR-URL: https://github.com/libuv/libuv/pull/892 Reviewe
unix: ignore EINPROGRESS in uv__close It's just an indicator that the operation will happen later, so return success. PR-URL: https://github.com/libuv/libuv/pull/892 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
show more ...
|
399e2c81 | 30-Apr-2016 |
Jason Ginchereau |
win: support sub-second precision in uv_fs_futimes() Fixes: https://github.com/libuv/libuv/issues/800 PR-URL: https://github.com/libuv/libuv/pull/849 Reviewed-by: Bert Belder <bertbe
win: support sub-second precision in uv_fs_futimes() Fixes: https://github.com/libuv/libuv/issues/800 PR-URL: https://github.com/libuv/libuv/pull/849 Reviewed-by: Bert Belder <bertbelder@gmail.com>
show more ...
|
6cf935b1 | 28-May-2016 |
Miodrag Milanovic |
win,pipe: fixed formatting, DWORD is long unsigned PR-URL: https://github.com/libuv/libuv/pull/890 Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com> |
8b317693 | 23-May-2016 |
Saúl Ibarra Corretgé |
doc: add licensing information to README PR-URL: https://github.com/libuv/libuv/pull/887 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Fedor Indutny <fedor@indutny.com> |
acc0175c | 23-May-2016 |
Saúl Ibarra Corretgé |
license: add license text we've been using for a while PR-URL: https://github.com/libuv/libuv/pull/887 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Fedor Indutny <fed
license: add license text we've been using for a while PR-URL: https://github.com/libuv/libuv/pull/887 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Fedor Indutny <fedor@indutny.com>
show more ...
|
f8691366 | 23-May-2016 |
Saúl Ibarra Corretgé |
license: libuv is no longer a Node project PR-URL: https://github.com/libuv/libuv/pull/887 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Fedor Indutny <fedor@indutny.c
license: libuv is no longer a Node project PR-URL: https://github.com/libuv/libuv/pull/887 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Fedor Indutny <fedor@indutny.com>
show more ...
|
51d660de | 04-Apr-2016 |
Santiago Gimeno |
test: fix test_close_accept flakiness on Centos5 It is not guaranteed which stream will read the data first. PR-URL: https://github.com/libuv/libuv/pull/807 Reviewed-By: Ben Noo
test: fix test_close_accept flakiness on Centos5 It is not guaranteed which stream will read the data first. PR-URL: https://github.com/libuv/libuv/pull/807 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
show more ...
|
bd0e8e82 | 23-May-2016 |
Saúl Ibarra Corretgé |
doc: fix generation the first time livehtml runs PR-URL: https://github.com/libuv/libuv/pull/886 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> |
c5c419f7 | 23-May-2016 |
Ben Noordhuis |
unix: allow nesting of kqueue fds in uv_poll_start kqueue file descriptors don't support ioctl(FIONBIO) (or any other ioctl for that matter) so retry using fcntl(F_GETFL) + fcntl(F_SETFL
unix: allow nesting of kqueue fds in uv_poll_start kqueue file descriptors don't support ioctl(FIONBIO) (or any other ioctl for that matter) so retry using fcntl(F_GETFL) + fcntl(F_SETFL) when we receive a ENOTTY error. Fixes: https://github.com/libuv/libuv/issues/883 PR-URL: https://github.com/libuv/libuv/pull/885 Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
show more ...
|
c0fdc710 | 18-May-2016 |
Saúl Ibarra Corretgé |
darwin: fix setting fd to non-blocking in select(() trick When the select trick is used fd is replaced with the fake fd (one end of the socketpair) so we're not setting the original fd i
darwin: fix setting fd to non-blocking in select(() trick When the select trick is used fd is replaced with the fake fd (one end of the socketpair) so we're not setting the original fd in non-blocking mode. Refs: https://github.com/nodejs/node/issues/6456#issuecomment-220018822 PR-URL: https://github.com/libuv/libuv/pull/879 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Fedor Indutny <fedor@indutny.com>
show more ...
|
36a024de | 18-May-2016 |
Saúl Ibarra Corretgé |
win,build: fix compilation on old Windows / MSVC Observed on Windows XP with Visual Studio 2008. PR-URL: https://github.com/libuv/libuv/pull/880 Reviewed-By: Alexis Campailla <o
win,build: fix compilation on old Windows / MSVC Observed on Windows XP with Visual Studio 2008. PR-URL: https://github.com/libuv/libuv/pull/880 Reviewed-By: Alexis Campailla <orangemocha@nodejs.org>
show more ...
|
c5622a1c | 17-May-2016 |
cjihrig |
doc: add cjihrig GPG ID PR-URL: https://github.com/libuv/libuv/pull/877 Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com> |