summaryrefslogtreecommitdiff
path: root/deps/uv/src/unix/loop.c
AgeCommit message (Collapse)Author
2018-07-10deps: upgrade to libuv 1.22.0cjihrig
PR-URL: https://github.com/nodejs/node/pull/21731 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
2018-06-24deps: upgrade to libuv 1.21.0cjihrig
Notable changes: - Building via cmake is now supported. PR-URL: https://github.com/libuv/libuv/pull/1850 - Stricter checks have been added to prevent watching the same file descriptor multiple times. PR-URL: https://github.com/libuv/libuv/pull/1851 Refs: https://github.com/nodejs/node/issues/3604 - An IPC deadlock on Windows has been fixed. PR-URL: https://github.com/libuv/libuv/pull/1843 Fixes: https://github.com/nodejs/node/issues/9706 Fixes: https://github.com/nodejs/node/issues/7657 - uv_fs_lchown() has been added. PR-URL: https://github.com/libuv/libuv/pull/1826 Refs: https://github.com/nodejs/node/issues/19868 - uv_fs_copyfile() sets errno on error. PR-URL: https://github.com/libuv/libuv/pull/1881 Fixes: https://github.com/nodejs/node/issues/21329 - uv_fs_fchmod() supports -A files on Windows. PR-URL: https://github.com/libuv/libuv/pull/1819 Refs: https://github.com/nodejs/node/issues/12803 PR-URL: https://github.com/nodejs/node/pull/21466 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
2018-04-04deps: upgrade libuv to 1.20.0cjihrig
Notable changes: - uv_fs_copyfile() adds support for copy-on-write behavior. - uv_relative_path() now uses the long directory name for handle->dirw. - File operations on files > 2 GB on 32-bit platforms are working again. - uv_fs_fchmod() on Windows works on files with the Archive flag cleared. Fixes: https://github.com/nodejs/node/issues/19170 Fixes: https://github.com/nodejs/node/issues/19455 Fixes: https://github.com/nodejs/node/issues/12803 PR-URL: https://github.com/nodejs/node/pull/19758 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
2017-11-10deps: upgrade libuv to 1.16.1cjihrig
PR-URL: https://github.com/nodejs/node/pull/16835 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
2017-06-07deps: upgrade libuv to 1.12.0cjihrig
Fixes: https://github.com/nodejs/node/issues/12853 Fixes: https://github.com/nodejs/node/issues/854 PR-URL: https://github.com/nodejs/node/pull/13306 Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
2016-10-26deps: upgrade libuv to 1.10.0cjihrig
Fixes: https://github.com/nodejs/node/issues/4351 Fixes: https://github.com/nodejs/node/issues/6763 Refs: https://github.com/nodejs/node/pull/8280 PR-URL: https://github.com/nodejs/node/pull/9267 Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com>
2015-09-02deps: upgrade libuv to 1.7.3Saúl Ibarra Corretgé
PR-URL: https://github.com/nodejs/node/pull/2310 Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: cjihrig - Colin Ihrig <cjihrig@gmail.com>
2015-06-04deps: update libuv to version 1.6.0Saúl Ibarra Corretgé
Fixes: https://github.com/joyent/node/issues/9310 PR-URL: https://github.com/nodejs/io.js/pull/1889 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2015-01-28deps: update libuv to 1.3.0Saúl Ibarra Corretgé
PR-URL: https://github.com/iojs/io.js/pull/644 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2014-12-09deps: update libuv to 1.0.2Saúl Ibarra Corretgé
PR-URL: https://github.com/joyent/node/pull/8847 Reviewed-by: Trevor Norris <trev.norris@gmail.com>
2014-09-23deps: update uv to v1.0.0-rc1Fedor Indutny
2014-08-07deps: update libuv to v0.11.28Fedor Indutny
2014-02-26uv: Upgrade to v0.11.21Timothy J Fontaine
2013-11-20uv: upgrade to v0.11.15Timothy J Fontaine
2013-10-29uv: Upgrade to v0.11.14Timothy J Fontaine
2013-08-29uv: upgrade to v0.11.11Bert Belder
2013-07-20deps: upgrade libuv to 3ee4d3fBen Noordhuis
2013-03-29deps: upgrade libuv to c43e851Ben Noordhuis
2013-02-26deps: upgrade libuv to a0c1d84Ben Noordhuis
2013-02-20deps: upgrade libuv to 26fa6f8Ben Noordhuis
2013-01-11deps: upgrade libuv to 9aab5d4Ben Noordhuis
2012-11-16deps: upgrade libuv to 665a316Ben Noordhuis
2012-10-17uv: upgrade to 1e32cb0Bert Belder
2012-10-07deps: upgrade libuv to b9ed1a6Ben Noordhuis
2012-09-13deps: upgrade libuv to 1f9bd99Ben Noordhuis
2012-08-20uv: upgrade to 8073a26Bert Belder
2012-08-07uv: upgrade to 41b1265Bert Belder
2012-07-28deps: upgrade libuv to 4fe1916Ben Noordhuis
2012-06-12uv: upgrade to b7e150eeBert Belder
2012-06-12Revert "uv: upgrade to b7e150ee"Bert Belder
Upgrade wasn't done correctly. This reverts commit b615077bab71db73cf065d6162cae8d6cb84d8d2.
2012-06-12uv: upgrade to b7e150eeBert Belder
2012-06-01uv: upgrade to 87dbffbdBert Belder
2012-05-29deps: upgrade libuv to 7556590Fedor Indutny
2012-05-24Upgrade uv to 604802aisaacs
2012-05-23deps: upgrade libuv to 5b9c451Ben Noordhuis
2012-05-22update uv to 2df831723fad25d2d97b824b2e52c65082af2723Igor Zinkovsky
2012-05-22deps: upgrade libuv to a478847Ben Noordhuis
The event loop's reference counting scheme in this version of libuv has changed. Update the libuv bindings to reflect that fact.
2012-04-29uv: upgrade to e2cae340a6Bert Belder
2012-04-12Revert "deps: upgrade libuv to 3c41597"Ben Noordhuis
This reverts commit 0db4dc0024eaa538bf4913d6bf256a18126de2ba. This commit makes a lot of tests fail due to reference counting errors. It's not worth it to debug because the reference counting scheme is due to change soon anyway.
2012-04-10deps: upgrade libuv to 3c41597Ben Noordhuis