- Jul 12, 2013
-
-
isaacs authored
-
- Jul 11, 2013
-
-
Trevor Norris authored
Previously there was no way to pass a Function callback directly to MakeCallback and support domains. The check has been added so that users never have to worry about supporting domains while using MakeCallback.
-
- Jul 10, 2013
-
-
Fedor Indutny authored
X509_STORE_add_cert increment reference of passed `x509` cert, `X509_free` must be called to avoid memory leak. This is a back-port of commit c1db1ecd from the master branch.
-
Ben Noordhuis authored
-
isaacs authored
-
Timothy J Fontaine authored
-
Timothy J Fontaine authored
-
Timothy J Fontaine authored
-
Timothy J Fontaine authored
* uv: Upgrade to v0.10.12 * npm: Upgrade to 1.3.2 * windows: get proper errno (Ben Noordhuis) * tls: only wait for finish if we haven't seen it (Timothy J Fontaine) * http: Dump response when request is aborted (isaacs) * http: use an unref'd timer to fix delay in exit (Peter Rust) * zlib: level can be negative (Brian White) * zlib: allow zero values for level and strategy (Brian White) * buffer: add comment explaining buffer alignment (Ben Noordhuis) * string_bytes: properly detect 64bit (Timothy J Fontaine) * src: fix memory leak in UsingDomains() (Ben Noordhuis)
-
Timothy J Fontaine authored
-
isaacs authored
-
isaacs authored
-
Timothy J Fontaine authored
A pooled https agent may get a Connection: close, but never finish destroying the socket as the prior request had already emitted finish likely from a pipe. Since the socket is not marked as destroyed it may get reused by the agent pool and result in an ECONNRESET. re: #5712 #5739
-
- Jul 09, 2013
-
-
Nathan Rajlich authored
-
isaacs authored
Fixes #5695
-
- Jul 05, 2013
-
-
Tim Oxley authored
-
Ben Noordhuis authored
UsingDomains() assigned process_tickCallback when it had already been set by MakeCallback() a few frames down the call stack. Dispose the handle first or we'll retain whatever is in the lexical closure of the old process._tickCallback function. Fixes #5795.
-
- Jul 02, 2013
-
-
Timothy J Fontaine authored
Assert that when the client closes it has seen an error, this prevents the test from timing out. Also queue a second write in the case that we were able to send the buffer before the other side closed the connection.
-
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