3855 Commits (2ef08323c653dbdd5a791892d9bf7e25d1ea4160)

Author SHA1 Message Date
Ben Noordhuis 7d6acefbcc test: listen on and connect to 127.0.0.1 8 years ago
Fedor Indutny ece428ea63 http: fix no dumping after `maybeReadMore` 9 years ago
cjihrig ecf5c1cb25 test: refactor spawnSync() cwd test 9 years ago
cjihrig 4ee863d956 child_process: allow buffer encoding in spawnSync 9 years ago
Bryce Simonds 426aa0a5e8 src: fix Windows segfault with `--eval` 9 years ago
Rich Trott 7c55f59214 test: make stdout buffer test more robust 9 years ago
Rich Trott 3aef9b813f test: unmark test-http-regr-gh-2928 as flaky 9 years ago
Stefan Budeanu 2259e5db69 test: avoid test-cluster-master-* flakiness 9 years ago
Alex J Burke 5f444ed6a3 test: add tests for stream3 buffering using cork 9 years ago
Rich Trott 39e24742f8 assert: allow circular references 9 years ago
Eugene Obrezkov a3fa5db5ca repl: copying tabs shouldn't trigger completion 9 years ago
Jeremiah Senkpiel 01b314d165 test: test TTY problems by fakeing a TTY using openpty 9 years ago
Сковорода Никита Андреевич 709048134c buffer: backport new buffer constructor APIs to v4.x 8 years ago
Alexis Campailla e544b1c40c test,win: skip addons/load-long-path on WOW64 8 years ago
James M Snell fb03e57de2 buffer: backport --zero-fill-buffers cli option 9 years ago
Josh Leder 55f8689711 test: add test for responses to HTTP CONNECT req 9 years ago
Santiago Gimeno 9aec1ddb4f test: test cluster worker disconnection on error 9 years ago
Santiago Gimeno c0a42bc040 test: verify IPC messages are emitted on next tick 9 years ago
Anna Henningsen 5782ec2427 module: don't cache uninitialized builtins 9 years ago
Anna Henningsen b9dfdfe1d3 vm: don't abort process when stack space runs out 9 years ago
Ben Noordhuis efdeb69c9a test: work around debugger not killing inferior 9 years ago
Ben Noordhuis 74a5e911c0 debugger: propagate --debug-port= to debuggee 9 years ago
Ben Noordhuis e3f9bc893f test: use strictEqual consistently in agent test 9 years ago
Ben Noordhuis c807287e80 tls,https: respect address family when connecting 9 years ago
Trevor Norris 747f107188 async_wrap: don't abort on callback exception 9 years ago
Trevor Norris c06e2b07b6 async_wrap: notify post if intercepted exception 9 years ago
Trevor Norris 0642a146b3 async_wrap: setupHooks now accepts object 9 years ago
Trevor Norris 63356df39c src,http: fix uncaughtException miss in http 9 years ago
Trevor Norris 6f312b3a91 http_parser: use `MakeCallback` 9 years ago
Andreas Madsen 75ecf8eb07 async_wrap: add parent uid to init hook 9 years ago
Andreas Madsen e10eebffa5 async_wrap: make uid the first argument in init 9 years ago
Andreas Madsen 13d465bcf6 async_wrap: add uid to all asyncWrap hooks 9 years ago
Trevor Norris 1186b7a401 test: add addons test for MakeCallback 9 years ago
Natanael Copa 0414d882ce test: fix test-net-* error code check for getaddrinfo(3) 9 years ago
David Halls a08a0179e9 stream: ensure awaitDrain is increased once 8 years ago
Anna Henningsen b73ec46dcb stream: reset awaitDrain after manual .resume() 9 years ago
Rich Trott be0bb5f5fc test: fix unreliable known_issues test 9 years ago
Rich Trott 7e739ae159 test,tools: adjust function argument alignment 9 years ago
Santiago Gimeno ab50e82f42 test: fix test-process-exec-argv flakiness 9 years ago
Rich Trott 4e38655d5f test: refactor test-tls-reuse-host-from-socket 9 years ago
Rich Trott 1549899531 dgram,test: add addMembership/dropMembership tests 9 years ago
Santiago Gimeno 1c4549a31e test: fix flaky test-stdout-close-catch 9 years ago
Myles Borins 3b94e31245 test: robust handling of env for npm-test-install 9 years ago
Rich Trott 552e25cb6b lib,test: update in preparation for linter update 9 years ago
Jeremiah Senkpiel 4067cde7ee test: abstract skip functionality to common 9 years ago
Rich Trott 8b396e3d71 test: fix test-debugger-repl-break-in-module 9 years ago
Rich Trott 847b29c050 test: fix test-debugger-repl-term 9 years ago
cjihrig 2389006720 debugger: display array contents in repl 9 years ago
Ian Kronquist 0f6146c6c0 tools: add tests for the doctool 9 years ago
James M Snell 1d68bdbe3f test: fix error message checks in test-module-loading 9 years ago