summaryrefslogtreecommitdiff
path: root/deps/uv/src/unix/darwin.c
AgeCommit message (Collapse)Author
2019-09-12deps: upgrade to libuv 1.32.0cjihrig
Notable changes: - `uv_tcp_close_reset()` has been added. - `uv_udp_set_source_membership()` has been added. - A double free in `uv_free_cpu_info()` on OpenBSD has been fixed. - Defined, but empty environment variables can now be read on Windows. - Several improvements to the cmake build process. - The `EILSEQ` error code is now mapped by libuv. PR-URL: https://github.com/nodejs/node/pull/29508 Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
2019-05-21deps: upgrade to libuv 1.29.1cjihrig
Notable changes: - uv_get_constrained_memory() has been added. - A race condition in uv_async_send() has been fixed. - uv_get_free_memory() and uv_get_total_memory() now read from /proc/meminfo, which should improve correctness when called from inside an lxc container. - A failed assertion in uv_fs_poll_stop() has been fixed. - A bug in MAC addresses for IP-aliases has been fixed. Fixes: https://github.com/nodejs/node/issues/27170 Fixes: https://github.com/nodejs/node/issues/27493 PR-URL: https://github.com/nodejs/node/pull/27718 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
2018-02-23deps: upgrade libuv to 1.19.2cjihrig
PR-URL: https://github.com/nodejs/node/pull/18918 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Joyee Cheung <joyeec9h3@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>
2017-02-09deps: upgrade libuv to 1.11.0cjihrig
Fixes: https://github.com/nodejs/node/issues/10165 Fixes: https://github.com/nodejs/node/issues/9856 Fixes: https://github.com/nodejs/node/issues/10607 Fixes: https://github.com/nodejs/node/issues/11104 PR-URL: https://github.com/nodejs/node/pull/11094 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
2017-01-12deps: upgrade libuv to 1.10.2cjihrig
Refs: https://github.com/nodejs/node/issues/9439 Fixes: https://github.com/nodejs/node/issues/9464 Fixes: https://github.com/nodejs/node/issues/9690 PR-URL: https://github.com/nodejs/node/pull/10717 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
2015-12-14deps: upgrade libuv to 1.8.0Saúl Ibarra Corretgé
Fixes: https://github.com/nodejs/node/issues/3718 PR-URL: https://github.com/nodejs/node/pull/4276 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2015-10-01deps: upgrade libuv to 1.7.5Saúl Ibarra Corretgé
PR-URL: https://github.com/nodejs/node/pull/3010 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Trevor Norris <trev.norris@gmail.com> Reviewed-By: 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>
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-06-27deps: update libuv to v0.11.26Fedor Indutny
2013-12-13uv: Upgrade to v0.11.16Fedor Indutny
2013-11-20uv: upgrade to v0.11.15Timothy J Fontaine
2013-08-23uv: upgrade to v0.11.9Bert Belder
2013-08-21uv: Upgrade to v0.11.8Timothy 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-05-30uv: upgrade to v0.11.4Bert Belder
2013-04-12uv: Upgrade to v0.11.1Fedor Indutny
2013-03-29deps: upgrade libuv to c43e851Ben Noordhuis
2013-03-07uv: Upgrade to b68ee40isaacs
2013-02-24deps: upgrade libuv to e89acedBen Noordhuis
2013-01-11deps: upgrade libuv to 9aab5d4Ben Noordhuis
2012-11-16deps: upgrade libuv to 665a316Ben Noordhuis
2012-11-04deps: upgrade libuv to 0ddf9d6Ben Noordhuis
2012-11-01deps: upgrade libuv to 97c527aBen Noordhuis
2012-09-13deps: upgrade libuv to 1f9bd99Ben Noordhuis
2012-08-20uv: upgrade to 8073a26Bert Belder
2012-07-20uv: Upgrade to ad382bcaisaacs
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
2012-02-28uv: upgrade to 2f886c8Ben Noordhuis
2011-12-21uv: upgrade to 10de090Ben Noordhuis
2011-12-15upgrade libuv to 8e50b6043da7b3221f51b3158033255c9a210d08Igor Zinkovsky
2011-10-21Upgrade libuv to 7738306Ryan Dahl
2011-10-04upgrade libuv to 0303197Ryan Dahl
2011-09-30Upgrade libuv to fe18438Ryan Dahl
2011-09-23Upgrade libuv to f20297fRyan Dahl
2011-09-22upgrade libuvRyan Dahl
2011-09-04Upgrade libuv to 142a702Ryan Dahl
2011-08-31Upgrade libuv to ea4271fRyan Dahl
Required adding uv_default_loop() in many places.