summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2019-08-10http: add missing stream-like properties to OutgoingMessageRobert Nagy
2019-08-09stream: inline and simplify onwritedrainRobert Nagy
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
2019-08-09stream: encapsulate buffer-listRobert Nagy
2019-08-09util: isEqualBoxedPrimitive: ensure both values are actual boxed SymbolsJordan Harband
2019-08-09util: assert: fix deepEqual comparing fake-boxed to real boxed primitiveJordan Harband
2019-08-07module: refine package name validationGuy Bedford
2019-08-07fs: validate fds as int32scjihrig
2019-08-07crypto: extend RSA-OAEP support with oaepHashTobias Nießen
2019-08-06stream: improve read() performanceBrian White
2019-08-06events: give subclass name in unhandled 'error' messageAnna Henningsen
2019-08-06fs: fix (temporary) for esm packageRobert Nagy
2019-08-05path: improve normalization performanceBrian White
2019-08-03net: shallow copy option when create Serverhimself65
2019-08-02http2: destroy when settingsFn throws an errorhimself65
2019-08-01module: exports error as MODULE_NOT_FOUNDGuy Bedford
2019-07-30worker: handle calling terminate when kHandler is nullelyalvarado