Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/deps
AgeCommit message (Collapse)Author
2012-10-25V8 build: 'echo -n' considered harmfulisaacs
2012-10-25npm: Upgrade to 1.1.65isaacs
2012-10-25v8: remove optimization switchesBen Noordhuis
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.
2012-10-23V8: Reapply patchesisaacs
2012-10-23V8: Upgrade to 3.11.10.25isaacs
2012-10-23npm: Upgrade to 1.1.64isaacs
2012-10-23v8: use correct timezone information on Solarisyangguo@chromium.org
`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.
2012-10-16Revert "Disable OpenSSL UI"Ben Noordhuis
This reverts commit 1c88c3b3b56c6047180e116c5614dad2b13995f9. It breaks the "read a password from stdin" functionality that OpenSSL provides. Fixes #4059, #4143. Conflicts: deps/openssl/openssl.gyp
2012-10-12npm: Upgrade to 1.1.63isaacs
2012-10-10uv: upgrade to b0c1a38Bert Belder
2012-09-26openssl: fix compilation issues on SmartOS x64Bert Belder
the SunOS linker is more strict than usual, so we have to be more correct.
2012-09-25openssl: use optimized asm code on x86 and x64Bert Belder
2012-09-25openssl: add generated asm codeBert Belder
2012-09-25openssl: add 'clean' target to asm MakefileBert Belder
2012-09-25openssl: generate asm code with a MakefileBen Noordhuis
2012-09-25openssl: disable HT sidechannel attack mitigationBert Belder
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.
2012-09-25openssl: revert empty_OPENSSL_cpuid_setup.patchBert Belder
2012-09-25openssl: fix perlasm issueBert Belder
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.
2012-09-25openssl: add optimized bignum x64 asm code for windowsBert Belder
2012-09-25npm: upgrade to 1.1.62isaacs
2012-09-22uv: upgrade to 39ca621Bert Belder
2012-09-22v8: loosen artificial mmap constraintBryan Cantrill
Fixes #4010.
2012-09-14v8: Replace VFP by VFP2 in common.gypiNathan Rajlich
This fixes an omission in cl 10818026. Patch by Nathan Rajlich. Review URL: http://codereview.chromium.org/10913256
2012-09-14v8: Relax requirement from VFP3 to VFP2 where possible.yangguo@chromium.org
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
2012-09-10npm: Upgrade to 1.1.61isaacs
2012-09-06v8: fix semaphore on MacOSFedor Indutny
Landed upstream: https://chromiumcodereview.appspot.com/10867009/
2012-09-06v8: reapply floating patchesBert Belder
2012-09-06v8: upgrade to 3.11.10.22Bert Belder
2012-08-30uv: upgrade to 24c062cBert Belder
2012-08-24build: tweak the openssl android configuration to buildNathan Rajlich
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.
2012-08-24build: use the openssl android configuration for "arm" buildsNathan Rajlich
2012-08-22npm: Upgrade to 1.1.59isaacs
2012-08-22npm: Upgrade to 1.1.57isaacs
2012-08-22npm: Upgrade to 1.1.56isaacs
2012-08-22npm: Upgrade to 1.1.55isaacs
2012-08-21v8: reapply floating patchesBert Belder
2012-08-21v8: upgrade to v3.11.10.19Bert Belder
2012-08-20deps: upgrade libuv to 012cbdaBen Noordhuis
2012-08-17v8: Reapply floating patchesisaacs
2012-08-17v8: Upgrade to 3.11.10.18isaacs
2012-08-15npm: Upgrade to 1.1.49isaacs
- node-gyp@0.6.5 - abstracted-out configs - publishing over proxies - bugfixes to all the deps
2012-08-15crypto: fix uninitialized memory access in opensslBen Noordhuis
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 ==2690== Conditional jump or move depends on uninitialised value(s) ==2690== at 0x784B69: ASN1_STRING_set (asn1_lib.c:382) ==2690== by 0x809564: ASN1_mbstring_ncopy (a_mbstr.c:204) ==2690== by 0x8090F0: ASN1_mbstring_copy (a_mbstr.c:86) ==2690== by 0x782F1F: ASN1_STRING_to_UTF8 (a_strex.c:570) ==2690== by 0x78F090: asn1_string_canon (x_name.c:409) ==2690== by 0x78EF17: x509_name_canon (x_name.c:354) ==2690== by 0x78EA7D: x509_name_ex_d2i (x_name.c:210) ==2690== by 0x788058: ASN1_item_ex_d2i (tasn_dec.c:239) ==2690== by 0x7890D4: asn1_template_noexp_d2i (tasn_dec.c:746) ==2690== by 0x788CB6: asn1_template_ex_d2i (tasn_dec.c:607) ==2690== by 0x78877A: ASN1_item_ex_d2i (tasn_dec.c:448) ==2690== by 0x7890D4: asn1_template_noexp_d2i (tasn_dec.c:746) ==2690== by 0x788CB6: asn1_template_ex_d2i (tasn_dec.c:607) ==2690== by 0x78877A: ASN1_item_ex_d2i (tasn_dec.c:448) ==2690== by 0x787C93: ASN1_item_d2i (tasn_dec.c:136) ==2690== by 0x78F5E4: d2i_X509 (x_x509.c:141) ==2690== by 0x7C9B91: PEM_ASN1_read_bio (pem_oth.c:81) ==2690== by 0x7CA506: PEM_read_bio_X509 (pem_x509.c:67) ==2690== by 0x703C9A: node::crypto::SecureContext::AddRootCerts(v8::Arguments const&) (node_crypto.cc:497) ==2690== Uninitialised value was created by a stack allocation ==2690== at 0x782E89: ASN1_STRING_to_UTF8 (a_strex.c:560)
2012-08-13deps: upgrade libuv to 2c3e8b6Ben Noordhuis
2012-08-07npm: Upgrade to 1.1.48isaacs
Fixes an issue with publishing readmes that are not called 'README.md', so that they still end up on the website
2012-08-07npm: Upgrade to 1.1.47isaacs
2012-08-06uv: Upgrade to dfb6be0isaacs
2012-08-03Merge branch 'v0.8.5-release' into v0.8isaacs
2012-08-02npm: Upgrade to 1.1.46isaacs
2012-08-02deps: remove openssl apps and testsBen Noordhuis
Shrinks the tarball by a few hundred kilobytes and fixes a broken symlinks issue on Windows. Fixes #3813.
2012-08-01uv: upgrade to 6209fe5Bert Belder