322 Commits (b0dd3bf499083214023da534e6cd0989f57dbecd)

Author SHA1 Message Date
Yosuke Furukawa 8357c5084b fs: set encoding on fs.createWriteStream 10 years ago
Santiago Gimeno b9267189a5 test: fix test-child-process-stdout-flush-exit 10 years ago
Yosuke Furukawa d20f018dcf test: loosen condition to detect infinite loop 10 years ago
Rich Trott 8704c58fc4 test: remove unneeded comment task 10 years ago
Evan Lucas 5b6f575c1f Revert "src: add getopt option parser" 10 years ago
Evan Lucas c0e7bf2d8c src: add getopt option parser 10 years ago
Rich Trott 8059393934 test: check error type from net.Server.listen() 10 years ago
Vladimir Kurchatkin 2c686fd3ce http: flush stored header 10 years ago
Evan Lucas a77c330c32 child_process: expose ChildProcess constructor 10 years ago
Ben Noordhuis c2b8b30836 test: remove stray copyright notices 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
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