2461 Commits (881ef7cc5fc897cca2f2f0a512e59111ff5a6cd8)

Author SHA1 Message Date
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
Trevor Norris 65249ccd9b buffer: slow buffer copy compatibility fix 12 years ago
Trevor Norris cbe3941db9 buffer: error and misc cleanup 12 years ago
Trevor Norris 49175e6ae2 buffer: clean up copy() asserts and tests 12 years ago
Trevor Norris 16bbeccd40 buffer: slow buffer copy compatibility fix 12 years ago
Andy Burke 595b5974d7 Add bytesWritten to tls.CryptoStream 12 years ago
Fedor Indutny 82f1d340c1 tls: make slab buffer's size configurable 12 years ago
isaacs 782149ddc3 streams2: Handle sync read callbacks nicely 12 years ago
Raynos 444bbd4fa7 streams: Support objects other than Buffers 12 years ago
Ben Noordhuis 4a7a98fd0a http: close connection on 204 and chunked encoding 12 years ago
Ben Noordhuis 2cbf4586df http: close connection on 304 and chunked encoding 12 years ago
Fedor Indutny 00abc243dd child_process: remove .track option 12 years ago
isaacs 539bf1d7b7 console: Support formatting options in trace() 12 years ago