summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* tls: validate "rejectUnauthorized: undefined"Matteo Collina2021-08-091-1/+16
* module: fix legacy `node` specifier resolution to resolve `"main"` fieldAntoine du Hamel2021-07-281-6/+20
* module: improve support of data: URLsAntoine du Hamel2021-03-291-2/+5
* lib: add URI handling functions to primordialsAntoine du Hamel2021-03-294-0/+13
* v8: implement v8.stopCoverage()Joyee Cheung2021-03-171-0/+1
* v8: implement v8.takeCoverage()Joyee Cheung2021-03-171-0/+7
* worker: add eventLoopUtilization()Trevor Norris2021-03-161-0/+56
* http2: add unknownProtocol timeoutDaniel Bevenius2021-02-221-4/+27
* http: do not loop over prototype in AgentMichaël Zasso2021-02-091-1/+1
* async_hooks: fix leak in AsyncLocalStorage exitStephen Belanger2021-02-091-7/+11
* events: assume an EventEmitter if emitter.on is a functionLuigi Pinca2020-11-161-1/+4
* repl: improve static import error message in replMyles Borins2020-11-161-0/+9
* deps: upgrade to cjs-module-lexer@1.0.0Guy Bedford2020-11-161-1/+1
* module: cjs-module-lexer@0.4.1 big endian fixGuy Bedford2020-11-161-10/+4
* module: use Wasm CJS lexer when availableGuy Bedford2020-11-161-1/+19
* lib: change http client path assignmentYohanan Baruchel2020-11-161-2/+1
* lib: use remaining typed arrays from primordialsMichaël Zasso2020-11-1613-3/+29
* module: fix builtin reexport tracingGuy Bedford2020-11-161-2/+3
* fs: simplify realpathSynchimself652020-11-161-7/+4
* console: add Symbol.toStringTag propertyLeko2020-11-161-0/+7
* errors: simplify ERR_REQUIRE_ESM message generationRich Trott2020-11-161-1/+1
* errors: improve ERR_INVALID_OPT_VALUE errorDenys Otrishko2020-11-163-8/+10
* lib: use full URL to GitHub issues in commentsRich Trott2020-11-161-2/+4
* esm: use "node:" namespace for builtinsGuy Bedford2020-11-163-7/+7
* module: remove experimental modules warningGuy Bedford2020-11-161-19/+3
* module: exports pattern supportGuy Bedford2020-11-161-19/+45
* module: refine module type mismatch error casesGuy Bedford2020-11-162-27/+41
* module: named exports for CJS via static analysisGuy Bedford2020-11-163-35/+127
* http: added scheduling option to http agentdelvedor2020-11-161-1/+10
* http: only set keep-alive when not existsatian25@qq.com2020-11-161-2/+6
* stream: destroy wrapped streams on errorRobert Nagy2020-11-161-5/+23
* fs: add .ref() and .unref() methods to watcher classesrickyes2020-11-162-2/+60
* tls: reset secureConnecting on client socketDavid Halls2020-11-161-0/+2
* repl: give repl entries unique namesBradley Farias2020-11-161-4/+10
* http2: use and support non-empty DATA frame with END_STREAM flagCarlos Lopez2020-11-161-22/+84
* http2: wait for session socket writable end on close/destroyDenys Otrishko2020-11-161-36/+71
* http2: wait for session to finish writing before destroyDenys Otrishko2020-11-161-8/+6
* module: fix crash on multiline named cjs importsChristoph Tavan2020-10-011-7/+14
* module: use isURLInstance instead of instanceofAntoine du HAMEL2020-10-011-2/+2
* esm: better package.json parser errorsGuy Bedford2020-10-012-9/+14
* esm: shorten ERR_UNSUPPORTED_ESM_URL_SCHEME messageRich Trott2020-10-011-2/+2
* esm: improve error message of ERR_UNSUPPORTED_ESM_URL_SCHEMEDenys Otrishko2020-10-012-3/+12
* module: fix check for package.json at volume rootDerek Lewis2020-10-011-9/+12
* module: share CJS/ESM resolver fns, refactoringGuy Bedford2020-10-013-376/+157
* module: custom --conditions flag optionGuy Bedford2020-10-012-37/+37
* module: use cjsCache over esm injectionGuy Bedford2020-10-013-53/+22
* module: self referential modules in repl or `-r`Daniele Belardi2020-10-013-8/+32
* module: package "imports" fieldGuy Bedford2020-10-013-135/+232
* repl: support --loader option in builtin REPLMichaël Zasso2020-09-293-42/+54
* http: add maxTotalSockets to agent classrickyes2020-09-291-4/+54