summaryrefslogtreecommitdiff
path: root/deps/uv/src/unix/freebsd.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-11-15deps: upgrade to libuv 1.24.0cjihrig
PR-URL: https://github.com/nodejs/node/pull/24332 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Trivikram Kamat <trivikr.dev@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>
2018-01-23deps: upgrade libuv to 1.19.1cjihrig
PR-URL: https://github.com/nodejs/node/pull/18260 Reviewed-By: James M Snell <jasnell@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>
2017-07-13deps: upgrade libuv to 1.13.1cjihrig
PR-URL: https://github.com/nodejs/node/pull/14117 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@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>
2016-05-17deps: upgrade libuv to 1.9.1Saúl Ibarra Corretgé
Fixes: https://github.com/nodejs/node/issues/4002 Fixes: https://github.com/nodejs/node/issues/5384 Fixes: https://github.com/nodejs/node/issues/6563 Refs: https://github.com/nodejs/node/issues/2680#issuecomment-213521708 PR-URL: https://github.com/nodejs/node/pull/6796 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu> Reviewed-By: Myles Borins <myles.borins@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-09-11deps: update libuv to version 1.7.4Saúl Ibarra Corretgé
PR-URL: https://github.com/nodejs/node/pull/2817 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@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>
2015-01-14deps: update libuv to 1.2.1Saúl Ibarra Corretgé
PR: https://github.com/iojs/io.js/pull/423 Reviewed-by: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-by: Bert Belder <bertbelder@gmail.com>
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-11-20uv: upgrade to v0.11.15Timothy J Fontaine
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-01-11deps: upgrade libuv to 9aab5d4Ben Noordhuis
2012-11-20deps: upgrade libuv to fc5984fBen Noordhuis
2012-11-16deps: upgrade libuv to 665a316Ben Noordhuis
2012-08-20uv: upgrade to 8073a26Bert Belder
2012-08-07uv: upgrade to 3a8bb3bBert Belder
2012-07-20uv: Upgrade to ad382bcaisaacs
2012-07-17uv: Upgrade to a9f6f06isaacs
2012-07-04deps: upgrade libuv to be09be7Ben 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-02-28uv: upgrade to 2f886c8Ben Noordhuis
2012-01-27uv: upgrade to 3de0411Ben Noordhuis
2011-12-15upgrade libuv to 8e50b6043da7b3221f51b3158033255c9a210d08Igor Zinkovsky
2011-11-16Upgrade libuv to 2007eb8Ryan Dahl
2011-11-10uv: upgrade to 26806e2Ben Noordhuis
2011-10-21Upgrade libuv to 7738306Ryan Dahl
2011-10-06Upgrade libuv to 60c639fRyan Dahl
Also remove unused src/stdio_wrap.cc
2011-10-04upgrade libuv to 0303197Ryan Dahl
2011-09-30Upgrade libuv to fe18438Ryan Dahl
2011-09-22upgrade libuvRyan Dahl
2011-08-31Upgrade libuv to ea4271fRyan Dahl
Required adding uv_default_loop() in many places.