summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* errors: improve SystemError messagesJoyee Cheung2018-04-054-122/+121
* tty: add color support for more terminalsRuben Bridgewater2018-04-041-2/+48
* tty: add attribution for chalkRuben Bridgewater2018-04-042-72/+106
* buffer: shorten deprecation warningRich Trott2018-04-041-5/+3
* fs: refactor stats array to be more genericJoyee Cheung2018-04-043-34/+42
* assert: ensure .rejects() disallows sync throwsTeddy Katz2018-04-031-1/+4
* http: fix `request` when `setHost` is `true`XadillaX2018-04-031-1/+1
* perf_hooks: simplify perf_hooksJames M Snell2018-04-031-94/+7
* vm: move options checks from C++ to JSMichaël Zasso2018-04-033-86/+152
* lib: make isStackOverflowError() engine-agnosticMike Kaufman2018-04-021-5/+9
* buffer: remove "new" from deprecation messageRich Trott2018-04-011-1/+1
* module: skip preserveSymlinks for mainGuy Bedford2018-04-011-2/+3
* tools: add 'spaced-comment' into eslint rulesWeijia Wang2018-04-0113-63/+65
* vm: add support for import.meta to Modulepunteek2018-03-313-6/+41
* console: add table methodGus Caplan2018-03-302-1/+211
* net: track bytesWritten in C++ landAnna Henningsen2018-03-302-9/+21
* stream: fix backpressure when multiple syncMatteo Collina2018-03-301-3/+12
* child_process: better spawn error messageBartosz Sosnowski2018-03-291-1/+4
* lib: move Pipe/TCPConnectWrap to obj destructuringDaniel Bevenius2018-03-291-4/+10
* lib: fix a typo in lib/timers "read through"wangzengdi2018-03-281-1/+1
* zlib,stream: use “official” util.types typechecksAnna Henningsen2018-03-282-10/+13
* lib: rename js source to lower snake_caseDaniel Bevenius2018-03-2812-12/+15
* tls: runtime-deprecate tls.convertNPNProtocols()Ben Noordhuis2018-03-271-2/+2
* tls: drop NPN (next protocol negotiation) supportBen Noordhuis2018-03-272-17/+0
* lib: merge stream code for http2 streams & net.SocketAshok2018-03-273-107/+107
* stream: give error message if `write()` cb called twiceAnna Henningsen2018-03-271-0/+4
* assert: fix diff color outputRuben Bridgewater2018-03-271-32/+34
* console: don't swallow call stack exceeded errorsDan Kaplun2018-03-252-12/+27
* lib: document nextTick queue internalsAnna Henningsen2018-03-251-9/+73
* http: support server options on createServerWes Todd2018-03-251-2/+2
* util: show Weak(Set|Map) entries in inspectRuben Bridgewater2018-03-253-2/+86
* util: improve iterator inspect outputRuben Bridgewater2018-03-253-27/+36
* Revert "process: add more version properties to release"Tobias Nießen2018-03-252-13/+1
* assert: improve assert.throwsRuben Bridgewater2018-03-251-15/+38
* errors: make input mandatoryRuben Bridgewater2018-03-251-9/+5
* lib: improve error handlingRuben Bridgewater2018-03-255-7/+15
* 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-257-27/+30
* lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater2018-03-2537-140/+187
* fs: use encoding in readFileBenjamin Gruenbaum2018-03-241-1/+6
* 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
* path: fix regression in posix.normalizeMichaël Zasso2018-03-231-7/+15
* stream: improve stream creation performanceBrian White2018-03-232-9/+18
* fs,net: emit 'ready' for fs streams and socketsSameer Srivastava2018-03-232-0/+3
* http2: destroy() stream, upon errnoExceptionSarat Addepalli2018-03-231-2/+2
* url: remove redundant functionSergey Golovin2018-03-232-76/+21