Ben Noordhuis
e3bb6e11c3
v8: reapply floating patches
12 years ago
Trevor Norris
5777d7ab30
v8: upgrade to v8 3.20.7
12 years ago
Ben Noordhuis
0e48cb4998
deps: upgrade libuv to 3ee4d3f
12 years ago
isaacs
5e86519199
npm: Upgrade to 1.3.4
12 years ago
isaacs
9da67fa519
npm: Upgrade to 1.3.3
12 years ago
isaacs
ff8a4058bf
npm: Upgrade to 1.3.3
12 years ago
isaacs
8bac8857f5
uv: Upgrade to v0.10.12
12 years ago
isaacs
f5602bda18
npm: Upgrade to 1.3.2
12 years ago
Ben Noordhuis
58e4edaf68
deps: upgrade c-ares to piscisaureus/cares@805d153
This should fix the Android build.
12 years ago
Ben Noordhuis
588040d20d
v8: reapply floating patches
12 years ago
Ben Noordhuis
704fd8f374
v8: upgrade to v3.20.2
12 years ago
isaacs
4bc024ddec
uv: Upgrade to v0.11.5
12 years ago
isaacs
9195455637
npm: Upgrade to 1.2.32
12 years ago
Ben Noordhuis
41fc46e52f
v8: add setVariableValue debugger command
Issue 2399 part 1: In debugger allow modifying local variable values
Issue 2399 part 2: In debugger allow modifying local variable values
Review URL: https://codereview.chromium.org/11415042
Review URL: https://codereview.chromium.org/11412310
This is a back-port of upstream svn commits r13122 and r13202.
12 years ago
Andrei Sedoi
cc517497e6
v8: fix build for mips32r2 architecture
This is a floating patch as a backport from v8 3.15.0
Committed: https://code.google.com/p/v8/source/detail?r=12833
12 years ago
Andrei Sedoi
884b25356f
openssl: add missing configuration pieces for MIPS
12 years ago
Ben Noordhuis
48476273eb
uv: upgrade to 0.10.11
12 years ago
isaacs
49d9ad9d81
npm: Upgrade to 1.2.30
12 years ago
Ben Noordhuis
2dbc5ea1b4
v8: reapply floating patches
12 years ago
Ben Noordhuis
6dd78074a3
v8: upgrade to v3.19.13
12 years ago
Trevor Norris
5d4ac272c7
v8: fix pointer arithmetic undefined behavior
Clang branch release_33 would optimize out a != NULL check because of
some undefined behavior. This is a floating patch as a backport of that
fix.
Committed: http://code.google.com/p/v8/source/detail?r=13570
12 years ago
isaacs
4d13fcf481
npm: Upgrade to 1.2.27
12 years ago
isaacs
96c30df10c
uv: Upgrade to 0.10.10
12 years ago
isaacs
f28f67cf75
npm: Upgrade to 1.2.25
12 years ago
isaacs
c86afa5d2e
npm: Upgrade to 1.2.24
12 years ago
Bert Belder
6b654c0b13
uv: upgrade to v0.11.4
12 years ago
isaacs
f523f7041d
uv: Upgrade to v0.10.9
12 years ago
isaacs
074e823a81
npm: Upgrade to 1.2.23
12 years ago
isaacs
1314c4aeeb
uv: upgrade to 0.10.8
12 years ago
Timothy J Fontaine
e2385839d7
v8: re-apply floating patches
12 years ago
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.
12 years ago
Timothy J Fontaine
279361b277
v8: update to 3.14.5.9
12 years ago
Ben Noordhuis
e761ac2306
v8: reapply floating patches
12 years ago
Trevor Norris
506fc4de1e
v8: upgrade to v3.19.3
12 years ago
Ben Noordhuis
6902f6536c
deps: fix up header files in cares.gyp
Please msbuild, update the header list.
12 years ago
Ben Noordhuis
3afa5e6b71
deps: reapply c-ares floating patch
12 years ago
Bert Belder
7934825621
uv: upgrade to v0.11.3
12 years ago
Bert Belder
6bcf51e030
uv: upgrade to v0.10.7
12 years ago
isaacs
f564b6b58a
uv: Upgrade to 0.10.6
12 years ago
isaacs
f7b10f5445
npm: Upgrade to 1.2.21
12 years ago
Ben Noordhuis
9498fd15c7
deps: upgrade c-ares to 1.10.0
12 years ago
isaacs
31e73a5cec
npm: Upgrade to 1.2.21
12 years ago
Ben Noordhuis
0c405cff68
v8: reapply floating patches
12 years ago
Ben Noordhuis
7ee538ddfe
deps: upgrade v8 to 3.19.0
12 years ago
isaacs
fc58a5d4bd
npm: Upgrade to 1.2.20
12 years ago
isaacs
fede68fd68
uv: Upgrade to 0.11.2
12 years ago
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
.
12 years ago
Ben Noordhuis
4c1bb832af
v8: reapply floating patches
12 years ago
Ben Noordhuis
2f75785c01
deps: upgrade v8 to 3.18.4
12 years ago
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
.
12 years ago