summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-10-11lib: http server, friendly error messagesSagi Tsofan
2018-10-12tls: make StreamWrap work correctly in "drain" callbackOuyang Yadong
2018-10-10Revert "module: fix inconsistency between load and _findPath"John-David Dalton
2018-10-10async_hooks: add missing async_hooks destroys in AsyncResetBastian Krol
2018-10-10net: use connect() instead of connect.call()Jackson Tian
2018-10-09util: support BigInt in util.formatMasashi Hirano
2018-10-09benchmark,doc,lib,src,test,tools: fix typosBrandon Smith
2018-10-09assert: remove internal errorCache propertyRich Trott
2018-10-08buffer: unconditionally use internalBindingcjihrig
2018-10-08icu: make process.binding('icu') internalcjihrig
2018-10-08streams: refactor ReadableStream asyncIterator creation and a few fixesGus Caplan
2018-10-08zlib: simplify flushing mechanismAnna Henningsen
2018-10-08http2: add RFC 8441 extended connect protocol supportJames M Snell
2018-10-08tls: update test & docs for ArrayBuffer/DataViewBeni von Cheni
2018-10-07zlib: use common owner symbol to access JS wrapperAnna Henningsen
2018-10-06vm: add dynamic import supportGus Caplan
2018-10-04dns: deprecate passing falsy hostname to dns.lookupOuyang Yadong
2018-10-04process: allow reading from stdout/stderr socketsAnna Henningsen
2018-10-04Revert "tty: make _read throw ERR_TTY_WRITABLE_NOT_READABLE"Anna Henningsen
2018-10-04src: name EmbededderGraph edges and use class names for nodesJoyee Cheung
2018-10-04zlib: move, rename, document internal params() cbAnna Henningsen
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-10-03src: use JS inheritance for `AsyncWrap`Anna Henningsen
2018-10-03http2: don't send trailers on a closed connectionAndré Cruz
2018-10-03crypto: extract throwInvalidArgType functionDaniel Bevenius
2018-10-02util: change %o depth defaultRuben Bridgewater
2018-10-02util: change util.inspect depth defaultRuben Bridgewater
2018-10-02repl: do not swallow errors in nested REPLsRich Trott
2018-10-02util: handle null prototype on inspectAnto Aravinth
2018-10-02crypto: add support for PEM-level encryptionTobias Nießen
2018-10-02stream: improve buffer list inspectionRuben Bridgewater
2018-10-02timers: use custom inspection for linked listsRuben Bridgewater
2018-10-01cluster: move handle tracking out of utilscjihrig
2018-10-01util: set `super_` property to non-enumerableRuben Bridgewater
2018-09-30cluster: use Map to track handles in mastercjihrig
2018-09-30cluster: use Map to track handles in cluster childcjihrig
2018-09-30cluster: use Map to track indexescjihrig
2018-09-30cluster: use Map to track round robin workerscjihrig
2018-09-30cluster: use Map to track callbackscjihrig
2018-09-28lib: reword help text for clarityGireesh Punathil
2018-09-27fs: consistently return symlink type from readdirKlaus Meinhardt
2018-09-27crypto: downgrade DEP0115 to `--pending-deprecation` onlyAnna Henningsen
2018-09-27assert: add comments for diff algorithmRuben Bridgewater
2018-09-27assert: reduce diff noiseRuben Bridgewater
2018-09-27assert: switch `inputs` to `values`Ruben Bridgewater
2018-09-27assert: improve the strict equal messagesRuben Bridgewater
2018-09-27lib: change abstract equal to strict equalZYSzys
2018-09-26errors: use ERR_OUT_OF_RANGE for index errorsRich Trott
2018-09-26http2: close fd in doSendFileFD()cjihrig
2018-09-26worker: reduce `MessagePort` prototype to documented APIAnna Henningsen