aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2018-09-19assert: improve diff outputRuben Bridgewater
2018-09-19util: add order option to `.inspect()`Ruben Bridgewater
2018-09-19src: deprecate global COUNTER_* and remove perfctrJames M Snell
2018-09-18src: flip Atomics.notify aliasGus Caplan
2018-09-18lib,doc: remove unused parameter, improve docsMaleDong
2018-09-18lib: move process.binding('js_stream') to internalBindingAnto Aravinth
2018-09-18crypto: remove unused scrypt validation parameterTobias Nießen
2018-09-17errors: add useOriginalName to internal/errorsJoyee Cheung
2018-09-17inspector: enable Inspector JS API in workersEugene Ostroukhov
2018-09-17string_decoder: support typed array or data viewBenjamin Chen