The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / deps @ 5e865191

# Date Author Comment
5e865191 07/12/2013 04:14 PM isaacs

npm: Upgrade to 1.3.4

ff8a4058 07/12/2013 11:56 AM isaacs

npm: Upgrade to 1.3.3

8bac8857 07/09/2013 04:20 PM isaacs

uv: Upgrade to v0.10.12

f5602bda 07/09/2013 04:09 PM isaacs

npm: Upgrade to 1.3.2

91954556 06/18/2013 12:42 PM isaacs

npm: Upgrade to 1.2.32

41fc46e5 06/17/2013 09:24 AM Ben Noordhuis

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...

cc517497 06/14/2013 11:48 AM Andrei Sedoi

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

884b2535 06/13/2013 07:27 AM Andrei Sedoi

openssl: add missing configuration pieces for MIPS

48476273 06/12/2013 04:10 PM Ben Noordhuis

uv: upgrade to 0.10.11

49d9ad9d 06/12/2013 01:59 PM isaacs

npm: Upgrade to 1.2.30

5d4ac272 06/11/2013 05:39 PM Trevor Norris

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

4d13fcf4 06/06/2013 05:44 PM isaacs

npm: Upgrade to 1.2.27

96c30df1 06/04/2013 03:11 PM isaacs

uv: Upgrade to 0.10.10

f28f67cf 06/04/2013 02:42 PM isaacs

npm: Upgrade to 1.2.25

c86afa5d 05/30/2013 01:19 PM isaacs

npm: Upgrade to 1.2.24

f523f704 05/28/2013 03:10 PM isaacs

uv: Upgrade to v0.10.9

074e823a 05/24/2013 05:41 PM isaacs

npm: Upgrade to 1.2.23

1314c4ae 05/24/2013 05:41 PM isaacs

uv: upgrade to 0.10.8

e2385839 05/23/2013 05:00 PM Timothy J Fontaine

v8: re-apply floating patches

dbe142c4 05/23/2013 05:00 PM Timothy J Fontaine

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.

279361b2 05/23/2013 04:39 PM Timothy J Fontaine

v8: update to 3.14.5.9

6bcf51e0 05/14/2013 07:52 PM Bert Belder

uv: upgrade to v0.10.7

f564b6b5 05/14/2013 05:41 PM isaacs

uv: Upgrade to 0.10.6

f7b10f54 05/14/2013 05:37 PM isaacs

npm: Upgrade to 1.2.21

2cf7e5de 05/01/2013 10:45 AM Ben Noordhuis

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....

4fdb8acd 04/29/2013 06:12 AM Ben Noordhuis

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....

ff99cd52 04/22/2013 08:39 PM isaacs

uv: Upgrade to 0.10.5

1ccae9cb 04/11/2013 12:16 PM isaacs

npm: Upgrade to 1.2.18

e5fdc4d6 04/11/2013 12:07 PM isaacs

uv: Upgrade to v0.10.4

55d058e6 04/03/2013 02:11 PM Fedor Indutny

v8: cherry-pick 75311294 from upstream

Quote from commit message:

Create a new HandleScope for each JSON-parsed object to avoid
excessive growth.
d46ebffb 04/03/2013 01:17 PM isaacs

npm: Upgrade to 1.2.17

1b5ec033 03/28/2013 03:05 PM Bert Belder

deps: upgrade libuv to v0.10.3

dea0634f 03/28/2013 02:35 PM isaacs

npm: Upgrade to v1.2.15

982877ec 03/27/2013 07:28 PM Ben Noordhuis

deps: upgrade libuv to 7514149

28c6e42e 03/27/2013 03:41 AM Fedor Indutny

openssl: disable HEARTBEAT TLS extension

Microsoft's IIS doesn't support it, and is not replying with ServerHello
after receiving ClientHello which contains it.

The good way might be allowing to opt-out this at runtime from
javascript-land, but unfortunately OpenSSL doesn't support it right now....

