summaryrefslogtreecommitdiff
path: root/deps/uv/test/test-tcp-connect-timeout.c
AgeCommit message (Collapse)Author
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>
2014-04-07deps: update libuv to v0.11.23Fedor Indutny
2013-09-04uv: upgrade to v0.11.13Ben Noordhuis
This commit changes src/tcp_wrap.cc and src/udp_wrap.cc just enough to get by (i.e. to compile and function correctly.) The new libuv API allows for more cleanup and deduplication but I'm saving that for another day.
2013-09-03uv: upgrade to v0.11.12Ben Noordhuis
* upgrade deps/uv/ to v0.11.12. * update files in src/ after a libuv API change.
2013-07-20deps: upgrade libuv to 3ee4d3fBen Noordhuis
2013-01-16deps: upgrade libuv to 4ba03ddBen Noordhuis
2012-10-17uv: upgrade to 1e32cb0Bert Belder
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.