summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* tls: add option to override signature algorithmsAnton Gerasimov2019-09-232-0/+20
* stream: cleanup use of internal ended stateChetan Karande2019-09-243-4/+4
* bootstrap: add exception handling for profiler bootstrapShobhit Chittora2019-09-231-2/+10
* stream: make _write() optional when _writev() is implementedRobert Nagy2019-09-221-1/+5
* http: don't emit 'data' after 'error'Robert Nagy2019-09-221-3/+0
* stream: apply special logic in removeListener for readable.off()Robert Nagy2019-09-221-0/+1
* events: add support for EventTarget in onceJenia2019-09-221-0/+11
* stream: do not flush destroyed writableRobert Nagy2019-09-221-3/+21
* fs: remove unnecessary argument checkRobert Nagy2019-09-221-6/+3
* timers: set _destroyed even if there are no destroy-hooksJeremiah Senkpiel2019-09-222-2/+2
* stream: do not call _read() after destroy()Robert Nagy2019-09-222-6/+4
* stream: use more accurate end-of-stream writable and readable detectionRobert Nagy2019-09-221-2/+16
* stream: optimize creationRobert Nagy2019-09-222-22/+28
* console: skip/strip %c formattingGus Caplan2019-09-221-2/+4
* process: initial SourceMap support via NODE_V8_COVERAGEBenjamin Coe2019-09-224-2/+161
* http: remove legacy parserAnna Henningsen2019-09-201-5/+1
* stream: don't emit finish on errorRobert Nagy2019-09-201-8/+2
* module: error for CJS .js load within type: moduleGuy Bedford2019-09-191-33/+42
* repl: convert var to let and constLucas Holmquist2019-09-181-41/+42
* src: re-delete Atomics.wakeGus Caplan2019-09-182-17/+0
* bootstrap: provide usable error on missing internal moduleJeremiah Senkpiel2019-09-181-0/+3
* http: throw if 'host' agent header is not a string valueGiorgos Ntemiris2019-09-181-1/+10
* repl: fix bug in fs module autocompletionzhangyongsheng2019-09-181-1/+1
* module: reintroduce package exports dot mainGuy Bedford2019-09-171-2/+6
* lib: remove the use of util.isFunctionhimself652019-09-171-2/+1
* inspector: new API - Session.connectToMainThreadEugene Ostroukhov2019-09-162-0/+15
* tty: add color support for moshAditya2019-09-151-0/+1
* http: refactor responseKeepAlive()Robert Nagy2019-09-151-36/+36
* repl: add autocomplete support for fs.promisesantsmartian2019-09-151-1/+2
* repl: add missing variable declarationLucas Holmquist2019-09-141-8/+8
* process: use public readableFlowing propertyChetan Karande2019-09-141-1/+1
* perf_hooks: remove non-existent entries from inspectKirill Fomichev2019-09-131-9/+1
* util: add encodeInto to TextEncoderAnna Henningsen2019-09-131-1/+17
* crypto: add oaepLabel optionTobias Nießen2019-09-131-2/+8
* stream: simplify isUint8Array helperAnna Henningsen2019-09-121-23/+1
* worker: make terminate() resolve for unref’ed WorkersAnna Henningsen2019-09-091-0/+2
* http2: do not crash on stream listener removal w/ destroyed sessionAnna Henningsen2019-09-071-4/+8
* perf_hooks: ignore duplicated entries in observerKirill Fomichev2019-09-071-0/+1
* perf_hooks: remove GC callbacks on zero observers countKirill Fomichev2019-09-071-8/+12
* esm: make dynamic import work in the REPLBradley Farias2019-09-061-1/+18
* perf_hooks: import http2 only onceKirill Fomichev2019-09-051-1/+2
* policy: minor perf opts and cleanupBradley Farias2019-09-037-82/+131
* stream: make finished call the callback if the stream is closedRobert Nagy2019-09-032-27/+23
* lib: add ASCII fast path to getStringWidth()Anna Henningsen2019-09-021-7/+26
* stream: don't deadlock on aborted streamRobert Nagy2019-09-021-0/+6
* console: use getStringWidth() for character width calculationAnna Henningsen2019-09-021-10/+4
* http: simplify timeout handlingRobert Nagy2019-08-311-7/+11
* stream: improve read() performanceBrian White2019-08-301-29/+25
* util: do not throw when inspecting detached ArrayBufferAnna Henningsen2019-08-291-1/+6
* buffer: correct indexOf() error messageBrian White2019-08-281-1/+1