4018 Commits (d629f265fe47bf410467fef4a6bf7515a1fd92e5)

Author SHA1 Message Date
Rich Trott 559c2583e0 lib,test: update in preparation for linter update 9 years ago
Rich Trott ceeae4b180 tools,test: make argument linting more stringent 9 years ago
Rumkin 6d1527bb37 util: fix invalid date output with util.inspect 9 years ago
Anna Henningsen 1d6c17efd7 util: adhere to `noDeprecation` set at runtime 9 years ago
Anna Henningsen 9cd14ced09 buffer: fix UCS2 indexOf for odd buffer length 9 years ago
Anna Henningsen a550ddbf3c buffer: fix needle length misestimation for UCS2 9 years ago
Anna Henningsen 6fc20c5a97 buffer: fix lastIndexOf crash for overlong needle 9 years ago
Anna Henningsen 44015754a3 buffer: fix lastIndexOf index underflow issue 9 years ago
Rich Trott 955c90d725 benchmark,test,lib: remove extra spaces 9 years ago
Shigeki Ohtsu 65030c77b7 test: fix alpn tests for openssl1.0.2h 9 years ago
James M Snell 91ab769940 util: truncate inspect array and typed array 9 years ago
James M Snell 0bca959617 util: fix inspecting of proxy objects 9 years ago
cjihrig 7641f9a6de test: refactor large event emitter tests 9 years ago
cjihrig 2d503b1d4b debugger: display array contents in repl 9 years ago
James M Snell 457d12a0a1 test: add failing url parse tests as known_issue 9 years ago
Rich Trott 76c9ab5fcf assert: allow circular references 9 years ago
Patrick Mueller 1b9fdba04e process: add process.cpuUsage() - implementation, doc, tests 9 years ago
DavidCai 2c92a1fe03 events: pass the original listener added by once 9 years ago
Rich Trott 089362f8b8 test,tools: limit lint tolerance of gc global 9 years ago
Ian Kronquist 66903f6695 tools: add tests for the doctool 9 years ago
Rich Trott 6d1606ee94 test,tools: adjust function argument alignment 9 years ago
Rich Trott fdde36909c crypto: fix error in deprecation message 9 years ago
Fedor Indutny cbbe95e1e1 net: introduce `Socket#connecting` property 9 years ago
surya panikkal 9c6ef5b3e1 readline: allow history to be disabled 9 years ago
Evan Lucas 66f048af6f cluster: migrate from worker.suicide 9 years ago
Alex Kocharin 1b50b80e06 url: drop auth in `url.resolve()` if host changes 10 years ago
Anna Henningsen bd2cee1b10 repl: don’t complete expressions when eval fails 9 years ago
Alex Lamar c43b182b11 module: preserve symlinks when requiring 9 years ago
Eugene Obrezkov 30507951d9 console: timeEnd() with no label emits warning 9 years ago
dcposch@dcpos.ch 3350b4712b buffer: add Buffer.prototype.lastIndexOf() 9 years ago
Michael Dawson 0ed85e35a9 test: increase the platform timeout for AIX 9 years ago
Rich Trott 3a0eef7b99 test,benchmark: use deepStrictEqual() 9 years ago
James M Snell aa53bf2faa events: add prependListener() and prependOnceListener() 9 years ago
Evan Lucas 591ebe7d82 test: add tests for console.assert 9 years ago
Ali Ijaz Sheikh a9bab5fddb test: v8-flags is sensitive to script caching 9 years ago
cjihrig c83204e2d9 test: don't assume IPv6 in test-regress-GH-5727 9 years ago
Brian White 846afbf663 http: disallow sending obviously invalid status codes 9 years ago
Dirceu Pereira Tiegs c32c889c45 net: Validate port in createServer().listen() 9 years ago
Calvin Metcalf c0abecdaf3 stream: make null an invalid chunk to write in object mode 9 years ago
Fedor Indutny 816df10d09 http: unref socket timer on parser execute 9 years ago
Michaël Zasso f3d9de772c module: fix resolution of filename with trailing slash 9 years ago
Fedor Indutny 479344f695 stream_base: expose `bytesRead` getter 9 years ago
Fedor Indutny 6e57d2d7c4 test: spawn new processes in vm-cached-data 9 years ago
Santiago Gimeno de4dc31a55 test: move more tests from sequential to parallel 9 years ago
surya panikkal 3dbd58ab3e test: assert - fixed error messages to match the tests 9 years ago
Anna Henningsen 6e3301fb7e test: add zlib close-after-error regression test 9 years ago
Rich Trott 422fabaec3 test,tools: enable linting for undefined vars 9 years ago
Brian White 59737b29c7 url: use "empty" object for empty query strings 9 years ago
Josh Leder 5e6a03a46b test: add test for responses to HTTP CONNECT req 9 years ago
Santiago Gimeno 4dcb1a2654 test: fix flaky test-http-set-timeout-server 9 years ago