2205 Commits (ccda6bb3ac99ee46508860385128f47a3d5547e5)

Author SHA1 Message Date
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
Fedor Indutny 00abc243dd child_process: remove .track option 12 years ago
isaacs 539bf1d7b7 console: Support formatting options in trace() 12 years ago
Dave Olszewski 14c911de77 domain: empty stack on all exceptions 12 years ago
Dan Milon 7295bb9435 dns: make error message match errno 12 years ago
Fedor Indutny 31583be042 tls: follow RFC6125 more stricly 12 years ago
Fedor Indutny 4488a69fac child_process: do not keep list of sent sockets 12 years ago
Fedor Indutny 44cd121c63 Revert "child_process: do not keep list of sent sockets" 12 years ago
Fedor Indutny db5ee0b3de child_process: do not keep list of sent sockets 12 years ago
isaacs b7d76a1a7b Revert "events: Don't crash on events named __proto__" 12 years ago
isaacs 1528de2373 stdio: Set readable/writable flags properly 12 years ago
isaacs b48e303af0 events: Don't crash on events named __proto__ 12 years ago
Ben Noordhuis 08ac9fe016 test: add cluster 'bind twice' test 13 years ago
Ben Noordhuis 498200b87c buffer: reject negative SlowBuffer offsets 12 years ago
isaacs 47f3fc9a26 test: add module-loading test with empty string 12 years ago
Felix Böhm 7465cf911a module: assert that require() is called with a string 12 years ago
isaacs 14e8f806de stream: Properly handle large reads from push-streams 12 years ago
Trevor Norris 22b84e6216 buffer: floating point read/write improvements 12 years ago
Ben Noordhuis 9668df8b39 v8: work around String::WriteAscii segfault 12 years ago
Fedor Indutny b4b750b6a5 tls: follow RFC6125 more stricly 12 years ago
isaacs 20a3c5d09c streams2: Do not allow hwm < lwm 12 years ago
isaacs 27fafd4648 stream: Do not call endReadable on a non-empty stream 12 years ago
Ben Noordhuis f3e78bd3c2 http: fix "Cannot call method 'emit' of null" 12 years ago
Felix Böhm 9bce5e8f3e repl: make built-in modules available by default 12 years ago
Bert Belder 6a91eab097 path: make basename and extname ignore trailing slashes 12 years ago
isaacs 3383d77c61 test: child process { stdio:'inherit' } 12 years ago
Bert Belder 7be27240b5 Revert "path: fix bugs related to paths with trailing slashes" 12 years ago