Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-04-28module: refactor conditionMyles Borins
2020-04-28util,readline: NFC-normalize strings before getStringWidthAnna Henningsen
2020-04-28cluster: removed unused addressType argument from constructorYash Ladha
2020-04-28tls: add highWaterMark option for connectrickyes
2020-04-28vm: add importModuleDynamically option to compileFunctionGus Caplan
2020-04-28lib: unnecessary const assignment for classYash Ladha
2020-04-28lib: simplify function process.emitWarninghimself65
2020-04-28fs: update validateOffsetLengthRead in utils.jsdaemon1024
2020-04-28http2: wait for secureConnect before initializingbcoe
2020-04-28module: exports not exported for null resolutionsGuy Bedford
2020-04-28module: improve error for invalid package targetsMyles Borins
2020-04-28tls: move getAllowUnauthorized to internal/optionsJames M Snell
2020-04-28fs: extract kWriteFileMaxChunkSize constantrickyes
2020-04-28perf_hooks: remove unnecessary assignment when name is undefinedrickyes
2020-04-28fs: remove unnecessary else statementJesus Hernandez
2020-04-28lib: remove unnecesary else blockDavid Daza
2020-04-28stream: close iterator in Readable.fromVadzim Zieńka
2020-04-28stream: inline unbuffered _writeRobert Nagy
2020-04-28module: remove experimental modules warningGuy Bedford
2020-04-28module: fix memory leak when require error occursQinhui Chen
2020-04-28fs: use finished over destroy w/ cbRobert Nagy
2020-04-28http: refactor agent 'free' handlerRobert Nagy
2020-04-28process: suggest --trace-warnings when printing warningAnna Henningsen
2020-04-28lib: created isValidCallback helperYash Ladha
2020-04-28buffer: add type check in bidirectionalIndexOfGerhard Stoebich
2020-04-28tls: provide default cipher list from command lineAnna Henningsen
2020-04-28buffer: mark pool ArrayBuffer as untransferableAnna Henningsen
2020-04-28async_hooks: merge run and exit methodsAndrey Pechkurov
2020-04-28async_hooks: prevent sync methods of async storage exiting outer contextStephen Belanger
2020-04-28deps: V8: cherry-pick dc3a90be6ca7Michaël Zasso
2020-04-12lib: fix return type of setTimeout in net.Socket龙腾道
2020-04-12perf_hooks: allow omitted parameters in 'performance.measure'himself65
2020-04-12lib: removes unnecessary paramsJesus Hernandez
2020-04-11util: add `maxStrLength` option to `inspect` functionunknown
2020-04-11lib: changed functional logic in cluster schedulersYash Ladha
2020-04-11dns: remove duplicate coderickyes
2020-04-11async_hooks: use hasHooks function internallyrickyes
2020-04-11stream: complete pipeline with stdioRobert Nagy
2020-04-11async_hooks: move to lazy destroy hook registration in AsyncResourceAndrey Pechkurov
2020-04-11module: expose exports conditions to loadersJan Krems
2020-04-11worker: support MessagePort to workers dataJuan José Arboleda
2020-04-11util: only inspect error properties that are not visible otherwiseRuben Bridgewater
2020-04-11fs: make parameters optional for readSyncLucas Holmquist
2020-04-11http: fix incorrect headersTimeout measurementAlex R
2020-04-11net: wait for shutdown to complete before closingRobert Nagy
2020-04-11module: path-only CJS exports extension searchingGuy Bedford
2020-03-30wasi: clean up options validationDenys Otrishko
2020-03-30dns: add dns.ALL hints flag constantmurgatroid99
2020-03-30fs: fix fs.read when passing null valuehimself65
2020-03-30lib: removed unused error codeYash Ladha