summaryrefslogtreecommitdiff
path: root/deps
Commit message (Collapse)AuthorAgeFilesLines
* deps: fix up header files in cares.gypBen Noordhuis2013-05-151-2/+1
| | | | Please msbuild, update the header list.
* deps: reapply c-ares floating patchBen Noordhuis2013-05-151-0/+5
|
* uv: upgrade to v0.11.3Bert Belder2013-05-1414-217/+233
|
* deps: upgrade c-ares to 1.10.0Ben Noordhuis2013-05-1459-754/+940
|
* npm: Upgrade to 1.2.21isaacs2013-05-13110-128/+146
|
* v8: reapply floating patchesBen Noordhuis2013-05-132-10/+16
|
* deps: upgrade v8 to 3.19.0Ben Noordhuis2013-05-13197-3141/+9019
|
* npm: Upgrade to 1.2.20isaacs2013-05-10495-20290/+21742
|
* uv: Upgrade to 0.11.2isaacs2013-05-1031-323/+566
|
* v8: reapply floating patchesBen Noordhuis2013-04-292-10/+16
|
* deps: upgrade v8 to 3.18.4Ben Noordhuis2013-04-29225-3787/+8583
|
* Revert "deps: downgrade openssl to v1.0.0f"Ben Noordhuis2013-04-29512-21029/+41826
| | | | | | | | | | | 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 4fdb8acdaef4c3cb1d855e992ada0e63fee520a6.
* Merge remote-tracking branch 'origin/v0.10'Ben Noordhuis2013-04-29512-41826/+21029
|\ | | | | | | | | | | | | | | | | | | | | | | | | 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
| * deps: downgrade openssl to v1.0.0fBen Noordhuis2013-04-29512-41826/+21029
| | | | | | | | | | | | | | | | | | 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).
| * uv: Upgrade to 0.10.5isaacs2013-04-228-104/+87
| |
* | v8: reapply floating patchesBen Noordhuis2013-04-192-10/+16
| |
* | V8: Upgrade to 3.18.1isaacs2013-04-19105-6519/+1048
| |
* | v8: reapply floating patchesBen Noordhuis2013-04-172-10/+16
| |
* | deps: upgrade v8 to 3.18.0Ben Noordhuis2013-04-17288-11359/+15770
| |
* | uv: Upgrade to v0.11.1Fedor Indutny2013-04-1231-142/+369
| |
* | Merge branch 'v0.10'Fedor Indutny2013-04-12331-1092/+33090
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | 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
| * npm: Upgrade to 1.2.18isaacs2013-04-11330-1092/+33065
| |
| * uv: Upgrade to v0.10.4isaacs2013-04-1125-107/+291
| |
* | v8: reapply floating patchesBen Noordhuis2013-04-082-10/+16
| |
* | v8: upgrade to 3.17.16Ben Noordhuis2013-04-08203-3512/+6256
| |
* | Merge remote-tracking branch 'ry/v0.10'isaacs2013-04-05210-213/+726
|\ \ | |/ | | | | | | | | | | | | | | Conflicts: AUTHORS ChangeLog deps/v8/src/json-parser.h lib/crypto.js src/node_version.h
| * v8: cherry-pick 75311294 from upstreamFedor Indutny2013-04-031-2/+5
| | | | | | | | | | | | | | Quote from commit message: Create a new HandleScope for each JSON-parsed object to avoid excessive growth.
| * npm: Upgrade to 1.2.17isaacs2013-04-03210-213/+726
| |
* | deps: upgrade libuv to c43e851Ben Noordhuis2013-03-2936-415/+409
| |
* | Merge remote-tracking branch 'ry/v0.10'isaacs2013-03-2831-112/+397
|\ \ | |/ | | | | | | | | Conflicts: src/node.cc src/node_version.h
| * deps: upgrade libuv to v0.10.3Bert Belder2013-03-284-2/+19
| |
| * npm: Upgrade to v1.2.15isaacs2013-03-2818-83/+218
| |
| * deps: upgrade libuv to 7514149Ben Noordhuis2013-03-2810-27/+154
| |
| * openssl: disable HEARTBEAT TLS extensionFedor Indutny2013-03-271-1/+7
| | | | | | | | | | | | | | | | | | | | 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. see #5119
* | openssl: make sed tool configurableBen Noordhuis2013-03-261-1/+2
| | | | | | | | | | Those poor sods on systems where /usr/bin/sed is a BSD sed can now do `make -C deps/openssl/asm SED=gsed`.
* | Merge remote-tracking branch 'origin/v0.10'Ben Noordhuis2013-03-261-1/+7
|\ \ | |/ | | | | | | | | | | Conflicts: deps/v8/src/objects-inl.h deps/v8/src/objects.h src/node_crypto.cc
| * deps: fix openssl build on windowsBen Noordhuis2013-03-241-1/+7
| | | | | | | | | | | | | | | | | | 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.
| * v8: Unify kMaxArguments with number of bits used to encode it.verwaest@chromium.org2013-03-235-14/+13
| | | | | | | | | | | | | | | | | | | | 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.
* | deps: upgrade libuv to eca008aBen Noordhuis2013-03-238-101/+182
| |
* | Merge remote-tracking branch 'ry/v0.10' into masterisaacs2013-03-21133-280/+557
|\ \ | |/ | | | | | | | | Conflicts: src/node.cc src/node_version.h
| * deps: upgrade libuv to 9b61939Ben Noordhuis2013-03-215-16/+98
| |
| * npm: upgrade to 1.2.15isaacs2013-03-20120-221/+358
| |
| * deps: upgrade libuv to b45a74fBen Noordhuis2013-03-164-18/+17
| |
| * v8: move 32 bit heap hint on sunosTimothy J Fontaine2013-03-151-8/+14
| | | | | | | | | | | | | | 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.
| * deps: upgrade libuv to 7b66ea1Ben Noordhuis2013-03-144-17/+70
| |
* | v8: unbreak build on smartos after 831af97df211f04Fedor Indutny2013-03-201-0/+1
| |
* | v8: revert dtrace fix from 3.14 downgradeTrevor Norris2013-03-201-1/+0
| | | | | | | | | | | | Revert "v8: fix postmortem and dtrace helper build" This reverts commit aa985392777dbe6159ce4ca56ae79d1039e43ec7.
* | v8: loosen artificial mmap constraintBryan Cantrill2013-03-201-4/+13
| | | | | | | | Fixes #4010.
* | v8: remove optimization switchesTrevor Norris2013-03-201-9/+0
| | | | | | | | | | Remove compiler switches from $(TOPLEVEL)/deps/v8/build/common.gypi, they are set globally in $(TOPLEVEL)/common.gypi.
* | deps: update v8 to 3.17.13Trevor Norris2013-03-20543-45724/+73682
|/