summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* tools,test: enable multiline-comment-style rule in testsRich Trott2020-10-071-2/+1
* test: adjust comments for upcoming lint ruleRich Trott2020-10-0758-674/+566
* src: add check against non-weak BaseObjects at process exitAnna Henningsen2020-10-071-0/+1
* test: improve test coverage for eventtargetJuan José Arboleda2020-10-061-12/+29
* module: fix builtin reexport tracingGuy Bedford2020-10-044-0/+28
* src: move all base64.h inline methods into -inl.h header fileAnna Henningsen2020-10-031-1/+1
* crypto: set env values in KeyObject Deserialize methodThakurKarthik2020-10-031-0/+18
* console: add Symbol.toStringTag propertyLeko2020-10-012-4/+1
* doc: use .md extension for internal linksAntoine du Hamel2020-10-011-0/+47
* module: refine module type mismatch error casesGuy Bedford2020-09-303-1/+17
* Revert "src: runtime deprecate process.umask()"Beth Griggs2020-09-301-7/+0
* esm: use "node:" namespace for builtinsGuy Bedford2020-09-296-11/+11
* fs: fix fs.promises.writeFile with typed arraysMichaël Zasso2020-09-291-0/+24
* module: named exports for CJS via static analysisGuy Bedford2020-09-287-27/+132
* repl: standardize Control key indicationsRich Trott2020-09-282-6/+7
* test: update wpt tests for encodingDaijiro Wachi2020-09-283-3/+3
* test: update wpt status for urlDaijiro Wachi2020-09-281-4/+1
* test: update wpt tests for urlDaijiro Wachi2020-09-283-3/+3
* test: replace annonymous functions with arrowPooja D.P2020-09-271-6/+6
* test,child_process: add tests for signalCode valueRich Trott2020-09-261-0/+2
* src: allow N-API addon in `AddLinkedBinding()`Anna Henningsen2020-09-261-1/+108
* win, child_process: sanitize env variablesBartosz Sosnowski2020-09-241-1/+10
* stream: fix legacy pipe error handlingRobert Nagy2020-09-231-1/+15
* process: change default --unhandled-rejections=throwDan Fabulich2020-09-2213-66/+71
* tools,doc: enforce alphabetical order for md refsAntoine du Hamel2020-09-221-1/+1
* module: fix crash on multiline named cjs importsChristoph Tavan2020-09-223-1/+17
* stream: don't destroy on async iterator successRobert Nagy2020-09-211-3/+134
* https: set requestTimeout default to 0Robert Nagy2020-09-211-0/+21
* readline: fix key name for function keys with modifiersDrunkenPoney2020-09-211-1/+23
* stream: move to internal/streamsMatteo Collina2020-09-212-9/+9
* test: improve assertions in pummel/test-timersRich Trott2020-09-201-2/+2
* url: support non-special URLsDaijiro Wachi2020-09-207-18/+268
* n-api: create N-API version 7Gabriel Schulhof2020-09-182-2/+1
* module: exports pattern supportGuy Bedford2020-09-173-3/+8
* test: add wasi readdir() testcjihrig2020-09-173-0/+55
* url: remove U+0000 case in the fragment stateMichaël Zasso2020-09-161-3/+0
* test: update WPT harness and testsMichaël Zasso2020-09-16133-1739/+9610
* fs: loosen validation to allow objects with an own toString functionJordan Harband2020-09-152-0/+30
* http: add requestTimeoutMatteo Collina2020-09-156-0/+370
* deps: update llhttp to 2.1.2Fedor Indutny2020-09-152-1/+8
* test: improve pummel/test-timers.jsRich Trott2020-09-151-5/+8
* http: only set keep-alive when not existsatian25@qq.com2020-09-122-1/+32
* http: allow Content-Length header for 304 responsesArnaud Lefebvre2020-09-111-0/+32
* lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODINGDenys Otrishko2020-09-1139-190/+169
* esm: better package.json parser errorsGuy Bedford2020-09-112-5/+4
* doc,test: specify and test CLI option precedence rulesAnna Henningsen2020-09-111-0/+22
* module: fix specifier resolution option valuehimself652020-09-102-18/+9
* test: revise test-policy-integrityRich Trott2020-09-101-2/+3
* test: remove setMaxListeners in test-crypto-randomTobias Nießen2020-09-091-3/+0
* crypto: improve invalid arg type message for randomInt()Rich Trott2020-09-091-4/+4