aboutsummaryrefslogtreecommitdiff
path: root/lib/internal
AgeCommit message (Expand)Author
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
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-07crypto: extend RSA-OAEP support with oaepHashTobias Nießen
2019-08-06stream: improve read() performanceBrian White
2019-08-06fs: fix (temporary) for esm packageRobert Nagy
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
2019-07-30lib: replace var with let in loaders.jsmbj36
2019-07-29http2: destructure constants from require callDaniel Nalborczyk
2019-07-29http2: add constant to already destructured constantsDaniel Nalborczyk
2019-07-29crypto: add null check to outputLength logiccjihrig
2019-07-26policy: add dependencies map for resourcesBradley Farias
2019-07-26crypto: fix handling of malicious getters (scrypt)Tobias Nießen
2019-07-25crypto: add outputLength option to crypto.createHashTobias Nießen
2019-07-25assert: avoid potentially misleading reference to object identityAnna Henningsen
2019-07-23crypto: increase maxmem range from 32 to 53 bitsTobias Nießen
2019-07-23module: implement "exports" proposal for CommonJSJan Krems
2019-07-23lib: support min/max values in validateInteger()cjihrig
2019-07-20stream: add null push transform in async_iteratorDavid Mark Clements
2019-07-20inspector: add inspector.waitForDebugger()Aleksei Koziatinskii