isaacs
8be699494e
Upgrade V8 to 3.9.2
13 years ago
isaacs
05471f5c2a
Update v8 to 3.8.9
13 years ago
Bert Belder
fa490f6497
uv: upgrade to 3eb94e9
13 years ago
Igor Zinkovsky
ff40253566
upgrade uv to 812e410772
13 years ago
Ben Noordhuis
4b6164ab49
uv: upgrade to 332b72e
13 years ago
Ben Noordhuis
22e23473ea
uv: upgrade to 16124bb
13 years ago
Ben Noordhuis
14b7c4327f
uv: upgrade to 3de0411
13 years ago
Ben Noordhuis
8a413b076e
uv: upgrade to 3f1bad2
13 years ago
isaacs
f98999cc16
Properly update npm to 1.1.0-3
Thanks @mscdex for spotting this.
13 years ago
isaacs
5c0f039c9c
Update npm to 1.1.0-3
13 years ago
Ben Noordhuis
352febe251
uv: upgrade to 9c76d0d
13 years ago
isaacs
40879f33cd
Upgrade V8 to 3.8.8
13 years ago
Ben Noordhuis
986e612557
uv: upgrade to b88bc43
13 years ago
Ben Noordhuis
2433eeb385
uv: upgrade to 1cca230
13 years ago
Igor Zinkovsky
f5e742b264
upgrade libuv to edbabe6f83
13 years ago
Ben Noordhuis
08ab306afd
uv: upgrade to 497b1ec
13 years ago
isaacs
4afc46d7bc
Upgrade V8 to 3.6.6.19
13 years ago
Ben Noordhuis
0f33768059
v8: link against libsocket and libnsl on sunos
The V8 debugger requires BSD socket support. Solaris-like systems obviously
support that but you need to link against the right libraries, it's not part of
libc.
13 years ago
Ben Noordhuis
90587b1ccb
v8: implement VirtualMemory class on SunOS
Unbreaks build on SunOS. Re-applies 4908e5bf7a
.
13 years ago
Fedor Indutny
4fdec07bd8
Land number collision fix for v8 3.6 by Erik Corry
Update with fixes from: http://codereview.chromium.org/9190001/
13 years ago
Fedor Indutny
1695332941
Land number collision fix for v8 3.6 by Erik Corry
- If V8 snapshots are enabled then the hash is only randomized at build time.
---
backport @10366 , @10367 and @10402 to 3.6
Add seed to hash of numeric keyed properties.
Minor cleanups of numeric seeded hashing patch.
Split NumberDictionary into a randomly seeded and an unseeded version.
We don't want to randomize the stub cache.
Review URL: http://codereview.chromium.org/9190001/
13 years ago
Igor Zinkovsky
2c1025706b
upgrade libuv to 52511b9ddc
13 years ago
Igor Zinkovsky
ab18d72b35
fix windows build
13 years ago
Ryan Dahl
7584225873
Upgrade libuv to joyent/libuv@f5bd21f
13 years ago
isaacs
25410096b4
Update npm to 1.1.0-2
13 years ago
Ryan Dahl
60040a4f36
Upgrade V8 to 3.8.6
13 years ago
Fedor Indutny
f0c629a36b
uv: upgrade to e7758e1
13 years ago
Igor Zinkovsky
247d0da188
update libuv to 855764406e
fixes #2521
13 years ago
Ben Noordhuis
cc5cea35b0
uv: upgrade to 803f5a0
13 years ago
Ryan Dahl
8e5674fb5c
Upgrade V8 to 3.8.5
13 years ago
Bert Belder
4a899c9274
Land hash collision fix for V8 3.6 by Erik Corry.
- If V8 snapshots are enabled then the hash is only randomized at build time.
- Breaks MIPS
---
Backport hash collision workaround to 3.6.
This is made up of 9956, 10351, 10338 and 10330.
This change bakes the string hash key into the snapshot, so
it is determined at build time for shapshot configs.
Review URL: http://codereview.chromium.org/9124004
13 years ago
Ben Noordhuis
075acfa2d6
uv: upgrade to 56a31f0
13 years ago
isaacs
78dbb4b5b1
npm@1.1.0-beta-10
13 years ago
Ryan Dahl
557fc396b4
Upgrade V8 to 3.8.4
13 years ago
Ben Noordhuis
41f2725639
uv: upgrade to 38fc6ad
13 years ago
Ben Noordhuis
25ca13ec1a
uv: upgrade to 85f6b79
13 years ago
Ben Noordhuis
dd0188ec08
uv: upgrade to d6a06b8
13 years ago
Ben Noordhuis
e9f8e28426
uv: upgrade to f5c2a4a
13 years ago
Ben Noordhuis
5427311ae6
uv: upgrade to 0db56ea
13 years ago
Ben Noordhuis
2afd20b542
uv: upgrade to 85f6b79
13 years ago
Ryan Dahl
b7c05e1b75
Upgrade V8 to 3.8.3
13 years ago
Ben Noordhuis
c481f97a9c
uv: upgrade to d6a06b8
13 years ago
Ben Noordhuis
0d5a6b2d9d
uv: upgrade to f5c2a4a
13 years ago
Ryan Dahl
e4731f8168
Upgrade V8 to 3.8.2.1
13 years ago
Ryan Dahl
6029127cea
Upgrade V8 to 3.6.6.15
13 years ago
Ryan Dahl
4eaf4ce26a
Upgrade V8 to 3.8.2
13 years ago
Ben Noordhuis
a82f5389d9
deps: fix openssl build on x86_64
13 years ago
Ben Noordhuis
b24c515dbf
uv: upgrade to 10de090
13 years ago
Ben Noordhuis
213b8af2f6
gyp: include opensslconf.h on x64
Good news, it means we don't have to compile with OPENSSL_NO_ASM=1 after all.
13 years ago
Ben Noordhuis
15d0fa6dc1
gyp: compile openssl with OPENSSL_NO_ASM=1
Fixes linker error "undefined reference to `OPENSSL_ia32_cpuid'". This is
sub-optimal and needs to be revisited, the plain C implementations are often
much slower.
13 years ago