summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* tls: Write pending data on socket drainisaacs2013-02-191-0/+4
* http: Add fixme comment about ECONNRESET handlingisaacs2013-02-181-0/+2
* Merge remote-tracking branch 'ry/v0.8' into masterisaacs2013-02-181-2/+22
|\
| * http: Do not let Agent hand out destroyed socketsisaacs2013-02-141-1/+2
| * http: Raise hangup error on destroyed socket writeisaacs2013-02-141-1/+20
| * http: protect against response splitting attacksBert Belder2013-02-071-0/+5
* | stream: Pipe data in chunks matching read dataGil Pedersen2013-02-151-2/+7
* | fs: Change default WriteStream config, increase perfisaacs2013-02-151-5/+1
* | timer: move setImmediate from timer to uv_checkShigeki Ohtsu2013-02-151-24/+15
* | buffer: accept negative indices in Buffer#slice()Ben Noordhuis2013-02-121-18/+19
* | net: Respect the 'readable' flag on socketsisaacs2013-02-121-2/+2
* | tls: Cycle data when underlying socket drainsisaacs2013-02-111-0/+12
* | stream: read(0) should not always trigger _read(n,cb)isaacs2013-02-111-0/+10
* | stream: Empty strings/buffers do not signal EOF any longerisaacs2013-02-111-1/+1
* | net: don't suppress ECONNRESETBen Noordhuis2013-02-111-5/+1
* | fs: fix immediate WriteStream#end()Ben Noordhuis2013-02-111-4/+6
* | stream: Writable should ignore encoding for buffersisaacs2013-02-071-2/+2
* | Merge remote-tracking branch 'ry/v0.8' into masterisaacs2013-02-061-0/+1
|\ \ | |/
| * zlib: reduce memory consumption, release earlyBen Noordhuis2013-02-051-1/+8
| * buffer: slow buffer copy compatibility fixTrevor Norris2013-01-251-2/+2
* | tls: port CryptoStream to streams2Fedor Indutny2013-02-061-386/+280
* | streams: both `finish` and `close` should unpipeFedor Indutny2013-02-061-5/+9
* | stream: make Writable#end() accept a callback functionNathan Rajlich2013-02-051-2/+15
* | buffer: optimize Buffer.prototype.write(s, 'hex')Ben Noordhuis2013-02-021-30/+0
* | buffer: optimize Buffer.prototype.toString('hex')Ben Noordhuis2013-02-011-15/+0
* | stream: Don't stop reading on zero-length decoded outputisaacs2013-01-311-3/+3
* | stream: Don't signal EOF on '' or Buffer(0)isaacs2013-01-311-7/+14
* | lintisaacs2013-01-291-1/+1
* | os: rename tmpDir() to tmpdir() for consistencyBen Noordhuis2013-01-301-1/+3
* | readline: treat bare \r as a line endingisaacs2013-01-291-4/+26
* | readline: make \r\n emit one 'line' eventBen Noordhuis2013-01-291-3/+8
* | Revert "net: Avoid tickDepth warnings on small writes"isaacs2013-01-281-1/+7
* | net: Avoid tickDepth warnings on small writesisaacs2013-01-281-7/+1
* | dgram: avoid EventEmitter leak warningBert Belder2013-01-281-3/+14
* | cluster: support datagram socketsBert Belder2013-01-283-30/+105
* | child_process: move binding init in constructorFedor Indutny2013-01-282-4/+4
* | net: Initialize _connection, _handle in Socket ctorisaacs2013-01-281-0/+3
* | http: Don't dump twiceisaacs2013-01-281-0/+3
* | stream: Correct Transform class backpressureisaacs2013-01-281-50/+59
* | net: initialize TCPWrap when receiving socketFedor Indutny2013-01-281-0/+4
* | addon: Pass module object to NODE_MODULE init functionisaacs2013-01-251-3/+1
* | buffer: error and misc cleanupTrevor Norris2013-01-251-25/+30
* | buffer: clean up copy() asserts and testsTrevor Norris2013-01-251-25/+14
* | buffer: slow buffer copy compatibility fixTrevor Norris2013-01-251-2/+2
* | Add bytesWritten to tls.CryptoStreamAndy Burke2013-01-241-1/+3
* | tls: make slab buffer's size configurableFedor Indutny2013-01-241-2/+5
* | streams2: Handle sync read callbacks nicelyisaacs2013-01-241-16/+23
* | streams: Support objects other than BuffersRaynos2013-01-242-24/+76
* | http: close connection on 204 and chunked encodingBen Noordhuis2013-01-241-7/+11
* | http: close connection on 304 and chunked encodingBen Noordhuis2013-01-231-0/+16