342 Commits (1aa9d3a2ab9bcd03f58efc95dc0077a82088fe61)

Author SHA1 Message Date
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
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
Trevor Norris 10e31ba56c node: allow multiple arguments passed to nextTick 10 years ago
Shigeki Ohtsu deb9d23d7b test: fix error message check for openssl-1.0.2a 10 years ago
Ben Noordhuis e306c78f83 src: disable fast math on arm 10 years ago
Alex Kocharin f0bf6bb024 readline: fix calling constructor without new 10 years ago
Roman Reiss 7049d7b474 test: increase timeouts on ARM 10 years ago
Jackson Tian 372bf83818 zlib: make constants keep readonly 10 years ago
Jeffrey Jagoda 1e94057c05 url: fix resolving from non-file to file URLs. 10 years ago
Fedor Indutny 6f72d87c27 test: add test for a unref'ed timer leak 10 years ago
Julien Gilli cca5efb086 timers: don't close interval timers when unrefd 10 years ago
Ali Ijaz Sheikh b6e22c4bd5 src: setup cluster workers before preloading 10 years ago
Ben Noordhuis 8d1c87ea0a test: fix race in parallel/test-vm-debug-context 10 years ago
Petka Antonov 77c2da10fd timers: make Timer.close idempotent 10 years ago
Roman Reiss caf0b36de3 timers: assure setTimeout callback only runs once 10 years ago
Vladimir Kurchatkin 2db758c562 iojs: introduce internal modules 10 years ago
Ben Noordhuis 7e88a9322c src: make accessors immune to context confusion 10 years ago
Connor Peet 849319a260 util: Check input to util.inherits 10 years ago
Ben Noordhuis 9705a34e96 test: move sequential/test-signal-unregister 10 years ago
Ben Noordhuis cf081a4712 vm: fix crash on fatal error in debug context 10 years ago
Brendan Ashworth 999fbe9d96 test: fix crypto-binary-default bad crypto check 10 years ago
Ben Noordhuis 2b3b2d392f test: add setTimeout/setInterval multi-arg tests 10 years ago
Fedor Indutny b64983d77c src: reset signal handler to SIG_DFL on FreeBSD 10 years ago
Michaël Zasso 6fc5e95354 module: allow require('.') 10 years ago
Jeremiah Senkpiel a89f5c2156 querystring: parse numbers correctly 10 years ago
cjihrig 8de78e470d path: reduce type checking on some methods 10 years ago