3620 Commits (b094402937cdf6e5cef6f2bb62821d1fb0ef1410)

Author SHA1 Message Date
Evan Lucas a77c330c32 child_process: expose ChildProcess constructor 10 years ago
Ben Noordhuis c2b8b30836 test: remove stray copyright notices 10 years ago
Ben Noordhuis 280fb01daf test: fix deprecation warning in addons test 10 years ago
Ben Noordhuis 93a44d5228 src: fix deferred events not working with -e 10 years ago
Roman Reiss cb381fe3e0 net: return this from setNoDelay and setKeepAlive 10 years ago
Roman Reiss 39dde3222e net,dgram: return this from ref and unref methods 10 years ago
Brendan Ashworth 9da168b71f buffer: optimize Buffer.byteLength 10 years ago
Malte-Thorben Bruns 2a71f02988 tls: emit errors happening before handshake finish 10 years ago
Fedor Indutny 80342f649d tls: use `.destroy(err)` instead of destroy+emit 10 years ago
Shigeki Ohtsu 9b35be5810 tls: make server not use DHE in less than 1024bits 10 years ago
Michaël Zasso 5773438913 test: fix jslint error 10 years ago
Santiago Gimeno 867631986f test: fix test-sync-io-option 10 years ago
Roman Reiss f29762f4dd test: enable linting for tests 10 years ago
Evan Lucas 85d9983009 net: persist net.Socket options before connect 10 years ago
Trevor Norris c1de6d249e core: implement runtime flag to trace sync io 10 years ago
Frederic Hemberger 066274794c doc: update links from iojs/io.js to nodejs/io.js 10 years ago
Yazhong Liu 6edc900b95 repl: support non-array `.scope`, document it 10 years ago
Shigeki Ohtsu 7c52e1c1f4 tls_wrap: fix error cb when fatal TLS Alert recvd 10 years ago
Evan Lucas d4726cde57 http,net,tls: return this from setTimeout methods 10 years ago
Yosuke Furukawa 0a461e5360 src: fix preload when used with prior flags 10 years ago
Yosuke Furukawa 4e2f999a62 test: fix infinite loop detection 10 years ago
cjihrig 76937051f8 os: refine tmpdir() trailing slash stripping 10 years ago
Evan Lucas 8b9a1537ad events: provide better error message for unhandled error 10 years ago
Yosuke Furukawa 18d457bd34 dgram: call send callback asynchronously 10 years ago
Alex Kocharin aed6bce906 readline: turn emitKeys into a streaming parser 10 years ago
Oleg Elifantiev 5883a59b21 cluster: disconnect event not emitted correctly 10 years ago
Roman Klauke 931a0d4634 src: add type check to v8.setFlagsFromString() 10 years ago
Shigeki Ohtsu 6ccbe75384 js_stream: fix buffer index in DoWrite 10 years ago
Rod Vagg 702997c1f0 Revert "url: significantly improve the performance of the url module" 10 years ago
Rod Vagg 0f39ef4ca1 Revert "url: fix treatment of some values as non-empty" 10 years ago
Petka Antonov 66877216bd url: fix treatment of some values as non-empty 10 years ago
Petka Antonov 3fd7fc429c url: significantly improve the performance of the url module 10 years ago
Brian White c7782c0af8 node: improve nextTick performance 10 years ago
Fedor Indutny 550c2638c0 tls: use `SSL_set_cert_cb` for async SNI/OCSP 10 years ago
Chris Dickinson 0450ce7db2 repl: add mode detection, cli persistent history 10 years ago
Rod Vagg f9b226c1c1 test: extend timeouts for ARMv6 10 years ago
Julian Duque f9c681cf62 fs: validate fd on fs.write 10 years ago
Ben Noordhuis 36cd5fb9d2 deps: upgrade v8 to 4.2.77.13 10 years ago
Christian Tellnes b57cc51d8d os: remove trailing slash from os.tmpdir() 10 years ago
Evan Lucas bfae8236b1 test: fix test-net-dns-custom-lookup test assertion 10 years ago
Christopher Monsanto bf7ac08dd0 util: add Map and Set inspection support 10 years ago
Fedor Indutny b3a7da1091 deps: update http_parser to 2.5.0 10 years ago
Trevor Norris 5404cbc745 buffer: fix copy() segfault with zero arguments 10 years ago
Evan Lucas 4abe2fa1cf net: add lookup option to Socket.prototype.connect 10 years ago
Evan Lucas 1bef717476 net: cleanup connect logic 10 years ago
Chris Yip 7384ca83f9 module: remove '' from Module.globalPaths 10 years ago
Guilherme Souza a7d74633f2 tls_wrap: use localhost if options.host is empty 10 years ago
Brendan Ashworth 6bf85bc81e test: add test for 06cfff9 regression 10 years ago
fengmk2 7956a13dad http: logically respect maxSockets 10 years ago
Roman Reiss 3ad82c335d module: handle NODE_PATH in require('.') 10 years ago