1559 Commits (089ec586135726e82dc0d25c2e328478d577db24)

Author SHA1 Message Date
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
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
Fedor Indutny c34326b286 test: fix tests after ECONNRESET patch 12 years ago
Victor Costan e235bce2ba Fix crypto.hmac behavior with empty keys. 12 years ago
isaacs 02374d0c17 tls: Cycle data when underlying socket drains 12 years ago
Ben Noordhuis f5f9e8da71 crypto: improve cipher/decipher error messages 12 years ago
isaacs 862b164209 test: update http tests for ECONNRESET change 12 years ago
Ben Noordhuis c7b84a1d01 fs: fix immediate WriteStream#end() 12 years ago
Ben Noordhuis ed3d553d82 typed arrays: make call-as-function work for ctors 12 years ago
Ben Noordhuis 5a9d30bb86 typed arrays: copy Buffer in typed array constructor 12 years ago
Ben Noordhuis fe103357ae typed arrays: make DataView throw on non-ArrayBuffer 12 years ago
Ben Noordhuis 234551a22a buffer: fix Buffer::HasInstance() check 12 years ago
Ben Noordhuis 144e21ed30 Revert "typed arrays: only share ArrayBuffer backing store" 12 years ago
Ben Noordhuis fd9d8b5e4a Revert "typed arrays: copy non-ArrayBuffer in DataView ctor" 12 years ago
Ben Noordhuis c4f418d035 test: disable simple/test-dgram-send-error 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
Ben Noordhuis 7b0770bff5 typed arrays: copy non-ArrayBuffer in DataView ctor 12 years ago
Fedor Indutny c024d2d8c0 streams: both `finish` and `close` should unpipe 12 years ago
Ben Noordhuis b58efe7709 test: add cluster EADDRINUSE test 12 years ago
Ben Noordhuis 01ee551e70 typed arrays: only share ArrayBuffer backing store 12 years ago
Nathan Rajlich a9c4a20331 stream: make Writable#end() accept a callback function 12 years ago
isaacs 916aebabb8 debugger: Make the debugger timeout configurable 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
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 5e7e51c2fe cluster: support datagram sockets 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
Ben Noordhuis a39f669bc7 test: move simple/test-http-dns-fail to test/internet 12 years ago
Trevor Norris 65249ccd9b buffer: slow buffer copy compatibility fix 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
isaacs 6e05faa3d0 test: Add transform objectMode test 12 years ago
Fedor Indutny 82f1d340c1 tls: make slab buffer's size configurable 12 years ago