summaryrefslogtreecommitdiff
path: root/lib/internal
AgeCommit message (Expand)Author
2018-04-01module: skip preserveSymlinks for mainGuy Bedford
2018-04-01tools: add 'spaced-comment' into eslint rulesWeijia Wang
2018-03-31vm: add support for import.meta to Modulepunteek
2018-03-30console: add table methodGus Caplan
2018-03-30net: track bytesWritten in C++ landAnna Henningsen
2018-03-28lib: rename js source to lower snake_caseDaniel Bevenius
2018-03-27lib: merge stream code for http2 streams & net.SocketAshok
2018-03-27assert: fix diff color outputRuben Bridgewater
2018-03-25console: don't swallow call stack exceeded errorsDan Kaplun
2018-03-25lib: document nextTick queue internalsAnna Henningsen
2018-03-25util: show Weak(Set|Map) entries in inspectRuben Bridgewater
2018-03-25util: improve iterator inspect outputRuben Bridgewater
2018-03-25Revert "process: add more version properties to release"Tobias Nießen
2018-03-25errors: make input mandatoryRuben Bridgewater
2018-03-25lib: improve error handlingRuben Bridgewater
2018-03-25fs: fix error handlingRuben Bridgewater
2018-03-25process: fix error handlingRuben Bridgewater
2018-03-25crypto: fix error handlingRuben Bridgewater
2018-03-25lib,test: minor refactoringRuben Bridgewater
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-03-24buffer: improve write(U)Int functionsRuben Bridgewater
2018-03-24lib,test: lint fixes for linter upgradeRich Trott
2018-03-23crypto: add ECDH.convertKey to convert public keysWei-Wei Wu
2018-03-23http2: destroy() stream, upon errnoExceptionSarat Addepalli
2018-03-23url: remove redundant functionSergey Golovin
2018-03-23url: refactor "escapeParam" function to make it commonSergey Golovin
2018-03-23repl: fix tab completion of inspector moduleMichaël Zasso
2018-03-22process: add more version properties to releaseGus Caplan
2018-03-22http2: do not emit our own close emit in Http2StreamJames M Snell
2018-03-22http2: remove some unnecessary next ticksJames M Snell
2018-03-22inspector: migrate errors from C++ to JSMichaël Zasso
2018-03-21cluster: add support for NODE_OPTIONS="--inspect"Sameer Srivastava
2018-03-21tools,lib: forbid native Error constructorsMichaël Zasso
2018-03-21fs,cluster,net: assign error codes to remaining errorsMichaël Zasso
2018-03-20async_hooks: add copyHooks functionDaniel Bevenius
2018-03-19net: emit error on invalid address familycjihrig
2018-03-19fs: remove watcher state errors for fs.watchJoyee Cheung
2018-03-18crypto: deprecate Decipher.finaltolTobias Nießen
2018-03-18async_hooks: remove async_wrap from async_hooks.jsDaniel Bevenius
2018-03-15child_process: define EACCES as a runtime errorGireesh Punathil
2018-03-15lib: restructure cjs and esm loadersJoyee Cheung
2018-03-15src: put bootstrappers in lib/internal/bootstrap/Joyee Cheung
2018-03-15http2: remove regular-file-only restrictionAnna Henningsen
2018-03-15http2: use native pipe instead of synchronous I/OAnna Henningsen
2018-03-12lib: define printErr() in script stringcjihrig
2018-03-12stream: make virtual methods errors consistentLuigi Pinca
2018-03-12http2: fixes error handlingMatteo Collina
2018-03-11url: replace "magic" numbers by constantsSergey Golovin
2018-03-10lib: remove unused internal error constructorsMichaël Zasso
2018-03-09tools,bootstrap: preprocess gypi files to jsonGus Caplan