690a8cce 03/24/2013 05:53 PM Ben Noordhuis

deps: fix openssl build on windows

Commit 8632af3 ("tools: update gyp to r1601") broke the Windows build.

Older versions of GYP link to kernel32.lib, user32.lib, etc. but that
was changed in r1584. See https://codereview.chromium.org/12256017

Fix the build by explicitly linking to the required libraries.

14417fdb 03/23/2013 12:14 PM verwaest@chromium.org

v8: Unify kMaxArguments with number of bits used to encode it.

Increase the number of bits by 1 by making Flags unsigned.

BUG=chromium:211741

Review URL: https://chromiumcodereview.appspot.com/12886008

This is a back-port of commits 13964 and 13988 addressing CVE-2013-2632.

e47a3e3f 03/21/2013 09:59 AM Ben Noordhuis

deps: upgrade libuv to 9b61939

3dd7938c 03/20/2013 08:49 PM isaacs

npm: upgrade to 1.2.15

f5a337e0 03/16/2013 06:32 PM Ben Noordhuis

deps: upgrade libuv to b45a74f

4432dc81 03/14/2013 08:31 PM Timothy J Fontaine

v8: move 32 bit heap hint on sunos

Setting the V8 heap at or near 0x20000000 on 32bit sunos only allows
512 MB of heap space, instead on sunos move this to 0x80000000.

Fixes #4010.

e99dff46 03/14/2013 10:55 AM Ben Noordhuis

deps: upgrade libuv to 7b66ea1

21a99664 03/09/2013 09:34 PM isaacs

uv: Upgrade to 5462dab

31b5d41f 03/09/2013 12:11 PM isaacs

npm: Upgrade to 1.2.14 (fixed)

4b47bb4d 03/07/2013 09:17 PM isaacs

uv: Upgrade to b68ee40

f23ec6b3 03/07/2013 02:53 PM isaacs

uv: Upgrade to f89125e

f780c6f5 03/06/2013 06:43 PM isaacs

Merge remote-tracking branch 'ry/v0.8' into master

Conflicts:
deps/npm/html/api/bin.html
deps/npm/html/api/bugs.html
deps/npm/html/api/commands.html
deps/npm/html/api/config.html
deps/npm/html/api/deprecate.html
deps/npm/html/api/docs.html
deps/npm/html/api/edit.html...

80fb5809 03/06/2013 06:41 PM isaacs

npm: Update to 1.2.14

51c8b0ed 03/06/2013 03:59 PM isaacs

V8: Reapply floating patches

81c278d5 03/06/2013 03:59 PM isaacs

V8: Upgrade to 3.14.5.8

01fa5ee2 03/05/2013 01:39 PM Bert Belder

win/openssl: mark assembled object files as seh safe

There are no unsafe structured exception handlers in object files
generated from hand-crafted assembly - because they contain no exception
handlers at all.

f7b06e0b 03/05/2013 10:10 AM Ben Noordhuis

deps: upgrade libuv to 0b26af3

7707acd6 03/01/2013 07:49 PM Ben Noordhuis

deps: upgrade libuv to 7e59f9b

bb431531 02/28/2013 08:04 PM Ben Noordhuis

deps: upgrade libuv to 2a8d2a5

f054fec5 02/27/2013 01:56 AM Scott Blomquist

openssl: regenerate asm files for openssl 1.0.1e

7bc449c0 02/26/2013 02:30 PM Ben Noordhuis

deps: upgrade libuv to a0c1d84

cfacde3a 02/26/2013 12:44 PM yangguo@chromium.org

v8: Hardfloat does not imply VFPv3, only VFPv2.

Raspberry Pi is an example.

BUG=v8:2393

Review URL: https://chromiumcodereview.appspot.com/11570061
Patch from Chi-Thanh Christopher Nguyen <>.

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@13232 ce2b1a6d-e550-0410-aec6-3dcde31c8c00...

c80bde17 02/26/2013 12:27 PM Ben Noordhuis

