summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-04-04lib: ensure --check flag works with --requireJohn-David Dalton
2018-04-05errors: improve SystemError messagesJoyee Cheung
2018-04-04tty: add color support for more terminalsRuben Bridgewater
2018-04-04tty: add attribution for chalkRuben Bridgewater
2018-04-04buffer: shorten deprecation warningRich Trott
2018-04-04fs: refactor stats array to be more genericJoyee Cheung
2018-04-03assert: ensure .rejects() disallows sync throwsTeddy Katz
2018-04-03http: fix `request` when `setHost` is `true`XadillaX
2018-04-03perf_hooks: simplify perf_hooksJames M Snell
2018-04-03vm: move options checks from C++ to JSMichaël Zasso
2018-04-02lib: make isStackOverflowError() engine-agnosticMike Kaufman
2018-04-01buffer: remove "new" from deprecation messageRich Trott
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-30stream: fix backpressure when multiple syncMatteo Collina
2018-03-29child_process: better spawn error messageBartosz Sosnowski
2018-03-29lib: move Pipe/TCPConnectWrap to obj destructuringDaniel Bevenius
2018-03-28lib: fix a typo in lib/timers "read through"wangzengdi
2018-03-28zlib,stream: use “official” util.types typechecksAnna Henningsen
2018-03-28lib: rename js source to lower snake_caseDaniel Bevenius
2018-03-27tls: runtime-deprecate tls.convertNPNProtocols()Ben Noordhuis
2018-03-27tls: drop NPN (next protocol negotiation) supportBen Noordhuis
2018-03-27lib: merge stream code for http2 streams & net.SocketAshok
2018-03-27stream: give error message if `write()` cb called twiceAnna Henningsen
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-25http: support server options on createServerWes Todd
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-25assert: improve assert.throwsRuben Bridgewater
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-24fs: use encoding in readFileBenjamin Gruenbaum
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-23path: fix regression in posix.normalizeMichaël Zasso
2018-03-23stream: improve stream creation performanceBrian White
2018-03-23fs,net: emit 'ready' for fs streams and socketsSameer Srivastava
2018-03-23http2: destroy() stream, upon errnoExceptionSarat Addepalli