summaryrefslogtreecommitdiff
path: root/deps/uv/.gitignore
AgeCommit message (Collapse)Author
2019-08-11deps: upgrade to libuv 1.31.0cjihrig
Notable changes: - UV_FS_O_FILEMAP has been added for faster access to memory mapped files on Windows. - uv_fs_mkdir() now returns UV_EINVAL for invalid filenames on Windows. It previously returned UV_ENOENT. - The uv_fs_statfs() API has been added. - The uv_os_environ() and uv_os_free_environ() APIs have been added. Fixes: https://github.com/nodejs/node/issues/28599 Fixes: https://github.com/nodejs/node/issues/28945 Fixes: https://github.com/nodejs/node/issues/29008 PR-URL: https://github.com/nodejs/node/pull/29070 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
2018-12-19deps: upgrade to libuv 1.24.1cjihrig
PR-URL: https://github.com/nodejs/node/pull/25078 Fixes: https://github.com/nodejs/node/issues/24521 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
2017-09-06deps: upgrade libuv to 1.14.1cjihrig
Fixes: https://github.com/nodejs/node/issues/12737 Fixes: https://github.com/nodejs/node/issues/13581 Fixes: https://github.com/nodejs/node/issues/15117 PR-URL: https://github.com/nodejs/node/pull/14866 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.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>
2016-04-07deps: upgrade libuv to 1.9.0Saúl Ibarra Corretgé
Fixes: https://github.com/nodejs/node/issues/5737 Fixes: https://github.com/nodejs/node/issues/4643 Fixes: https://github.com/nodejs/node/issues/4291 Fixes: https://github.com/nodejs/node-v0.x-archive/issues/8960 Refs: https://github.com/nodejs/node/pull/3594 PR-URL: https://github.com/nodejs/node/pull/5994 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
2015-02-25deps: update libuv to 1.4.1Ben Noordhuis
PR-URL: https://github.com/iojs/io.js/pull/940 Reviewed-By: Fedor Indutny <fedor@indutny.com> Reviewed-By: Rod Vagg <rod@vagg.org>
2015-01-05deps: update libuv to 1.2.0Ben Noordhuis
PR-URL: https://github.com/iojs/io.js/pull/237 Reviewed-By: Bert Belder <bertbelder@gmail.com> Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
2014-09-23deps: update uv to v1.0.0-rc1Fedor Indutny
2014-02-26uv: Upgrade to v0.11.21Timothy J Fontaine
2013-12-31uv: Upgrade to v0.11.17Timothy J Fontaine
2013-12-13uv: Upgrade to v0.11.16Fedor Indutny
2013-10-29uv: Upgrade to v0.11.14Timothy J Fontaine
2013-07-30deps: upgrade libuv to joyent/libuv@4bdb7d8Ben Noordhuis
Non-release upgrade so pending patches can land.
2013-07-20deps: upgrade libuv to 3ee4d3fBen Noordhuis
2013-04-12uv: Upgrade to v0.11.1Fedor Indutny
2013-02-20deps: upgrade libuv to 26fa6f8Ben Noordhuis
2012-12-13deps: upgrade libuv to e079a99Ben Noordhuis
2012-11-16deps: upgrade libuv to 665a316Ben Noordhuis
2012-02-28uv: upgrade to 2f886c8Ben Noordhuis
2011-12-15upgrade libuv to 8e50b6043da7b3221f51b3158033255c9a210d08Igor Zinkovsky
2011-08-12Upgrade libuv to 65f71a2Ryan Dahl
2011-08-10Upgrade libuv to db190c7Ryan Dahl
2011-08-08Upgrade libuv to 75c10905Ryan Dahl
2011-08-06Upgrade libuv to 48877edRyan Dahl
2011-08-06Upgrade libuv for gyp supportRyan Dahl
2011-06-17Upgrade libuv.Ryan Dahl
Also remove c-ares since it's included in libuv now. libuv version b7b7df090ca285e53eb51bf518c4e5064876596
2011-05-13Integrate libuv into build systemRyan Dahl