summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2019-03-13lib: refactor deprecated function in readline.jsgengjiawen
2019-03-13timers: remove dead code and simplify args checkRuben Bridgewater
2019-03-13cluster: refactor empty for in round_robin_handle.jsgengjiawen
2019-03-13domain: set `.domain` non-enumerable on resourcesJordan Harband
2019-03-12http2: `Http2ServerResponse.end()` should always return selfRobert Nagy
2019-03-12process: make Symbol.toStringTag writableRuben Bridgewater
2019-03-12lib: move DTRACE_* probes out of global scopeJames M Snell
2019-03-12lib: import TextEncoder and TextDecoder from `internal/encoding`Joyee Cheung
2019-03-12url: require encodeStr from internal/querystringZYSzys
2019-03-12http: reduce usage of public utilZYSzys
2019-03-12process: create legacy process properties during pre-executionJoyee Cheung
2019-03-12process: delay process.argv[0] and process.argv0 handlingJoyee Cheung
2019-03-12src: refactor coverage connectionJoyee Cheung
2019-03-11process: add --pending-deprecation to `process.binding()`Anna Henningsen
2019-03-11buffer: harden SlowBuffer creationZYSzys
2019-03-11lib,src: remove usage of _externalStreamAnna Henningsen
2019-03-11process: refactor global.queueMicrotask()Joyee Cheung