v8: work around String::WriteAscii segfault

See http://code.google.com/p/v8/issues/detail?id=2493 for details.

This commit reapplies 9668df8. The issue has been fixed upstream but
reappeared after last night's downgrade to V8 3.14.5 in commit b15a10e.

Conflicts:...

17c6fe2e 02/26/2013 11:03 AM Andrei Sedoi

mips: fix openssl build

aa985392 02/26/2013 03:17 AM Fedor Indutny

v8: fix postmortem and dtrace helper build

Regardless of previous @bnoordhuis' changes

03fe7fb5 02/25/2013 05:45 PM Ben Noordhuis

v8: reapply floating patches

Reapply floating patches. Special mention: also reapplies 017009f but
with the extra change of removing DescriptorArray::kTransitionsIndex
from the postmortem metadata generator because said field no longer
exists in V8 3.14.

b15a10e7 02/25/2013 05:45 PM Ben Noordhuis

deps: downgrade v8 to 3.14.5

V8 3.15 and newer have stability and performance issues. Roll back to
a known-good version.

ff540e19 02/25/2013 04:07 PM isaacs

uv: Upgrade to 86ae8b3c

de9ee2a4 02/23/2013 10:03 PM Ben Noordhuis

deps: upgrade libuv to e89aced

6ad79261 02/20/2013 03:29 PM Ben Noordhuis

deps: upgrade libuv to 26fa6f8

0dcbecd3 02/20/2013 08:01 AM Ben Noordhuis

crypto: fix uninitialized memory access in openssl

ASN1_STRING_to_UTF8() passes an ASN1_STRING to ASN1_STRING_set() but forgot to
initialize the `length` field.

Fixes the following valgrind error:

$ valgrind -q --track-origins=yes --num-callers=19 \
out/Debug/node test/simple/test-tls-client-abort.js...
da945a73 02/20/2013 08:00 AM Bert Belder

openssl: make perlasm target pentium or newer for masm outputs

When perlasm generates MASM code it sets the assembler target to 468.
In this mode MASM refuses to assemble a couple of instructions. Bumping
the target to 686 solves this problem.

eb29c4b2 02/20/2013 07:49 AM Bert Belder

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.

f317f5ae 02/20/2013 07:48 AM Fedor Indutny

openssl: update to 1.0.1e

4911a308 02/19/2013 04:18 PM isaacs

npm: Upgrade to 1.2.12

d75e3979 02/18/2013 01:21 PM isaacs

Merge remote-tracking branch 'ry/v0.8' into master

Conflicts:
AUTHORS
ChangeLog
lib/http.js
src/node_version.h
test/simple/test-http-header-response-splitting.js

73be4608 02/15/2013 01:49 PM isaacs

npm: Upgrade to v1.2.11

e4a856e0 02/08/2013 08:18 PM isaacs

V8: Reapply floating patches

0c2e5ec8 02/08/2013 08:17 PM isaacs

V8: Upgrade to 3.15.11.15

5cc3569f 02/06/2013 07:29 PM isaacs

Merge remote-tracking branch 'ry/v0.8' into master

Conflicts:
AUTHORS
ChangeLog
deps/npm/html/api/bin.html
deps/npm/html/api/bugs.html
deps/npm/html/api/commands.html
deps/npm/html/api/config.html
deps/npm/html/api/deprecate.html
deps/npm/html/api/docs.html...

5aef65a9 02/06/2013 11:39 AM isaacs

npm: Upgrade to v1.2.10

202b5db4 02/06/2013 04:30 AM Bryan Cantrill

v8: loosen artificial mmap constraint

Fixes #4010.

1a87776b 01/30/2013 02:30 PM Bert Belder

deps: upgrade libuv to 034ea31

e722ca32 01/24/2013 12:10 PM isaacs

npm: Upgrade to v1.2.3

7a2ebce8 01/24/2013 12:10 PM isaacs

V8: Reapply floating patches

