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
2019-09-30module: pass full URL to loader for top-level loadGuy Bedford
2019-09-29tls: simplify setSecureContext() option parsingcjihrig
2019-09-29stream: remove ambiguous codeRobert Nagy
2019-09-28module: move cjs type check behind flagGuy Bedford
2019-09-28Revert "stream: invoke callback before emitting error always"Richard Lau
2019-09-28worker: fix process._fatalException return typeRuben Bridgewater
2019-09-28tls: add option for private keys for OpenSSL enginesAnton Gerasimov
2019-09-28stream: invoke callback before emitting error alwaysRobert Nagy
2019-09-26http2: optimize the altsvc Max bytes limit, define and use constantsrickyes
2019-09-25crypto: use byteLength in timingSafeEqualTobias Nießen
2019-09-24events: improve performance of EventEmitter.emitMatteo Collina
2019-09-24console,util: fix missing recursion end while inspecting prototypesRuben Bridgewater
2019-09-24tls: add option to override signature algorithmsAnton Gerasimov
2019-09-24stream: cleanup use of internal ended stateChetan Karande
2019-09-23bootstrap: add exception handling for profiler bootstrapShobhit Chittora
2019-09-23stream: make _write() optional when _writev() is implementedRobert Nagy
2019-09-23http: don't emit 'data' after 'error'Robert Nagy
2019-09-23stream: apply special logic in removeListener for readable.off()Robert Nagy
2019-09-23events: add support for EventTarget in onceJenia
2019-09-23stream: do not flush destroyed writableRobert Nagy
2019-09-23fs: remove unnecessary argument checkRobert Nagy
2019-09-23timers: set _destroyed even if there are no destroy-hooksJeremiah Senkpiel
2019-09-23stream: do not call _read() after destroy()Robert Nagy
2019-09-23stream: use more accurate end-of-stream writable and readable detectionRobert Nagy
2019-09-22stream: optimize creationRobert Nagy
2019-09-22console: skip/strip %c formattingGus Caplan
2019-09-22process: initial SourceMap support via NODE_V8_COVERAGEBenjamin Coe
2019-09-20http: remove legacy parserAnna Henningsen
2019-09-20stream: don't emit finish on errorRobert Nagy
2019-09-20module: error for CJS .js load within type: moduleGuy Bedford
2019-09-19repl: convert var to let and constLucas Holmquist
2019-09-19src: re-delete Atomics.wakeGus Caplan
2019-09-18bootstrap: provide usable error on missing internal moduleJeremiah Senkpiel
2019-09-18http: throw if 'host' agent header is not a string valueGiorgos Ntemiris
2019-09-18repl: fix bug in fs module autocompletionzhangyongsheng
2019-09-18module: reintroduce package exports dot mainGuy Bedford
2019-09-18lib: remove the use of util.isFunctionhimself65
2019-09-16inspector: new API - Session.connectToMainThreadEugene Ostroukhov
2019-09-16tty: add color support for moshAditya
2019-09-16http: refactor responseKeepAlive()Robert Nagy
2019-09-16repl: add autocomplete support for fs.promisesantsmartian
2019-09-14repl: add missing variable declarationLucas Holmquist
2019-09-14process: use public readableFlowing propertyChetan Karande
2019-09-13perf_hooks: remove non-existent entries from inspectKirill Fomichev
2019-09-13util: add encodeInto to TextEncoderAnna Henningsen
2019-09-13crypto: add oaepLabel optionTobias Nießen
2019-09-12stream: simplify isUint8Array helperAnna Henningsen
2019-09-09worker: make terminate() resolve for unref’ed WorkersAnna Henningsen
2019-09-08http2: do not crash on stream listener removal w/ destroyed sessionAnna Henningsen
2019-09-07perf_hooks: ignore duplicated entries in observerKirill Fomichev