isaacs
ff540e19a4
uv: Upgrade to 86ae8b3c
12 years ago
isaacs
73be4608d9
npm: Upgrade to v1.2.11
12 years ago
isaacs
5aef65a98a
npm: Upgrade to v1.2.10
12 years ago
Bert Belder
1a87776be9
deps: upgrade libuv to 034ea31
12 years ago
isaacs
4d32fc5964
npm: Upgrade to v1.2.2
12 years ago
isaacs
aa742ddf80
npm: Upgrade to v1.2.0
12 years ago
Ben Noordhuis
a7cc53067d
deps: upgrade libuv to 4997738
12 years ago
isaacs
d30e76e0e8
npm: upgrade to 1.1.70
12 years ago
isaacs
b09f97068e
npm: Upgrade to v1.1.69
12 years ago
isaacs
db008f7cce
npm: Upgrade to 1.1.66
12 years ago
Ben Noordhuis
7716828166
deps: upgrade libuv to 5639b2f
12 years ago
Bert Belder
9b22944b68
windows: fix the x64 debug build
12 years ago
isaacs
e1bdde05c7
V8 build: 'echo -n' considered harmful
12 years ago
isaacs
822e13d375
npm: Upgrade to 1.1.65
12 years ago
Ben Noordhuis
4b8629db37
v8: remove optimization switches
Remove compiler switches from $(TOPLEVEL)/deps/v8/build/common.gypi, we set
them globally in $(TOPLEVEL)/common.gypi.
Commit 29d12c73
accidentally reintroduced the switches again. In particular,
the 'cflags!': ['-O2','-Os'] section forced building V8 without any
optimizations, resulting in a steep (~66%) performance drop on some benchmarks.
Fixes #4191 .
12 years ago
isaacs
76a6c4bf2e
V8: Reapply patches
12 years ago
isaacs
29d12c7342
V8: Upgrade to 3.11.10.25
12 years ago
isaacs
7413df0c1f
npm: Upgrade to 1.1.64
12 years ago
yangguo@chromium.org
9fa953d3e7
v8: use correct timezone information on Solaris
`timezone` variable contains the difference, in seconds, between UTC and
local standard time (see `man 3 localtime` on Solaris).
Call to `tzset` is required to apply contents of `TZ` variable to
`timezone` variable.
BUG=v8:2064
Review URL: https://chromiumcodereview.appspot.com/10967066
Patch from Maciej Małecki <me@mmalecki.com>.
This is a back-port of upstream commit r12802.
12 years ago
Ben Noordhuis
28b0cc08b8
Revert "Disable OpenSSL UI"
This reverts commit 1c88c3b3b5
.
It breaks the "read a password from stdin" functionality that OpenSSL provides.
Fixes #4059 , #4143 .
Conflicts:
deps/openssl/openssl.gyp
12 years ago
isaacs
218f08dbde
npm: Upgrade to 1.1.63
12 years ago
Bert Belder
87518f1e3c
uv: upgrade to b0c1a38
12 years ago
Bert Belder
d05d6a35b6
openssl: fix compilation issues on SmartOS x64
the SunOS linker is more strict than usual, so we have to be more
correct.
12 years ago
Bert Belder
e0e9f0c15a
openssl: use optimized asm code on x86 and x64
12 years ago
Bert Belder
823e807b5b
openssl: add generated asm code
12 years ago
Bert Belder
62c3879cfa
openssl: add 'clean' target to asm Makefile
12 years ago
Ben Noordhuis
202ecbc9c7
openssl: generate asm code with a Makefile
12 years ago
Bert Belder
66638a4435
openssl: disable HT sidechannel attack mitigation
It used to be off before. It's extremely unlikely that such an attack
would be a viable attack against node. And it makes AES much slower.
12 years ago
Bert Belder
d2fb507556
openssl: revert empty_OPENSSL_cpuid_setup.patch
12 years ago
Bert Belder
09ac9d0b2c
openssl: fix perlasm issue
When perlasm generates MASM code it sets the assembler target to 468.
In this mode MASM refuses to assemble the CPUID instruction. Bumping
the target to 586 solves this problem.
12 years ago
Bert Belder
3568edf711
openssl: add optimized bignum x64 asm code for windows
12 years ago
isaacs
83d39c8d53
npm: upgrade to 1.1.62
12 years ago
Bert Belder
f536eb176b
uv: upgrade to 39ca621
12 years ago
Bryan Cantrill
4165f736e6
v8: loosen artificial mmap constraint
Fixes #4010 .
12 years ago
Nathan Rajlich
1d52968d1d
v8: Replace VFP by VFP2 in common.gypi
This fixes an omission in cl 10818026.
Patch by Nathan Rajlich.
Review URL: http://codereview.chromium.org/10913256
13 years ago
yangguo@chromium.org
25c2940a08
v8: Relax requirement from VFP3 to VFP2 where possible.
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com/10818026
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@12194 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
13 years ago
isaacs
54a4c639e9
npm: Upgrade to 1.1.61
12 years ago
Fedor Indutny
052e63f27f
v8: fix semaphore on MacOS
Landed upstream: https://chromiumcodereview.appspot.com/10867009/
12 years ago
Bert Belder
c5e554dc7e
v8: reapply floating patches
13 years ago
Bert Belder
4899116d4b
v8: upgrade to 3.11.10.22
12 years ago
Bert Belder
9603f08f21
uv: upgrade to 24c062c
12 years ago
Nathan Rajlich
7142b260c6
build: tweak the openssl android configuration to build
Removed NO_CAST, NO_MD2 and NO_STORE because otherwise there were build errors.
Added NO_CAMELLIA, NO_MDC2, and NO_CMS because otherwise there were linker errors.
13 years ago
Nathan Rajlich
f8fd9aca8b
build: use the openssl android configuration for "arm" builds
13 years ago
isaacs
c259499945
npm: Upgrade to 1.1.59
13 years ago
isaacs
2f1985ca7d
npm: Upgrade to 1.1.57
13 years ago
isaacs
024f4b12a5
npm: Upgrade to 1.1.56
13 years ago
isaacs
2bcb9ab7bc
npm: Upgrade to 1.1.55
13 years ago
Bert Belder
ef0ca2affd
v8: reapply floating patches
13 years ago
Bert Belder
2d9239359d
v8: upgrade to v3.11.10.19
13 years ago
Ben Noordhuis
0844e2359b
deps: upgrade libuv to 012cbda
13 years ago