2445 Commits (bdb78b9945f65a0f2a364995eaf099561a902df7)

Author SHA1 Message Date
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
isaacs 4ac73d2c99 net: s/closed/ended/ in write-after-fin message 12 years ago
isaacs 2106ef000c net: Provide better error when writing after FIN 12 years ago
Trevor Norris d1b4dcd6ac events: add type checks to once 12 years ago
Trevor Norris e1ac2ef7cf events: emit cleanup 12 years ago
Trevor Norris 1ccc6fbe05 events: additional type check for addListener 12 years ago
Trevor Norris 4f7f8bbdf8 events: _events to object and undefined not null 12 years ago
Trevor Norris b3ea8443bd events: removeListener add checks and cleanup 12 years ago
Trevor Norris aba03ebb5a events: type check listeners 12 years ago
Trevor Norris 8ab346c98f events: simplify removeAllListeners logic 12 years ago
Trevor Norris dd171d24df events: type check setMaxListeners, cleanup throws 12 years ago
Trevor Norris 8ca43a7f40 events: ensure usingDomain is always boolean 12 years ago
Trevor Norris 75305f3bab events: add check for listeners length 12 years ago
isaacs 0928a526dd fs: Support mode/flag options to read/append/writeFile 12 years ago
Ben Noordhuis f26362e938 http: use socket.once, not socket.on 12 years ago
isaacs 88644eaa2d stream: There is no _read cb, there is only push 12 years ago
isaacs 4b67f0be6d stream: Add stream.unshift(chunk) 12 years ago
isaacs 7764b84297 stream: Break up the onread function 12 years ago
Ben Noordhuis c11612026f net: omit superfluous 'connect' event 12 years ago
Ben Noordhuis 12d0f0bd3a lib, src: remove errno global 12 years ago
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 86433979c6 stream: Writables are not pipe()able 12 years ago
Ben Noordhuis d4a297ccb0 http: fix case in 505 response status line 12 years ago
isaacs b0e7dbf2c0 http: Do not free the wrong parser on socket close 12 years ago
isaacs 34046084c0 stream: Do not switch to objectMode implicitly 12 years ago
isaacs e03bc472f0 stream: Start out in sync=true state 12 years ago
Ben Noordhuis 4231dab39f crypto: fix base64 padding regression 12 years ago
isaacs 74c08403d8 lint 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
Trevor Norris d69a26b965 buffer: check logic simplification 12 years ago
isaacs 60238cce12 tls: Write pending data on socket drain 12 years ago
isaacs 09b1212254 http: Add fixme comment about ECONNRESET handling 12 years ago
Gil Pedersen 0a9930a230 stream: Pipe data in chunks matching read data 12 years ago
isaacs 8476aefc8e fs: Change default WriteStream config, increase perf 12 years ago
Shigeki Ohtsu cd372510bb timer: move setImmediate from timer to uv_check 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
isaacs 02374d0c17 tls: Cycle data when underlying socket drains 12 years ago