summaryrefslogtreecommitdiff
path: root/lib/internal
Commit message (Expand)AuthorAgeFilesLines
* errors: improve SystemError messagesJoyee Cheung2018-04-051-116/+115
* tty: add color support for more terminalsRuben Bridgewater2018-04-041-2/+48
* tty: add attribution for chalkRuben Bridgewater2018-04-041-0/+104
* fs: refactor stats array to be more genericJoyee Cheung2018-04-041-10/+22
* vm: move options checks from C++ to JSMichaël Zasso2018-04-032-10/+7
* lib: make isStackOverflowError() engine-agnosticMike Kaufman2018-04-021-5/+9
* module: skip preserveSymlinks for mainGuy Bedford2018-04-011-2/+3
* tools: add 'spaced-comment' into eslint rulesWeijia Wang2018-04-012-6/+8
* vm: add support for import.meta to Modulepunteek2018-03-313-6/+41
* console: add table methodGus Caplan2018-03-301-0/+83
* net: track bytesWritten in C++ landAnna Henningsen2018-03-301-1/+1
* lib: rename js source to lower snake_caseDaniel Bevenius2018-03-2810-10/+13
* lib: merge stream code for http2 streams & net.SocketAshok2018-03-272-47/+93
* assert: fix diff color outputRuben Bridgewater2018-03-271-32/+34
* console: don't swallow call stack exceeded errorsDan Kaplun2018-03-251-0/+22
* lib: document nextTick queue internalsAnna Henningsen2018-03-251-9/+73
* util: show Weak(Set|Map) entries in inspectRuben Bridgewater2018-03-252-1/+19
* util: improve iterator inspect outputRuben Bridgewater2018-03-252-16/+18
* Revert "process: add more version properties to release"Tobias Nießen2018-03-252-13/+1
* errors: make input mandatoryRuben Bridgewater2018-03-251-9/+5
* lib: improve error handlingRuben Bridgewater2018-03-251-2/+5
* fs: fix error handlingRuben Bridgewater2018-03-251-13/+28
* process: fix error handlingRuben Bridgewater2018-03-251-2/+16
* crypto: fix error handlingRuben Bridgewater2018-03-251-26/+29
* lib,test: minor refactoringRuben Bridgewater2018-03-254-22/+16
* lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater2018-03-2521-88/+119
* buffer: improve write(U)Int functionsRuben Bridgewater2018-03-241-30/+52
* lib,test: lint fixes for linter upgradeRich Trott2018-03-242-1/+3
* crypto: add ECDH.convertKey to convert public keysWei-Wei Wu2018-03-231-32/+50
* http2: destroy() stream, upon errnoExceptionSarat Addepalli2018-03-231-2/+2
* url: remove redundant functionSergey Golovin2018-03-231-2/+1
* url: refactor "escapeParam" function to make it commonSergey Golovin2018-03-231-16/+25
* repl: fix tab completion of inspector moduleMichaël Zasso2018-03-231-1/+1
* process: add more version properties to releaseGus Caplan2018-03-222-1/+13
* http2: do not emit our own close emit in Http2StreamJames M Snell2018-03-221-3/+0
* http2: remove some unnecessary next ticksJames M Snell2018-03-221-9/+9
* inspector: migrate errors from C++ to JSMichaël Zasso2018-03-221-2/+1
* cluster: add support for NODE_OPTIONS="--inspect"Sameer Srivastava2018-03-211-1/+4
* tools,lib: forbid native Error constructorsMichaël Zasso2018-03-215-0/+9
* fs,cluster,net: assign error codes to remaining errorsMichaël Zasso2018-03-212-2/+5
* async_hooks: add copyHooks functionDaniel Bevenius2018-03-201-10/+10
* net: emit error on invalid address familycjihrig2018-03-191-0/+1
* fs: remove watcher state errors for fs.watchJoyee Cheung2018-03-191-4/+0
* crypto: deprecate Decipher.finaltolTobias Nießen2018-03-181-3/+7
* async_hooks: remove async_wrap from async_hooks.jsDaniel Bevenius2018-03-181-1/+6
* child_process: define EACCES as a runtime errorGireesh Punathil2018-03-151-1/+3
* lib: restructure cjs and esm loadersJoyee Cheung2018-03-1511-35/+832
* src: put bootstrappers in lib/internal/bootstrap/Joyee Cheung2018-03-1512-15/+15
* http2: remove regular-file-only restrictionAnna Henningsen2018-03-152-12/+26
* http2: use native pipe instead of synchronous I/OAnna Henningsen2018-03-151-11/+49