summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-09-18src: 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-17module: reintroduce package exports dot mainGuy Bedford
2019-09-17lib: remove the use of util.isFunctionhimself65
2019-09-16inspector: new API - Session.connectToMainThreadEugene Ostroukhov
2019-09-15tty: add color support for moshAditya
2019-09-15http: refactor responseKeepAlive()Robert Nagy
2019-09-15repl: 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-07http2: do not crash on stream listener removal w/ destroyed sessionAnna Henningsen
2019-09-07perf_hooks: ignore duplicated entries in observerKirill Fomichev
2019-09-07perf_hooks: remove GC callbacks on zero observers countKirill Fomichev
2019-09-06esm: make dynamic import work in the REPLBradley Farias
2019-09-05perf_hooks: import http2 only onceKirill Fomichev
2019-09-03policy: minor perf opts and cleanupBradley Farias
2019-09-03stream: make finished call the callback if the stream is closedRobert Nagy
2019-09-02lib: add ASCII fast path to getStringWidth()Anna Henningsen
2019-09-02stream: don't deadlock on aborted streamRobert Nagy
2019-09-02console: use getStringWidth() for character width calculationAnna Henningsen
2019-08-31http: simplify timeout handlingRobert Nagy
2019-08-30stream: improve read() performanceBrian White
2019-08-29util: do not throw when inspecting detached ArrayBufferAnna Henningsen
2019-08-28buffer: correct indexOf() error messageBrian White
2019-08-28buffer: consolidate encoding parsingBrian White
2019-08-28querystring: improve performanceBrian White
2019-08-27process: improve nextTick performanceBrian White
2019-08-27errors: provide defaults for unmapped uv errorscjihrig
2019-08-27events: improve once() performanceBrian White
2019-08-26http: reset parser.incoming when server request is finishedAnna Henningsen
2019-08-26stream: fix readable state `awaitDrain` increase in recursionran
2019-08-25lib: consolidate lazyErrmapGet()cjihrig
2019-08-25console: display timeEnd with suitable time unitXavier Stouder
2019-08-24Revert "http: reset parser.incoming when server response is finished"Matteo Collina
2019-08-24lib: remove the comment of base64 validationMaledong
2019-08-23stream: avoid unecessary nextTickRobert Nagy
2019-08-23net: allow reading data into a static bufferBrian White
2019-08-23fs: add recursive option to rmdir()cjihrig
2019-08-23http: fix event listener leakRobert Nagy
2019-08-23stream: async iterator destroy compatRobert Nagy
2019-08-22fs: allow passing true to emitClose optionGiorgos Ntemiris
2019-08-21buffer: correct concat() error messageBrian White
2019-08-21buffer: improve equals() performanceBrian White