- Jul 02, 2013
-
-
Peter Rust authored
There was previously up to a second exit delay when exiting node right after an http request/response, due to the utcDate() function doing a setTimeout to update the cached date/time. Fixing this should increase the performance of our http tests.
-
Brian White authored
This is a back-port of commit e9459036 from the master branch.
-
Brian White authored
This is a back-port of commit c9644fbd from the master branch.
-
- Jun 28, 2013
-
-
Ben Noordhuis authored
-
- Jun 27, 2013
-
-
Ben Noordhuis authored
Avoids alignment issues (unaligned loads/stores) on ARM. Originally added in commit 285d8c65. Fixes #3030.
-
isaacs authored
-
Ben Noordhuis authored
-
- Jun 25, 2013
-
-
Ben Noordhuis authored
Several people have reported cross-compiling build breakage, see e.g. https://groups.google.com/forum/#!topic/nodejs/k8HzqpqPkJQ Message-Id: <823c3bd1-e104-4409-86ad-0ab6de936fec@googlegroups.com> Subject: [nodejs] nodejs 0.10.12 and Angstrom issues This reverts commit acbdabb7.
-
- Jun 24, 2013
-
-
Ben Noordhuis authored
One said "if available", the other "if possible". Now they both say "if possible."
-
- Jun 20, 2013
-
-
Timothy J Fontaine authored
-
- Jun 19, 2013
-
-
Sam Roberts authored
The console module has always been called 'stdio' in the table-of-contents, but nowhere else, since its name is 'console'. This makes it difficult to find. This is a back-port of commit 226a20da from the master branch.
-
isaacs authored
-
isaacs authored
-
isaacs authored
-
isaacs authored
* npm: Upgrade to 1.2.32 * readline: make `ctrl + L` clear the screen (Yuan Chuan) * v8: add setVariableValue debugger command (Ben Noordhuis) * net: Do not destroy socket mid-write (isaacs) * v8: fix build for mips32r2 architecture (Andrei Sedoi) * configure: fix cross-compilation host_arch_cc() (Andrei Sedoi)
-
isaacs authored
-
- Jun 17, 2013
-
-
Yuan Chuan authored
-
Ben Noordhuis authored
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 This is a back-port of upstream svn commits r13122 and r13202.
-
- Jun 16, 2013
-
-
Ben Noordhuis authored
Check that TLS session resumptions work with HTTPS servers. Regression test for #3901.
-
- Jun 15, 2013
- Jun 14, 2013
-
-
Andrei Sedoi authored
This is a floating patch as a backport from v8 3.15.0 Committed: https://code.google.com/p/v8/source/detail?r=12833
-
Andrei Sedoi authored
In case of cross-compilation host_arch_cc() function could return target arch if CC was set to target arch compiler. Host arch compiler should always be used in this case. This was broken by commit 707863c1.
-
isaacs authored
-
isaacs authored
-
isaacs authored
-
isaacs authored
-
isaacs authored
-
isaacs authored
* uv: upgrade to 0.10.11 * npm: Upgrade to 1.2.30 * openssl: add missing configuration pieces for MIPS (Andrei Sedoi) * Revert "http: remove bodyHead from 'upgrade' events" (isaacs) * v8: fix pointer arithmetic undefined behavior (Trevor Norris) * crypto: fix utf8/utf-8 encoding check (Ben Noordhuis) * net: Fix busy loop on POLLERR|POLLHUP on older linux kernels (Ben Noordhuis, isaacs)
-
- Jun 13, 2013
-
-
Veres Lajos authored
-
Andrei Sedoi authored
-
Ben Noordhuis authored
-
isaacs authored
-
- Jun 12, 2013
-
-
Trevor Norris authored
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
-
- Jun 11, 2013
-
-
Ben Noordhuis authored
Normalize the encoding in getEncoding() before using it. Fixes a "AssertionError: Cannot change encoding" exception when the caller mixes "utf8" and "utf-8". Fixes #5655.
-
- Jun 07, 2013
-
-
Timothy J Fontaine authored
-
isaacs authored
-
- Jun 05, 2013
-
-
isaacs authored
This is only relevant for CentOS 6.3 using kernel version 2.6.32. On other linuxes and darwin, the `read` call gets an ECONNRESET in that case. On sunos, the `write` call fails with EPIPE. However, old CentOS will occasionally send an EOF instead of a ECONNRESET or EPIPE when the client has been destroyed abruptly. Make sure we don't keep trying to write or read more in that case. Fixes #5504 However, there is still the question of what libuv should do when it gets an EOF. Apparently in this case, it will continue trying to read, which is almost certainly the wrong thing to do. That should be fixed in libuv, even though this works around the issue.
-