4336 Commits (5a7a6d9b01b130c2d36a8c14c6e079314f5941d8)

Author SHA1 Message Date
Santiago Gimeno 588cfc5cfc test: fix test-debugger-pid 9 years ago
Rich Trott 0912b88320 test: make stdout buffer test more robust 9 years ago
Ben Noordhuis f644368e7c test: build addons with V8_DEPRECATION_WARNINGS=1 9 years ago
Anna Henningsen aa34b43909
test: allow out-of-order replies in dgram tests 9 years ago
Rich Trott 4e6dc00401 tools: lint for object literal spacing 9 years ago
Daniel Wang 3f69ea53fd
tools: update marked dependency 9 years ago
Rich Trott 5d0b1f4ffa test: run known_issues tests in CI 9 years ago
Bryan English fd49556c23 test: add tests for console.[info|error|warn] 9 years ago
Rich Trott c4006ddfc3 test: fix unreliable known_issues test 9 years ago
Ben Noordhuis f6940dfa46 src: don't use locale-sensitive strcasecmp() 9 years ago
Rich Trott 330ea769ef test: unmark test-http-regr-gh-2928 as flaky 9 years ago
Anna Henningsen 00ffa33564
tools: allow multiple added: version entries 9 years ago
Anna Henningsen 1b365f60f0
test,tools: test yaml parsing of doctool 9 years ago
Steven R. Loomis cd752e8463
intl: Don't crash if v8BreakIterator not available 9 years ago
Anna Henningsen bc8b525440
buffer: fix lastIndexOf index underflow issue 9 years ago
Anna Henningsen 55b975d402
buffer: fix lastIndexOf crash for overlong needle 9 years ago
Anna Henningsen 4d49bcb73e
buffer: fix UCS2 indexOf for odd buffer length 9 years ago
Anna Henningsen 5defa0cbaa
buffer: fix needle length misestimation for UCS2 9 years ago
Stefan Budeanu fc66e55396 test: avoid test-cluster-master-* flakiness 9 years ago
Rich Trott 1027b9447e lib,test: update in preparation for linter update 9 years ago
Rich Trott 52f85bebfc src: add O_NOATIME constant 9 years ago
Carl Lei b72d048a74
repl: create history file with mode 0600 9 years ago
Shigeki Ohtsu be480b1499 test: fix alpn tests for openssl1.0.2h 9 years ago
James M Snell a2e57192eb util: truncate inspect array and typed array 9 years ago
James M Snell ba6196f843 util: fix inspecting of proxy objects 9 years ago
cjihrig 1ab5b4ef20 test: refactor large event emitter tests 9 years ago
cjihrig d2eb935177 debugger: display array contents in repl 9 years ago
cjihrig 8a87b29034 readline: remove deprecated methods 9 years ago
James M Snell fa542ebcfd test: add failing url parse tests as known_issue 9 years ago
Rich Trott d3aafd02ef assert: allow circular references 9 years ago
Patrick Mueller 52cb410402 process: add process.cpuUsage() - implementation, doc, tests 9 years ago
DavidCai 706778a902 events: pass the original listener added by once 9 years ago
Rich Trott 6c49714df0 test,tools: limit lint tolerance of gc global 9 years ago
Ian Kronquist 2e845f8501
tools: add tests for the doctool 9 years ago
Rich Trott 8f56958658 test,tools: adjust function argument alignment 9 years ago
Rich Trott 296bfd239c crypto: fix error in deprecation message 9 years ago
Ben Noordhuis 428240519c test: check that 2nd handle.close() call is a nop 9 years ago
Ben Noordhuis a58d4839af src: simplify handlewrap state tracking logic 9 years ago
Fedor Indutny cee4c25c92 net: introduce `Socket#connecting` property 9 years ago
surya panikkal 0303a2552e
readline: allow history to be disabled 9 years ago
Evan Lucas 4f619bde4c cluster: migrate from worker.suicide 9 years ago
Jeremiah Senkpiel 9bb5a5e2a1 handle_wrap: IsRefed -> Unrefed, no isAlive check 9 years ago
Alex Kocharin eb4201f07a url: drop auth in `url.resolve()` if host changes 10 years ago
Anna Henningsen 3ee68f794f repl: don’t complete expressions when eval fails 9 years ago
Alex Lamar de1dc0ae2e module: preserve symlinks when requiring 9 years ago
Eugene Obrezkov 1c84579031 console: timeEnd() with no label emits warning 9 years ago
dcposch@dcpos.ch 6c1e5ad3ab buffer: add Buffer.prototype.lastIndexOf() 9 years ago
Michael Dawson 75e073f2b2 test: increase the platform timeout for AIX 9 years ago
Rich Trott a7335bd1f0 test,benchmark: use deepStrictEqual() 9 years ago
James M Snell 0e7d57af35 events: add prependListener() and prependOnceListener() 9 years ago