- Feb 26, 2014
-
-
Timothy J Fontaine authored
We were trying too hard to connect, and getting timeouts instead of the refusals, slow down how hard we try.
-
Timothy J Fontaine authored
-
Timothy J Fontaine authored
-
Timothy J Fontaine authored
-
Timothy J Fontaine authored
-
Timothy J Fontaine authored
-
- Feb 25, 2014
-
-
Timothy J Fontaine authored
When calling out to the openssl client handle the child closing and returning EPIPE on writes
-
Timothy J Fontaine authored
ESERVFAIL is also an acceptable error code when failing to resolve a domain.
-
Timothy J Fontaine authored
This test is particularly pathological, and requires a ton of time to run, we need to find a better way to manage it but in general this path is fairly safe these days.
-
Timothy J Fontaine authored
bufferSize is now a getter that shows all that has not been acknowledged by the os, as well as in the buffer state. The test is only looking to verify the js verified state.
-
Timothy J Fontaine authored
watch file will now generate an empty event when the file doesn't exist initially
-
Timothy J Fontaine authored
Scheduling of next ticks from within the next tick handler will result in a tight execution loop where a timer cannot break into. This test was invalid
-
Alexis Campailla authored
Environment doesn't have ThrowException, we meant isolate here. Introduced in commit 75adde07.
-
Timothy J Fontaine authored
We were being very aggressive in our connection creations, resulting in the pipeline flood detection to drop us. Relax how fast we're creating these connections so the gc can run all its tests.
-
- Feb 22, 2014
-
-
Fedor Indutny authored
-
Fedor Indutny authored
fix #6899
-
Nathan Rajlich authored
It wasn't doing anything, and actually due to 3ae0b17c, it was causing the readline `prompt()` function to be overwritten which throws an error in the REPL shortly after.
-
- Feb 20, 2014
-
-
David Björklund authored
Use setHeader in writeHead to avoid sending duplicate headers Fixes #5036
-
Timothy J Fontaine authored
Conflicts: AUTHORS ChangeLog deps/uv/AUTHORS deps/uv/ChangeLog deps/uv/build.mk deps/uv/src/unix/linux-core.c deps/uv/src/unix/stream.c deps/uv/src/unix/sunos.c deps/uv/src/version.c src/node_version.h
-
- Feb 19, 2014
-
-
Timothy J Fontaine authored
-
Timothy J Fontaine authored
-
Timothy J Fontaine authored
-
Timothy J Fontaine authored
This were accidentally moved during the website refactor
-
Timothy J Fontaine authored
* uv: Upgrade to v0.10.25 (Timothy J Fontaine) * npm: upgrade to 1.4.3 (isaacs) * v8: support compiling with VS2013 (Fedor Indutny) * cares: backport TXT parsing fix (Fedor Indutny) * crypto: throw on SignFinal failure (Fedor Indutny) * crypto: update root certificates (Ben Noordhuis) * debugger: Fix breakpoint not showing after restart (Farid Neshat) * fs: make unwatchFile() insensitive to path (iamdoron) * net: do not re-emit stream errors (Fedor Indutny) * net: make Socket destroy() re-entrance safe (Jun Ma) * net: reset `endEmitted` on reconnect (Fedor Indutny) * node: do not close stdio implicitly (Fedor Indutny) * zlib: avoid assertion in close (Fedor Indutny)
-
Anton Khlynovskiy authored
-
Pedro Ballesteros authored
Makes clear that the behaviour of stdout is blocking in Linux/Unix even when they refer to pipes.
-
Timothy J Fontaine authored
-
Timothy J Fontaine authored
-
Raynos authored
-
Xidorn Quan authored
-
- Feb 18, 2014
-
-
Timothy J Fontaine authored
If you don't set your options.stdio for execSync and execFileSync capture and write to stderr of the parent process by default. Fixes #7110
-
Timothy J Fontaine authored
Expose localPort for binding to a specific port for outbound connections. If localAddress is not specified '0.0.0.0' is used for ip4 and '::' for ip6 connections. Fixes #7092
-
Brian White authored
-
Timothy J Fontaine authored
Conflicts: src/node_zlib.cc
-
Farid Neshat authored
The reason this wasn't working was because after restart, when restoring breakpoints the scripts wasn't loaded, so the breakpoint.script was undefined. As a fix I added another check to use breakpoint.scriptReq instead of breakpoint.script, which is the same except when the breakpoint is a function. fixes #7027
-
Timothy J Fontaine authored
In some scenarios this will strip the DOF sections for DTrace, and in a future world where we re-export all static libraries it would defeat that purpose.
-
isaacs authored
-
Timothy J Fontaine authored
-
Yazhong Liu authored
If an input stream would emit `end` event, like `fs.createReadStream`, then readline need to get the last line correctly even though that line isnt ended with `\n`.
-
Yazhong Liu authored
-