summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2018-09-26worker: hide MessagePort init function behind symbolAnna Henningsen
2018-09-25errors: fix ERR_SOCKET_BAD_PORT messageGiovanny Andres Gongora Granada (Gioyik)
2018-09-25cli: normalize `_` → `-` when parsing optionsAnna Henningsen
2018-09-25process: add `multipleResolves` eventRuben Bridgewater
2018-09-24util: move inspect in separate fileRuben Bridgewater
2018-09-24tls: fix DEP0083 after upgrading to OpenSSL 1.1.0Tobias Nießen
2018-09-24lib: lazy load internal/queue_microtaskGus Caplan
2018-09-23http2: add ping eventJames M Snell
2018-09-23lib: implement queueMicrotaskGus Caplan
2018-09-22fs: improve fs.watch ENOSPC error messageAnna Henningsen
2018-09-22http2: do not falsely emit 'aborted' on pushAnatoli Papirovski
2018-09-22tty: make `readStream.setRawMode()` return `this`Alexander Mills
2018-09-21http2: add origin frame supportJames M Snell
2018-09-21worker,coverage: support V8 coverage generationAnna Henningsen
2018-09-21tools: add bash completion for nodeDaniel Bevenius
2018-09-20lib: make DOMException attributes configurable and enumerableJoyee Cheung
2018-09-20lib: set Symbol.toStringTag of DOMExceptionJoyee Cheung
2018-09-20crypto: allow promisifying generateKeyPairTobias Nießen
2018-09-20crypto: add API for key pair generationTobias Nießen
2018-09-20lib: refactor variable declarationsZYSzys
2018-09-19crypto: deprecate digest == null in PBKDF2Tobias Nießen
2018-09-19http2: check if stream is not destroyed before sending trailersMatteo Collina
2018-09-19tty: handle setRawMode errorsNikolai Vavilov