- Sep 02, 2012
-
-
Ben Noordhuis authored
- Sep 01, 2012
-
-
koichik authored
to writeDoubleBE(), writeDoubleLE(), writeFloatBE() and writeFloatLE(). Fixes #3934.
-
- Aug 31, 2012
-
-
Shigeki Ohtsu authored
-
- Aug 30, 2012
-
-
Bert Belder authored
-
Bert Belder authored
With this patch the IPC socket is no longer available in the ChildProcess.stdio array. This shouldn't be very problematic, since this socket was effectively non-functional; it would never emit any events.
-
Nathan Rajlich authored
gyp sets it to "solaris" by default, but versions of node v0.6.x and older would report "sunos". Let's keep things consistent. Fixes #3944.
-
Ankur Oberoi authored
-
isaacs authored
This test should output roughly the same results as the tls ci-reneg attack pummel test. However, it does not.
-
- Aug 29, 2012
-
-
isaacs authored
-
Bearice Ren authored
make fails if: ./configure && make clean && make -j6 as out/Makefile has not yet be made when entering sub dirs
-
- Aug 28, 2012
-
-
Bert Belder authored
-
Ben Noordhuis authored
Fixes a 'pure virtual method called' run-time error with some versions of gcc on some platforms, notably ARM.
-
Ben Noordhuis authored
-fno-tree-vrp is a gcc only switch. Don't enable it when compiling with clang, it will only complain about -fno-tree-vrp being ignored.
-
- Aug 25, 2012
-
-
Nathan Rajlich authored
-
- Aug 24, 2012
-
-
koichik authored
https.get() now accepts either a URL (as a string) or an options object. Refs #2859. Fixes #3882.
-
Brandon Wilson authored
Closes GH-3909
-
Nathan Rajlich authored
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.
-
Nathan Rajlich authored
-
- Aug 23, 2012
-
-
Bert Belder authored
-
Bert Belder authored
It's been down for months.
-
Bert Belder authored
-
Bert Belder authored
-
Bert Belder authored
-
Stéphan Kochen authored
-
Ben Noordhuis authored
Fixes a 'Converting circular structure to JSON' TypeError.
-
isaacs authored
-
Bert Belder authored
-
isaacs authored
-
isaacs authored
-
isaacs authored
-
Ryan Dahl authored
-
isaacs authored
* V8: upgrade to 3.11.10.19 * npm: upgrade to 1.1.59 * windows: fix uninitialized memory access in uv_update_time() (Bert Belder) * unix, windows: fix memory corruption in fs-poll.c (Ben Noordhuis) * unix: fix integer overflow in uv_hrtime (Tim Holy) * sunos: fix uv_cpu_info() on x86_64 (Ben Noordhuis) * tls: update default cipher list (Ben Noordhuis) * unix: Fix llvm and older gcc duplicate symbol warnings (Bert Belder) * fs: fix use after free in stat watcher (Ben Noordhuis) * build: Fix using manually compiled gcc on OS X (Nathan Rajlich) * windows: make junctions work again (Bert Belder)
-
isaacs authored
-
isaacs authored
-
- Aug 22, 2012
-
-
Ron Korving authored
-
isaacs authored
-
isaacs authored
-
isaacs authored
-
Ben Noordhuis authored
Update the default cipher list from RC4-SHA:AES128-SHA:AES256-SHA to ECDHE-RSA-AES128-SHA256:AES128-GCM-SHA256:RC4:HIGH:!MD5:!aNULL:!EDH in order to mitigate BEAST attacks. The documentation suggested AES256-SHA but unfortunately that's a CBC cipher and therefore susceptible to attacks. Fixes #3900.
-