Saúl Ibarra Corretgé
69b94ec55c
deps: upgrade libuv to 1.8.0
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>
9 years ago
Saúl Ibarra Corretgé
a1615949a5
deps: upgrade libuv to 1.7.3
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>
10 years ago
Saúl Ibarra Corretgé
aa33db3238
deps: update libuv to version 1.6.0
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>
10 years ago
Saúl Ibarra Corretgé
04cc03b029
deps: update libuv to 1.5.0
Fixes: https://github.com/iojs/io.js/issues/1397
Fixes: https://github.com/iojs/io.js/issues/1512
Fixes: https://github.com/iojs/io.js/issues/1621
Fixes: https://github.com/iojs/io.js/issues/862
PR-URL: https://github.com/iojs/io.js/pull/1646
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
10 years ago
Ben Noordhuis
739fda16a9
deps: update libuv to 1.4.1
PR-URL: https://github.com/iojs/io.js/pull/940
Reviewed-By: Fedor Indutny <fedor@indutny.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
10 years ago
Saúl Ibarra Corretgé
9681fcacf0
deps: update libuv to 1.4.0
PR-URL: https://github.com/iojs/io.js/pull/773
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
10 years ago
Saúl Ibarra Corretgé
097fde7129
deps: update libuv to 1.3.0
PR-URL: https://github.com/iojs/io.js/pull/644
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
10 years ago
Ben Noordhuis
eaed2a11ec
deps: update libuv to 1.2.0
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>
10 years ago
Saúl Ibarra Corretgé
eac867258e
deps: update libuv to 1.0.1
PR-URL: https://github.com/joyent/node/pull/8785
Reviewed-by: Trevor Norris <trev.norris@gmail.com>
10 years ago
Saúl Ibarra Corretgé
9d9ed61c5a
deps: update libuv to 1.0.0
PR-URL: https://github.com/joyent/node/pull/8762
Reviewed-by: Trevor Norris <trev.norris@gmail.com>
10 years ago
Trevor Norris
5845a6bcd5
uv: revert change causing build failures
Revert uv_thread_self() to return unsigned long instead of uv_thread_t.
This was causing a build failure on Windows and is only a temporary fix
until the proper patch lands upstream.
Reverts: https://github.com/joyent/libuv/commit/59658a8
Fixes: ce112c2
"deps: update uv to v1.0.0-rc2"
10 years ago
Saúl Ibarra Corretgé
ce112c27c6
deps: update uv to v1.0.0-rc2
PR-URL: https://github.com/joyent/node/pull/8566
Reviewed-by: Fedor Indutny <fedor@indutny.com>
Reviewed-by: Trevor Norris <trev.norris@gmail.com>
10 years ago
Fedor Indutny
c5f5d4cd11
deps: update uv to v1.0.0-rc1
10 years ago
Fedor Indutny
e49429ebd2
deps: update libuv to v0.11.28
11 years ago
Timothy J Fontaine
7169879879
uv: Upgrade to v0.10.28
11 years ago
Fedor Indutny
1a1b1a7534
deps: update libuv to v0.11.26
11 years ago
Fedor Indutny
3d3d48d4b7
deps: update uv to v0.11.25
11 years ago
Fedor Indutny
962f96d341
deps: update libuv to v0.11.23
11 years ago
Timothy J Fontaine
e92d35d80b
uv: Upgrade to v0.11.22
11 years ago
Timothy J Fontaine
cd08c8a0e5
uv: Upgrade to v0.11.21
11 years ago
Timothy J Fontaine
c2aea3747d
uv: Upgrade to v0.10.25
11 years ago
Timothy J Fontaine
30b3bc2f7c
uv: Upgrade to v0.10.22
11 years ago
Timothy J Fontaine
8590f810a5
uv: Upgrade to v0.11.17
11 years ago
Fedor Indutny
f61d9405bf
uv: Upgrade to v0.11.16
11 years ago
Timothy J Fontaine
910bc3c02d
uv: Upgrade v0.10.20
11 years ago
Timothy J Fontaine
1fef66ffd4
uv: upgrade to v0.11.15
11 years ago
Timothy J Fontaine
ac799ba0af
uv: Upgrade to v0.10.19
11 years ago
Ben Noordhuis
c4def505cb
build: use zero overhead systemtap probes
Profiling suggested that on Linux sometimes over 10% of CPU time was
being spent inside the systemtap probe entry points in the binding
layer, even when the process was not actively being traced with the
`stap` tool.
That's why this commit makes it possible to use the *_ENABLED() macros
and bail out early when we're not being traced, reducing the overhead
of unused probes to (almost) zero.
Said macros were already being generated by `dtrace -h` but were not
usable because they rely on external definitions. To remedy that, we
now generate the accompanying object files with `dtrace -G`.
This commit includes a change to libuv that has been landed upstream in
commit joyent/libuv@3c172ea.
11 years ago
Timothy J Fontaine
a35a212f25
uv: Upgrade to v0.11.14
11 years ago
Bert Belder
e83a0cd016
uv: upgrade to v0.11.11
11 years ago
Timothy J Fontaine
a784abaff6
uv: Upgrade to v0.11.8
12 years ago
Ben Noordhuis
0e48cb4998
deps: upgrade libuv to 3ee4d3f
12 years ago
isaacs
8bac8857f5
uv: Upgrade to v0.10.12
12 years ago
isaacs
4bc024ddec
uv: Upgrade to v0.11.5
12 years ago
Bert Belder
7934825621
uv: upgrade to v0.11.3
12 years ago
isaacs
f564b6b58a
uv: Upgrade to 0.10.6
12 years ago
isaacs
fede68fd68
uv: Upgrade to 0.11.2
12 years ago
Fedor Indutny
061151c5f5
uv: Upgrade to v0.11.1
12 years ago
isaacs
e5fdc4d6f1
uv: Upgrade to v0.10.4
12 years ago
Ben Noordhuis
87f9ece334
deps: upgrade libuv to c43e851
12 years ago
Ben Noordhuis
982877ec85
deps: upgrade libuv to 7514149
12 years ago
Ben Noordhuis
f7b06e0bbc
deps: upgrade libuv to 0b26af3
12 years ago
Ben Noordhuis
7bc449c063
deps: upgrade libuv to a0c1d84
12 years ago
Ben Noordhuis
de9ee2a483
deps: upgrade libuv to e89aced
12 years ago
Ben Noordhuis
6ad792610b
deps: upgrade libuv to 26fa6f8
12 years ago
Ben Noordhuis
814bdf0f51
deps: upgrade libuv to 7841f77
12 years ago
Ben Noordhuis
952e42de72
deps: upgrade libuv to 4ba03dd
12 years ago
Ben Noordhuis
31fc52ab53
deps: upgrade libuv to 9aab5d4
12 years ago
Ben Noordhuis
6cf68aead6
deps: upgrade libuv to e079a99
12 years ago
Ben Noordhuis
8ba1bec47d
deps: upgrade libuv to fc5984f
12 years ago