628 Commits (809bf5e38cdb1fe304da9d413f07e9d7e66ce8f9)

Author SHA1 Message Date
Sakthipriyan Vairamani 9aa6a437cd test: use tmp directory in chdir test 9 years ago
Trevor Norris 71c53b6790 test: fix Buffer OOM error message 9 years ago
Sam Roberts 94e663ac5f timer: ref/unref return self 9 years ago
Karl Skomski e7a3ca3d31 src: use subarray() in Buffer#slice() for speedup 9 years ago
Michael Dawson 2a17c7f65e build: Updates to enable AIX support 9 years ago
Fedor Indutny 7ec0491fd0 http_server: fix resume after socket close 9 years ago
Yazhong Liu 1f842c2c61 fs: consider NaN/Infinity in toUnixTimestamp 9 years ago
Matt Loring fed0b28754 tools: fix flakiness in test-tick-processor 9 years ago
Fedor Indutny c7be08cec1 cluster: allow shared reused dgram sockets 9 years ago
Evan Lucas 3bc7e58ab0 child_process: use stdio.fd even if it is 0 9 years ago
Karl Skomski 98608774a7 src: use standard conform snprintf on windows 9 years ago
Karl Skomski 3bb923740d src: fix buffer overflow for long exception lines 9 years ago
Michaël Zasso 729479f3f4 buffer: SlowBuffer only accept valid numeric values 9 years ago
Ali Ijaz Sheikh d571680638 test: fix test-repl-tab-complete.js for V8 4.5 9 years ago
Jeremiah Senkpiel 46b7d15167 events,lib: don't require EE#listenerCount() 9 years ago
James M Snell 32037b78a2 child_process: check execFile and fork args 9 years ago
Ben Noordhuis 607aa3ac82 child_process: add callback parameter to .send() 9 years ago
Karl Skomski 599d4f5f3a src: fix memory leak in ExternString 9 years ago
Jeremiah Senkpiel 049b3a3ae2 timers: minor _unrefActive fixes and improvements 9 years ago
Julien Gilli 9724047268 timers: don't mutate unref list while iterating it 10 years ago
Julien Gilli e5bb66886b timers: Avoid linear scan in _unrefActive. 10 years ago
Karl Skomski e3740e4524 src: only memcmp if length > 0 in Buffer::Compare 9 years ago
Trevor Norris 37ee43efd5 test: improve performance of stringbytes test 9 years ago
Rich Trott 750adddd15 test: unmark test-process-argv-0.js as flaky 9 years ago
Roman Reiss 83c2c3b676 test: lint and refactor to avoid autocrlf issue 9 years ago
Sakthipriyan Vairamani b11e256574 test: use tmpDir instead of fixturesDir 9 years ago
Ben Noordhuis de88255b0f Revert "lib,src: add unix socket getsockname/getpeername" 9 years ago
Ben Noordhuis 7a999a1376 lib: add net.Socket#localFamily property 10 years ago
Ben Noordhuis f337595441 lib,src: add unix socket getsockname/getpeername 10 years ago
Sakthipriyan Vairamani bdef668881 test: handling failure cases properly 9 years ago
Alexis Campailla 34e25b2313 test: initial list of flaky tests 9 years ago
Alexis Campailla ff05953b8d test: add test configuration templates 9 years ago
Fedor Indutny 607bbd3166 http_parser: consume StreamBase instance 9 years ago
Rich Trott 972a57cb20 test: make test-process-argv-0 robust 9 years ago
Rich Trott fffa4c2528 test: speed up test-child-process-spawnsync.js 9 years ago
Rich Trott 7e63eb7762 test: make spawnSync() test robust 9 years ago
Rich Trott d6167689d9 test: refactor test-https-simple.js 9 years ago
Bradley Meck 2d251e661a module: fix module preloading when cwd is ENOENT 9 years ago
João Reis 6480f42288 test: remove test-timers-first-fire 9 years ago
cjihrig a69ab27ab4 node: rename from io.js to node 9 years ago
James M Snell 5ba868f024 tls: add --tls-cipher-list command line switch 9 years ago
Brendan Ashworth 8af5962608 test: add spaces after keywords 9 years ago
James M Snell ce145bf358 repl: filter integer keys from repl tab complete list 9 years ago
Mike Atkins f1810ed1b8 tls: handle empty cert in checkServerIndentity 9 years ago
Michaël Zasso 2235fad11b test: remove unreachable code 9 years ago
Brendan Ashworth 0d39d35739 test: reduce timeouts in test-net-keepalive 9 years ago
Brendan Ashworth 2052941149 test: improve test-net-server-pause-on-connect 9 years ago
Brendan Ashworth 04722d14ca test: improve test-net-pingpong 9 years ago
Sakthipriyan Vairamani 8f58fb92ff events: deprecate static listenerCount function 9 years ago
Rich Trott 522f8a8071 test: refactor test-fs-watchfile.js 9 years ago