2688 Commits (59dac01e4eaebd01714b6640ae2cd656796147fb)

Author SHA1 Message Date
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
isaacs 1762dd7ed9 stream: read(0) should not always trigger _read(n,cb) 12 years ago
isaacs 6bd450155c stream: Empty strings/buffers do not signal EOF any longer 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
isaacs 33b2aebb6d stream: Writable should ignore encoding for buffers 12 years ago
Bert Belder 255bc945c2 http: protect against response splitting attacks 12 years ago
Fedor Indutny d59beb9f68 tls: port CryptoStream to streams2 12 years ago
Fedor Indutny c024d2d8c0 streams: both `finish` and `close` should unpipe 12 years ago
Nathan Rajlich a9c4a20331 stream: make Writable#end() accept a callback function 12 years ago
Ben Noordhuis 8d14668992 zlib: reduce memory consumption, release early 12 years ago
Ben Noordhuis cd42f56178 buffer: optimize Buffer.prototype.write(s, 'hex') 12 years ago
Ben Noordhuis 3f65916fa9 buffer: optimize Buffer.prototype.toString('hex') 12 years ago
isaacs a6c18472cd stream: Don't stop reading on zero-length decoded output 12 years ago
isaacs 7e1cf84c9e stream: Don't signal EOF on '' or Buffer(0) 12 years ago
isaacs f64d1febc8 lint 12 years ago
Ben Noordhuis 3fe6aba558 os: rename tmpDir() to tmpdir() for consistency 12 years ago
isaacs 60f18ede39 readline: treat bare \r as a line ending 12 years ago
Ben Noordhuis 9bd9c546c8 readline: make \r\n emit one 'line' event 12 years ago
isaacs bda45a8be1 Revert "net: Avoid tickDepth warnings on small writes" 12 years ago
isaacs 02f7d1bfd8 net: Avoid tickDepth warnings on small writes 12 years ago
Bert Belder 6311f1c30a dgram: avoid EventEmitter leak warning 12 years ago
Bert Belder 5e7e51c2fe cluster: support datagram sockets 12 years ago
Fedor Indutny c13354e339 child_process: move binding init in constructor 12 years ago
isaacs 4c78a52a3a net: Initialize _connection, _handle in Socket ctor 12 years ago
isaacs faf78604ca http: Don't dump twice 12 years ago
isaacs e26622bd18 stream: Correct Transform class backpressure 12 years ago
Fedor Indutny 0d7a0216dc net: initialize TCPWrap when receiving socket 12 years ago
isaacs 15508589a1 addon: Pass module object to NODE_MODULE init function 12 years ago