4238 Commits (7fa4be0f87d93dce8cbea10dfaf239404febbc89)

Author SHA1 Message Date
Anna Henningsen d049919e7d vm: add ability to break on sigint/ctrl+c 9 years ago
Eugene Ostroukhov 8dd48c9251 inspector: fix inspector connection cleanup 9 years ago
Mathias Bynens fb39025e31 punycode: update to v2.0.0 9 years ago
Brian White e1d6bd9e30 stream: improve Readable.read() performance 9 years ago
Myles Borins 3d69ad1cf3 src: make Sec-WebSocket-Key check case-insensitive 9 years ago
Pavel Feldman 7d4f038a78 src,lib: v8-inspector support 9 years ago
James M Snell 929b6c29d8 src: refactor require('constants') 9 years ago
Bryce Simonds cd38401724 src: fix Windows segfault with `--eval` 9 years ago
Anna Henningsen e2bf250a29 test: add tests for some stream.Readable uses 9 years ago
Daniel Bevenius 6dc0dae830 src: rename "node" script to "bootstrap_node" 9 years ago
David Halls b0225e5926 stream: ensure awaitDrain is increased once 9 years ago
Fedor Indutny ad1045c829 http: fix no dumping after `maybeReadMore` 9 years ago
Natanael Copa caa6718a01 test: fix test-net-* error code check for getaddrinfo(3) 9 years ago
Brian White 535c8dd554 test: add more http token/value checking tests 9 years ago
Anna Henningsen 9c6b69ec1b stream: reset awaitDrain after manual .resume() 9 years ago
Brian White eded11705b test: use random ports where possible 9 years ago
Santiago Gimeno 6d3d2d1ae4 cluster: don't send messages if no IPC channel 9 years ago
Brian White d54c7c19a6 test: fix spawn on windows 9 years ago
Rich Trott e873063a3c test: enable test-debug-brk-no-arg 9 years ago
Bryan English d6091c8194 test: use common.fixturesDir almost everywhere 9 years ago
Fedor Indutny 40e49dee82 http: wait for both prefinish/end to keepalive 9 years ago
Rich Trott e8c91e7557 repl: refine handling of illegal tokens 9 years ago
Sakthipriyan Vairamani 1600966f59 fs: execute mkdtemp's callback with no context 9 years ago
Rich Trott 2961f06f6f debugger: fix --debug-brk interaction with -e 9 years ago
Rich Trott 6ce26c8c8b test: add test for uid/gid setting in spawn 9 years ago
Rich Trott 40604b54d4 test: remove disabled eio race test 9 years ago
Rich Trott 8b720c4582 test: remove non-incremental common.PORT changes 9 years ago
Jeremiah Senkpiel 6439fbfac0 test: test TTY problems by fakeing a TTY using openpty 9 years ago
Rich Trott 81a9f96a29 test: make test-child-process-fork-net more robust 9 years ago
Rich Trott 6cf0f622ef test: fix spurious EADDRINUSE in test-https-strict 9 years ago
Rich Trott dea120f247 test: update weak module for gc tests 9 years ago
Rich Trott 3bfbe8a62a test: remove `common.PORT` from gc tests 9 years ago
Anna Henningsen 371be9cd80 buffer: ignore negative allocation lengths 9 years ago
cjihrig 6a62bb0070 cluster: expose result of send() 9 years ago
cjihrig 2132d349b5 cluster: rewrite debug ports consistently 9 years ago
Santiago Gimeno b23cd48ca0 test: fix test-debug-port-numbers on OS X 9 years ago
Rich Trott 0a258e5369 test: remove modifcation to common.PORT 9 years ago
Brian White 79ad172589 string_decoder: rewrite implementation 9 years ago
Ben Noordhuis 8c289df175 test: use strictEqual consistently in agent test 9 years ago
Ben Noordhuis 257e54b9c0 tls,https: respect address family when connecting 9 years ago
Ben Noordhuis e4ac808c4d test: work around debugger not killing inferior 9 years ago
Santiago Gimeno 0bd8f4c4d8 cluster: reset handle index on close 9 years ago
cjihrig b5949f8bbc test: verify cluster worker exit 9 years ago
Alexis Campailla ea287fc1a6 test,win: skip addons/load-long-path on WOW64 9 years ago
Matteo Collina 8e6f8b2fb5 dgram: copy the list in send 9 years ago
Michaël Zasso 6f3f5af396 test: add regression test for Proxy as vm context 9 years ago
Anna Henningsen 108523e06e tools: make sure doctool anchors respect includes 9 years ago
Ben Noordhuis 2184e772d2 debugger: propagate --debug-port= to debuggee 9 years ago
Jesse McCarthy bf3afce668 tools: restore change of signatures to opts hashes 9 years ago
Fedor Indutny 21e31352d7 tls: catch `certCbDone` exceptions 9 years ago