1047 Commits (2aa06b9fa000d172a3c58c060d4a06294e7e416a)

Author SHA1 Message Date
Rich Trott 2aa06b9fa0 child_process: preserve argument type 9 years ago
Rich Trott 4a0fb6fcb8 Revert "child_process: measure buffer length in bytes" 9 years ago
Lance Ball 7a7b8f7e67 repl: Default `useGlobal` to false in CLI REPL. 9 years ago
Ben Noordhuis 4891001d7e debugger: make listen address configurable 10 years ago
James M Snell d0e24923a6 net: use icu's punycode implementation 9 years ago
Ben Noordhuis 658ab3d1e6 test: check types for http request and response 9 years ago
Andras efb7a90fa9 timers: optimize `setImmediate()` 9 years ago
Andras a5d894590d timers: optimize linkedlist 9 years ago
Rich Trott 365f5207b3 test: test isFullWidthCodePoint with invalid input 9 years ago
Stefan Budeanu 91744aaf00 build: configure --shared 9 years ago
Rich Trott 40211e80f2 assert: remove unneeded arguments special handling 9 years ago
Lance Ball c39f6c0204 repl: Enable tab completion for global properties 9 years ago
Michael Wain fa9e6f7463 crypto: Allow GCM ciphers to have a longer IV length 9 years ago
Prince J Wesley ca95a84bc4 repl: fix tab completion for defined commands 9 years ago
Evan Lucas 6b1fc63dcb readline: allow passing prompt to constructor 9 years ago
Anna Henningsen e30f32f003 Revert "test: mark test-vm-timeout flaky on windows" 9 years ago
Anna Henningsen 55b87c0238 vm: test for abort condition of current invocation 9 years ago
Anna Henningsen 457d244170 test: fix flaky test-vm-timeout 9 years ago
Martin von Gagern 8f1733c4e7 test: add more UTF-8 StringDecoder tests 9 years ago
Brian White 962ac37e1f string_decoder: fix bad utf8 character handling 9 years ago
Rich Trott 0bbf2ef6ea test: fix flaky test-fs-watch-encoding on OS X 9 years ago
Rich Trott c236a13341 test: mark test-vm-timeout flaky on windows 9 years ago
Rich Trott 580e11026e test: refresh the tmpdir before using 9 years ago
Anna Henningsen da8e510ee0 repl: break on sigint/ctrl+c 9 years ago
Anna Henningsen d049919e7d vm: add ability to break on sigint/ctrl+c 9 years ago
Brian White e1d6bd9e30 stream: improve Readable.read() performance 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
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 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
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