Ben Noordhuis
2dbc5ea1b4
v8: reapply floating patches
2013-06-11 23:46:13 +02:00
Ben Noordhuis
6dd78074a3
v8: upgrade to v3.19.13
2013-06-11 23:46:00 +02:00
isaacs
0882a75063
Merge remote-tracking branch 'ry/v0.10'
...
Conflicts:
ChangeLog
deps/uv/AUTHORS
deps/uv/ChangeLog
deps/uv/src/unix/linux-core.c
deps/uv/src/version.c
deps/uv/src/win/timer.c
lib/url.js
src/node_version.h
test/simple/test-url.js
2013-06-05 13:38:38 -07:00
isaacs
96c30df10c
uv: Upgrade to 0.10.10
2013-06-04 12:11:03 -07:00
isaacs
f28f67cf75
npm: Upgrade to 1.2.25
2013-06-04 11:42:32 -07:00
isaacs
2900f0778a
Merge remote-tracking branch 'ry/v0.10'
...
Conflicts:
ChangeLog
src/node_version.h
2013-05-31 11:52:57 -07:00
isaacs
c86afa5d2e
npm: Upgrade to 1.2.24
2013-05-30 10:19:45 -07:00
Bert Belder
6b654c0b13
uv: upgrade to v0.11.4
2013-05-30 01:09:54 +02:00
isaacs
f523f7041d
uv: Upgrade to v0.10.9
2013-05-28 12:10:14 -07:00
isaacs
ba048e72b0
Merge remote-tracking branch 'ry/v0.10'
...
Conflicts:
AUTHORS
ChangeLog
configure
deps/uv/ChangeLog
deps/uv/src/unix/darwin.c
deps/uv/src/unix/stream.c
deps/uv/src/version.c
deps/v8/src/isolate.cc
deps/v8/src/version.cc
lib/http.js
src/node_version.h
2013-05-27 14:46:52 -07:00
isaacs
074e823a81
npm: Upgrade to 1.2.23
2013-05-24 14:41:43 -07:00
isaacs
1314c4aeeb
uv: upgrade to 0.10.8
2013-05-24 14:41:00 -07:00
Timothy J Fontaine
e2385839d7
v8: re-apply floating patches
2013-05-23 14:00:20 -07:00
Timothy J Fontaine
dbe142c4ed
v8: fix GetLocalizedMessage usage
...
As is the backport of the abort on uncaught exception wouldn't compile
because we it was passing in `this` when it was unnecessary.
2013-05-23 14:00:19 -07:00
Timothy J Fontaine
279361b277
v8: update to 3.14.5.9
2013-05-23 13:39:12 -07:00
Ben Noordhuis
e761ac2306
v8: reapply floating patches
2013-05-22 13:14:43 -07:00
Trevor Norris
506fc4de1e
v8: upgrade to v3.19.3
2013-05-22 13:13:11 -07:00
Ben Noordhuis
6902f6536c
deps: fix up header files in cares.gyp
...
Please msbuild, update the header list.
2013-05-15 22:47:42 +02:00
Ben Noordhuis
3afa5e6b71
deps: reapply c-ares floating patch
2013-05-15 21:25:11 +02:00
Bert Belder
7934825621
uv: upgrade to v0.11.3
2013-05-14 17:13:42 -07:00
Bert Belder
6bcf51e030
uv: upgrade to v0.10.7
2013-05-14 16:52:47 -07:00
isaacs
f564b6b58a
uv: Upgrade to 0.10.6
2013-05-14 14:41:41 -07:00
isaacs
f7b10f5445
npm: Upgrade to 1.2.21
2013-05-14 14:37:59 -07:00
Ben Noordhuis
9498fd15c7
deps: upgrade c-ares to 1.10.0
2013-05-14 02:07:35 +02:00
isaacs
31e73a5cec
npm: Upgrade to 1.2.21
2013-05-13 14:24:36 -07:00
Ben Noordhuis
0c405cff68
v8: reapply floating patches
2013-05-13 03:29:52 +02:00
Ben Noordhuis
7ee538ddfe
deps: upgrade v8 to 3.19.0
2013-05-13 03:28:40 +02:00
isaacs
fc58a5d4bd
npm: Upgrade to 1.2.20
2013-05-10 17:45:37 -07:00
isaacs
fede68fd68
uv: Upgrade to 0.11.2
2013-05-10 15:30:53 -07:00
Ben Noordhuis
2cf7e5de6f
Revert "deps: downgrade openssl to v1.0.0f"
...
After much investigation it turns out that the affected servers are
buggy. user-service.condenastdigital.com:443 in particular seems to
reject large TLS handshake records. Cutting down the number of
advertised ciphers or disabling SNI fixes the issue.
Similarly, passing { secureOptions: constants.SSL_OP_NO_TLSv1_2 }
seems to fix most connection issues with IIS servers.
Having to work around buggy servers is annoying for our users but not
a reason to downgrade OpenSSL. Therefore, revert it.
This reverts commit 4fdb8acdae
.
2013-05-01 16:45:31 +02:00
Ben Noordhuis
4c1bb832af
v8: reapply floating patches
2013-04-29 22:35:46 +02:00
Ben Noordhuis
2f75785c01
deps: upgrade v8 to 3.18.4
2013-04-29 22:35:21 +02:00
Ben Noordhuis
179784e31e
Revert "deps: downgrade openssl to v1.0.0f"
...
This commit undoes the downgrade from OpenSSL v1.0.1e to v1.0.0f,
effectively upgrading OpenSSL to v1.0.1e again. The reason for the
downgrade was to work around compatibility issues with certain TLS
servers in the stable branch. See the commit log of 4fdb8ac
and the
linked issue for details. We're going to revisit that in the master
branch.
This reverts commit 4fdb8acdae
.
2013-04-29 14:17:50 +02:00
Ben Noordhuis
af1ed99ce2
Merge remote-tracking branch 'origin/v0.10'
...
Conflicts:
AUTHORS
ChangeLog
deps/uv/ChangeLog
deps/uv/src/version.c
lib/http.js
src/node_crypto.cc
src/node_os.cc
src/node_version.h
test/simple/helper-debugger-repl.js
2013-04-29 14:08:51 +02:00
Ben Noordhuis
4fdb8acdae
deps: downgrade openssl to v1.0.0f
...
Several people have reported issues with IIS and Resin servers (or maybe
SSL terminators sitting in front of those servers) that are fixed by
downgrading OpenSSL. The AESNI performance improvements were nice but
stability is more important. Downgrade OpenSSL from 1.0.1e to 1.0.0f.
Fixes #5360 (and others).
2013-04-29 12:12:33 +02:00
isaacs
ff99cd5277
uv: Upgrade to 0.10.5
2013-04-22 17:39:22 -07:00
Ben Noordhuis
2efb6cf0cf
v8: reapply floating patches
2013-04-19 10:51:01 -07:00
isaacs
50624a50ee
V8: Upgrade to 3.18.1
2013-04-19 10:50:44 -07:00
Ben Noordhuis
c7d7072e60
v8: reapply floating patches
2013-04-17 16:10:51 +02:00
Ben Noordhuis
9f682265d6
deps: upgrade v8 to 3.18.0
2013-04-17 16:10:37 +02:00
Fedor Indutny
061151c5f5
uv: Upgrade to v0.11.1
2013-04-12 11:43:05 -04:00
Fedor Indutny
259839fe75
Merge branch 'v0.10'
...
Conflicts:
ChangeLog
deps/uv/src/version.c
src/node.h
src/node_crypto.cc
src/node_crypto_bio.cc
src/node_crypto_bio.h
src/node_object_wrap.h
src/node_version.h
2013-04-12 11:30:11 -04:00
isaacs
1ccae9cb1b
npm: Upgrade to 1.2.18
2013-04-11 09:16:47 -07:00
isaacs
e5fdc4d6f1
uv: Upgrade to v0.10.4
2013-04-11 09:07:22 -07:00
Ben Noordhuis
7357bcb727
v8: reapply floating patches
2013-04-08 20:35:35 +02:00
Ben Noordhuis
587e83c6d6
v8: upgrade to 3.17.16
2013-04-08 20:35:27 +02:00
isaacs
2c9a38d059
Merge remote-tracking branch 'ry/v0.10'
...
Conflicts:
AUTHORS
ChangeLog
deps/v8/src/json-parser.h
lib/crypto.js
src/node_version.h
2013-04-05 09:02:48 -07:00
Fedor Indutny
55d058e624
v8: cherry-pick 75311294 from upstream
...
Quote from commit message:
Create a new HandleScope for each JSON-parsed object to avoid
excessive growth.
2013-04-03 22:11:32 +04:00
isaacs
d46ebffb66
npm: Upgrade to 1.2.17
2013-04-03 10:17:04 -07:00
Ben Noordhuis
87f9ece334
deps: upgrade libuv to c43e851
2013-03-29 16:10:56 +01:00