2074 Commits (b1b7b4e4e806faafebfad85e828d7e6ed492b44a)

Author SHA1 Message Date
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 14a4245051 net: don't suppress ECONNRESET 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 d5a5ae3c11 test: fix common.mustCall 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
isaacs 33b2aebb6d stream: Writable should ignore encoding for buffers 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
Ben Noordhuis acd0df4ad9 test: fix pummel test out-of-memory errors 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 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
isaacs 5d3c51d937 test: Add test for negative stream drain counter 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
Ben Noordhuis d7bf7ed993 zlib: don't assert on malformed dictionary 12 years ago
Ben Noordhuis 1c32eb4ae2 zlib: don't assert on missing dictionary 12 years ago
Ben Noordhuis 2dd373894f typed arrays: fix DataView endianness regression 12 years ago