summaryrefslogtreecommitdiff
path: root/lib/internal
AgeCommit message (Expand)Author
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-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-30stream: improve read() performanceBrian White
2019-08-29util: do not throw when inspecting detached ArrayBufferAnna Henningsen
2019-08-27process: improve nextTick performanceBrian White
2019-08-27errors: provide defaults for unmapped uv errorscjihrig
2019-08-25lib: consolidate lazyErrmapGet()cjihrig
2019-08-25console: display timeEnd with suitable time unitXavier Stouder
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-23stream: async iterator destroy compatRobert Nagy
2019-08-22fs: allow passing true to emitClose optionGiorgos Ntemiris
2019-08-20stream: disallow stream methods on finished streamRobert Nagy
2019-08-20bootstrap: run preload prior to frozen-intrinsicsBradley Farias
2019-08-20esm: support loading data URLsBradley Farias
2019-08-19stream: add readableEndedRobert Nagy
2019-08-19fs: use fs.writev() internallyRobert Nagy
2019-08-19http: simplify drain()Robert Nagy
2019-08-19fs: add writev() promises versioncjihrig
2019-08-19lib: rename validateSafeInteger to validateIntegercjihrig
2019-08-19lib,test: fix error message check after V8 updateMichaël Zasso
2019-08-17http2: remove callback-based paddingAnna Henningsen
2019-08-17http,stream: add writableEndedRobert Nagy
2019-08-16fs: allow int64 offset in fs.write/writeSync/fd.writeZach Bjornson
2019-08-16fs: allow int64 offset in fs.read/readSync/fd.readZach Bjornson
2019-08-16lib: rename validateInteger to validateSafeIntegerZach Bjornson
2019-08-16stream: fix destroy() behaviorRobert Nagy
2019-08-15console: minor timeLogImpl() refactorcjihrig
2019-08-15http2: only call into JS when necessary for session eventsAnna Henningsen
2019-08-15http2: improve JS-side debug loggingAnna Henningsen
2019-08-14http: follow symbol naming conventionRobert Nagy
2019-08-14buffer: improve ERR_BUFFER_OUT_OF_BOUNDS defaultcjihrig
2019-08-13module: add warning when import,export is detected in CJS contextGiorgos Ntemiris
2019-08-12stream: improve read() performance furtherBrian White
2019-08-12doc, lib, src, test, tools: fix assorted typosXhmikosR
2019-08-12module: pkg exports validations and fallbacksGuy Bedford
2019-08-10repl: close file descriptor of history fileJoão Reis
2019-08-10fs: close file descriptor of promisified truncateJoão Reis
2019-08-10dns: update lookupService() first arg namecjihrig
2019-08-09src: add error codes to errors thrown in C++Yaniv Friedensohn
2019-08-09http: buffer writes even while no socket assignedRobert Nagy
2019-08-09stream: improve read() performance moreBrian White
2019-08-09util: improve debuglog performanceBrian White