3462 Commits (a2786dd4087dc0de6d2b88c8be54a4665dc28be0)

Author SHA1 Message Date
Rich Trott 6e2fe1c21a test: remove valid hostname check in test-dns.js 9 years ago
Rich Trott 779e14f1a7 test: expect error for test_lookup_ipv6_hint on FreeBSD 10 years ago
Fedor Indutny c60857a81a cluster: allow shared reused dgram sockets 10 years ago
Evan Lucas 2c3939c9c0 child_process: use stdio.fd even if it is 0 10 years ago
Karl Skomski eba3d3dccd src: use standard conform snprintf on windows 10 years ago
Karl Skomski cddbec231f src: fix buffer overflow for long exception lines 10 years ago
Sakthipriyan Vairamani 7038388558 doc,test: enable recursive file watching in Windows 10 years ago
Michaël Zasso d3178d8b1b buffer: SlowBuffer only accept valid numeric values 10 years ago
Rod Vagg 384effed20 test: fix use of `common` before required 10 years ago
Michaël Zasso 7ce749d722 src: replace usage of v8::Handle with v8::Local 10 years ago
Ali Ijaz Sheikh f146f686b7 test: fix test-repl-tab-complete.js for V8 4.5 10 years ago
Jeremiah Senkpiel f3696f64a1 events,lib: don't require EE#listenerCount() 10 years ago
Karl Skomski 101db80111 build: add --enable-asan with builtin leakcheck 10 years ago
James M Snell 609db5a1dd child_process: check execFile and fork args 10 years ago
Rich Trott fe4b309fd3 test: refactor to eliminate flaky test 10 years ago
Alexis Campailla 619721e6b8 test: mark eval_messages as flaky 10 years ago
Ben Noordhuis d010568c23 child_process: add callback parameter to .send() 10 years ago
Karl Skomski 5201cb0ff1 src: fix memory leak in ExternString 10 years ago
João Reis 93ba585b66 test: mark test-vm-syntax-error-stderr as flaky 10 years ago
João Reis 367140bca0 test: mark test-repl-persistent-history as flaky 10 years ago
Jeremiah Senkpiel f6b093343d timers: minor _unrefActive fixes and improvements 10 years ago
Julien Gilli 403d7ee7d1 timers: don't mutate unref list while iterating it 10 years ago
Julien Gilli 7a8c3e08c3 timers: Avoid linear scan in _unrefActive. 11 years ago
Karl Skomski 0357c8fc71 src: only memcmp if length > 0 in Buffer::Compare 10 years ago
Trevor Norris c7351db6dc test: improve performance of stringbytes test 10 years ago
Rich Trott c4ec1d2aad test: unmark test-process-argv-0.js as flaky 10 years ago
Roman Reiss 83c2c3b676 test: lint and refactor to avoid autocrlf issue 10 years ago
Sakthipriyan Vairamani b11e256574 test: use tmpDir instead of fixturesDir 10 years ago
Ben Noordhuis de88255b0f Revert "lib,src: add unix socket getsockname/getpeername" 10 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 10 years ago
Alexis Campailla 34e25b2313 test: initial list of flaky tests 10 years ago
Alexis Campailla ff05953b8d test: add test configuration templates 10 years ago
Fedor Indutny 607bbd3166 http_parser: consume StreamBase instance 10 years ago
Rich Trott 972a57cb20 test: make test-process-argv-0 robust 10 years ago
Rich Trott fffa4c2528 test: speed up test-child-process-spawnsync.js 10 years ago
Rich Trott 7e63eb7762 test: make spawnSync() test robust 10 years ago
Ben Noordhuis 1aa9d3a2ab build: make ci test addons in test/addons 10 years ago
Rich Trott d6167689d9 test: refactor test-https-simple.js 10 years ago
Bradley Meck 2d251e661a module: fix module preloading when cwd is ENOENT 10 years ago
João Reis 6480f42288 test: remove test-timers-first-fire 10 years ago
cjihrig a69ab27ab4 node: rename from io.js to node 10 years ago
Rich Trott ae8d436623 test: use reserved IP in test-net-connect-timeout 10 years ago
James M Snell 5ba868f024 tls: add --tls-cipher-list command line switch 10 years ago
Brendan Ashworth 8af5962608 test: add spaces after keywords 10 years ago
James M Snell ce145bf358 repl: filter integer keys from repl tab complete list 10 years ago
Mike Atkins f1810ed1b8 tls: handle empty cert in checkServerIndentity 10 years ago
Michaël Zasso 2235fad11b test: remove unreachable code 10 years ago
Michaël Zasso 518a4d08cb test: disallow unreachable code 10 years ago