summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2019-08-20stream: do not emit drain if stream endedRobert Nagy
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-19stream: simplify howMuchToRead()Robert Nagy
2019-08-19net: use callback to properly propagate errorRobert Nagy
2019-08-19fs: use fs.writev() internallyRobert Nagy
2019-08-19http: simplify drain()Robert Nagy
2019-08-19fs: use consistent buffer array validationcjihrig
2019-08-19fs: add writev() promises versioncjihrig
2019-08-19fs: validate writev fds consistentlycjihrig
2019-08-19lib: rename validateSafeInteger to validateIntegercjihrig
2019-08-19lib,test: fix error message check after V8 updateMichaël Zasso
2019-08-18stream: do not emit after 'error'Robert Nagy
2019-08-17http2: remove callback-based paddingAnna Henningsen
2019-08-17readline: close dumb terminals on Control+Dcjihrig
2019-08-17readline: close dumb terminals on Control+Ccjihrig
2019-08-17http: replace superfluous connection property with getter/setterRobert Nagy
2019-08-17http,stream: add writableEndedRobert Nagy
2019-08-16fs: add fs.writev() which exposes syscall writev()Anas Aboureada
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-17tls: allow client-side sockets to be half-openedLuigi Pinca
2019-08-16readline: establish y in cursorTo as optionalGerhard Stoebich
2019-08-16stream: fix destroy() behaviorRobert Nagy
2019-08-16stream: use lazy registration for drain for fast destinationsRobert Nagy
2019-08-16fs: add default options for *stat()Tony Brix
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-14buffer: improve copy() performanceBrian White
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-12http: remove redundant conditionLuigi Pinca
2019-08-12module: pkg exports validations and fallbacksGuy Bedford
2019-08-11http: remove duplicate checkRobert Nagy
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