2262 Commits (fbb963b5d520a70d9c3f2f9ec116d79a0c676f80)

Author SHA1 Message Date
Trevor Norris 0c1e7b53d0 process: separate nextTick domain logic 12 years ago
isaacs 875e4a0c59 core: Remove the nextTick for running the main file 12 years ago
isaacs 95862b2380 core: Mark exit() calls with status codes 12 years ago
isaacs 86433979c6 stream: Writables are not pipe()able 12 years ago
isaacs 586e160a25 test: Use common.PORT in simple/test-http-timeout 12 years ago
isaacs 1b870b6127 test: Move test-net-connect-timeout to test/internet 12 years ago
isaacs 937662b03e test: Use common.PORT to determine debugger port 12 years ago
isaacs ec378aaa69 test: Fix debugger repl tests 12 years ago
isaacs 57f9f048d3 test: catch break in simple/test-debugger-client 12 years ago
Ben Noordhuis e505f91266 test: merge environment, don't overwrite 12 years ago
Timothy J Fontaine 17a812618d test: optionally set common.PORT via env variable 12 years ago
Ben Noordhuis 51f6e6a9b3 src, test: downgrade to v8 3.14 api 12 years ago
isaacs 34046084c0 stream: Do not switch to objectMode implicitly 12 years ago
Ben Noordhuis 4231dab39f crypto: fix base64 padding regression 12 years ago
Ben Noordhuis 8df893c62e test: re-enable simple/test-setproctitle on darwin 12 years ago
isaacs 27d1babaae streams: Pre-emptively buffer readables up to the highWaterMark 12 years ago
isaacs f9a0140ef1 http: Handle hangup writes more gently 12 years ago
isaacs a63c28e6eb stream: Return false from push() more properly 12 years ago
isaacs 3b2e9d2648 stream: remove lowWaterMark feature 12 years ago
isaacs 089ec58613 path: Throw TypeError on non-string args to path.resolve 12 years ago
Nathan Rajlich 50c88e0ff2 test: modify async native test.js to test for #4820 12 years ago
Nathan Rajlich 4b61522f16 test: add an "async-hello-world" native addon test 12 years ago
Arianit Uka 055110dab0 path: join throws TypeError on non-string args 12 years ago
Fedor Indutny ebc95f0716 tls: _handle.readStart/readStop for CryptoStream 12 years ago
isaacs bbcb8b3ae0 path: Do not coerce paths to strings on Windows 12 years ago
isaacs 7f303707d5 test: Fix regression in tls test 12 years ago
isaacs a77c29a0f9 test: Fix tls tests which fail sporadically 12 years ago
isaacs 9299168f2a test: Bump up debugger timeouts 12 years ago
Trevor Norris 86c0745a5e process: streamlining tick callback logic 12 years ago
isaacs 95ac576bf9 Revert "Move MakeCallback to JS" 12 years ago
isaacs 987338fe31 http: Do not let Agent hand out destroyed sockets 12 years ago
isaacs c9dcf5718c http: Raise hangup error on destroyed socket write 12 years ago
Ben Noordhuis 3f7e88a852 buffer: accept negative indices in Buffer#slice() 12 years ago
isaacs 2789323902 net: Respect the 'readable' flag on sockets 12 years ago
Fedor Indutny c34326b286 test: fix tests after ECONNRESET patch 12 years ago
Victor Costan e235bce2ba Fix crypto.hmac behavior with empty keys. 12 years ago
isaacs 02374d0c17 tls: Cycle data when underlying socket drains 12 years ago
Ben Noordhuis f5f9e8da71 crypto: improve cipher/decipher error messages 12 years ago
isaacs 862b164209 test: update http tests for ECONNRESET change 12 years ago
Ben Noordhuis 14a4245051 net: don't suppress ECONNRESET 12 years ago
Ben Noordhuis c7b84a1d01 fs: fix immediate WriteStream#end() 12 years ago
Ben Noordhuis ed3d553d82 typed arrays: make call-as-function work for ctors 12 years ago
Ben Noordhuis d5a5ae3c11 test: fix common.mustCall 12 years ago
Ben Noordhuis 5a9d30bb86 typed arrays: copy Buffer in typed array constructor 12 years ago
Ben Noordhuis fe103357ae typed arrays: make DataView throw on non-ArrayBuffer 12 years ago
Ben Noordhuis 234551a22a buffer: fix Buffer::HasInstance() check 12 years ago
Ben Noordhuis 144e21ed30 Revert "typed arrays: only share ArrayBuffer backing store" 12 years ago
Ben Noordhuis fd9d8b5e4a Revert "typed arrays: copy non-ArrayBuffer in DataView ctor" 12 years ago
Ben Noordhuis c4f418d035 test: disable simple/test-dgram-send-error 12 years ago
isaacs 33b2aebb6d stream: Writable should ignore encoding for buffers 12 years ago