1710 Commits (45ed54600931eb6a81543dbb1e9b4bd77a10c4a5)

Author SHA1 Message Date
isaacs cd68d86c32 stream: Remove output function from _transform 12 years ago
Ben Noordhuis 532d9929c7 cluster: propagate bind errors 13 years ago
Trevor Norris 04688614f7 events: remove type check for event type 12 years ago
isaacs 119cbf4854 stream: Don't require read(0) to emit 'readable' event 12 years ago
Xidorn Quan 009ba02e18 dns: fix ReferenceError in resolve() error path 12 years ago
isaacs e428bb7eae cluster: Rename destroy() to kill(signal=SIGTERM) 12 years ago
isaacs 384f1be739 stream: Writable.end(chunk) after end is an error 12 years ago
Dave Olszewski 22aa767421 make repl compatible with domains 12 years ago
Ben Noordhuis 80ea63b958 Revert "stream: Writable.end(chunk) after end is an error" 12 years ago
isaacs 5222d19a11 stream: Writable.end(chunk) after end is an error 12 years ago
isaacs 63edde0e01 events: Handle emit('error') before ctor 12 years ago
isaacs d345c1173a events: Handle emit before constructor call 12 years ago
Ben Noordhuis 426cbedb44 test: make simple/test-dgram-pingpong respect PORT 12 years ago
isaacs 2106ef000c net: Provide better error when writing after FIN 12 years ago
Ben Noordhuis 93156a6057 test: unlink temp file at test start 12 years ago
Trevor Norris 4f7f8bbdf8 events: _events to object and undefined not null 12 years ago
Ben Noordhuis 7189b3ed33 crypto: don't assert when calling Cipher#final() twice 12 years ago
isaacs 0928a526dd fs: Support mode/flag options to read/append/writeFile 12 years ago
isaacs 55aa973bee test: Put fs write test files in tmp 12 years ago
isaacs 88644eaa2d stream: There is no _read cb, there is only push 12 years ago
Ben Noordhuis c11612026f net: omit superfluous 'connect' event 12 years ago
Ben Noordhuis c53b921648 test: disable simple/test-process-getgroups on os x 12 years ago
Ben Noordhuis 12d0f0bd3a lib, src: remove errno global 12 years ago
Scott Blomquist 1762ba37ca test: add cleanup to long path test 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
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
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 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