summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-03-22stream: reduce internal usage of public require of utilBeni von Cheni
2019-03-22assert: reduce internal usage of public require of utilDaiki Ihara
2019-03-22perf_hooks: load internal/errors eagerlyJoyee Cheung
2019-03-22events: load internal/errors eagerlyJoyee Cheung
2019-03-21repl: check colors with .getColorDepth()Vladislav Kaminsky
2019-03-21readline: support TERM=dumbVladislav Kaminsky
2019-03-21console: don't use ANSI escape codes when TERM=dumbVladislav Kaminsky
2019-03-21util: extract uncurryThis function for reuseZYSzys
2019-03-21util: require `isNativeError` from internalBindingZYSzys
2019-03-21assert: validate required argumentsRuben Bridgewater
2019-03-21console: fix trace functionRuben Bridgewater
2019-03-21lib: move extra properties into error creationRuben Bridgewater
2019-03-22lib: remove usage of require('util')dnlup
2019-03-21lib: use Array#includes instead of Array#indexOfWeijia Wang
2019-03-20timers: move big impl comment to /internal/Jeremiah Senkpiel
2019-03-20tls: support TLSv1.3Sam Roberts
2019-03-20timers: fix refresh inside callbackAnatoli Papirovski
2019-03-19tty: add NO_COLOR and FORCE_COLOR supportRuben Bridgewater
2019-03-19worker: create per-Environment message port after bootstrapJoyee Cheung
2019-03-19lib: lazy load `v8` in error-serdesRichard Lau
2019-03-19lib: run prepareMainThreadExecution for third_party_mainAnna Henningsen
2019-03-19process: set the trace category update handler during bootstrapJoyee Cheung
2019-03-18crypto: add support for EdDSA key pair generationTobias Nießen
2019-03-19timers: refactor timer callback initializationJoyee Cheung
2019-03-19timers: reduce usage of public utilJoyee Cheung
2019-03-19timers: refactor to use module.exportsJoyee Cheung
2019-03-19module: do not share the internal require function with public loadersJoyee Cheung
2019-03-19src: replace heap_utils.createHeapSnapshot with v8.getHeapSnapshotJoyee Cheung
2019-03-18async_hooks: remove deprecated emitBefore and emitAfterMatteo Collina
2019-03-18fs: use proper .destroy() implementation for SyncWriteStreamMatteo Collina
2019-03-18tls: return correct version from getCipher()Sam Roberts
2019-03-18child_process: ensure message sanity at sourceGireesh Punathil
2019-03-17crypto: expose KeyObject classFilip Skokan
2019-03-16stream: fix regression introduced in #26059Matteo Collina
2019-03-15fs: improve mode validationRuben Bridgewater
2019-03-15Revert "crypto: add KeyObject.asymmetricKeySize"Tobias Nießen
2019-03-15worker: implement worker.moveMessagePortToContext()Anna Henningsen
2019-03-15src,lib: make DOMException available in all ContextsAnna Henningsen
2019-03-15src,lib: allow running multiple per-context filesAnna Henningsen
2019-03-15lib: make lowerProto scope more cleargengjiawen
2019-03-15repl: remove redundant initializationgengjiawen
2019-03-15http: delay ret declaration in method _flushOutputgengjiawen
2019-03-15net: some scattered cleanupoyyd
2019-03-14report: remove unnecessary return in settersRich Trott
2019-03-13util: prevent tampering with internals in `inspect()`Ruben Bridgewater
2019-03-13lib,test: improve faulty assert usage detectionRuben Bridgewater
2019-03-13v8: integrate node-heapdump into coreJames M Snell
2019-03-13repl: eliminate var in function _memorygengjiawen
2019-03-13repl: simplify regex expressiongengjiawen
2019-03-13repl: remove redundant escapegengjiawen