80242528 01/24/2013 12:10 PM isaacs

V8: Upgrade to 3.15.11.10

e2acf26a 01/22/2013 06:17 PM Bert Belder

deps: upgrade libuv to e4d8cba

814bdf0f 01/22/2013 10:21 AM Ben Noordhuis

deps: upgrade libuv to 7841f77

4d32fc59 01/18/2013 03:12 PM isaacs

npm: Upgrade to v1.2.2

0459a602 01/18/2013 11:37 AM isaacs

npm: Upgrade to 1.2.2

8b0f3ce3 01/17/2013 07:33 PM Ben Noordhuis

v8: add %p option to --logfile, expands to pid

Useful when you are profiling multiple instances of V8 concurrently.
Submitted upstream: http://code.google.com/p/v8/issues/detail?id=2503

Refs #4617.

952e42de 01/16/2013 05:38 PM Ben Noordhuis

deps: upgrade libuv to 4ba03dd

9668df8b 01/15/2013 05:46 PM Ben Noordhuis

v8: work around String::WriteAscii segfault

See http://code.google.com/p/v8/issues/detail?id=2493 for details.
Once the patch lands in upstream V8, this commit can be reverted.

926c90bc 01/13/2013 12:26 PM yangguo@chromium.org

v8: Hardfloat does not imply VFPv3, only VFPv2.

Raspberry Pi is an example.

BUG=v8:2393

Review URL: https://chromiumcodereview.appspot.com/11570061
Patch from Chi-Thanh Christopher Nguyen <>.

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@13232 ce2b1a6d-e550-0410-aec6-3dcde31c8c00...

e4f2a140 01/12/2013 07:29 PM Ben Noordhuis

deps: upgrade libuv to 8e3e60f

80181139 01/11/2013 03:34 PM Ben Noordhuis

v8: remove optimization switches

Remove compiler switches from $(TOPLEVEL)/deps/v8/build/common.gypi,
we set them globally in $(TOPLEVEL)/common.gypi.

Commit 7b4d95a introduced the switches again, resulting in V8 getting
built without any optimizations....

d22bd9e3 01/11/2013 03:10 PM Fedor Indutny

deps: update v8 to 3.15.11.7

97db62b4 01/11/2013 01:18 PM isaacs

Merge remote-tracking branch 'ry/v0.8' into master

Conflicts:
AUTHORS
ChangeLog
Makefile
src/node_version.h

31fc52ab 01/11/2013 08:00 AM Ben Noordhuis

deps: upgrade libuv to 9aab5d4

438e0c6d 01/10/2013 08:02 PM yangguo@chromium.org

v8: Hardfloat does not imply VFPv3, only VFPv2.

Raspberry Pi is an example.

BUG=v8:2393

Review URL: https://chromiumcodereview.appspot.com/11570061
Patch from Chi-Thanh Christopher Nguyen <>.

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@13232 ce2b1a6d-e550-0410-aec6-3dcde31c8c00...

aa742ddf 01/09/2013 06:21 PM isaacs

npm: Upgrade to v1.2.0

93591a2a 01/04/2013 11:06 AM Ben Noordhuis

v8: remove optimization switches

Remove compiler switches from $(TOPLEVEL)/deps/v8/build/common.gypi,
we set them globally in $(TOPLEVEL)/common.gypi.

Commit 7b4d95a introduced the switches again, resulting in V8 getting
built without any optimizations....

0054264d 01/04/2013 06:44 AM Fedor Indutny

v8: update to 3.15.11.5

ce1b33a9 01/02/2013 08:37 PM Ben Noordhuis

v8: remove optimization switches

Remove compiler switches from $(TOPLEVEL)/deps/v8/build/common.gypi,
we set them globally in $(TOPLEVEL)/common.gypi.

Commit 7b4d95a introduced the switches again, resulting in V8 getting
built without any optimizations....

7b4d95a9 01/01/2013 07:07 AM Fedor Indutny

deps: update v8 to 3.15.11