summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-02-05process: stub unsupported worker methodscjihrig
2019-02-05tls: in-line comments and other cleanupsSam Roberts
2019-02-05tls: don't shadow the tls global with a localSam Roberts
2019-02-05src: split ownsProcessState off isMainThreadAnna Henningsen
2019-02-04tls: check arg types of renegotiate()Sam Roberts
2019-02-03src,lib: remove dead `process.binding()` codeAnna Henningsen
2019-02-03inspector,vm: remove --eval wrapperAnna Henningsen
2019-02-01tls: introduce client 'session' eventSam Roberts
2019-02-02process: move DEP0062 (node --debug) to end-of-lifeJoyee Cheung
2019-02-02process: exit on --debug and --debug-brk after option parsingJoyee Cheung
2019-02-02process: move process mutation into bootstrap/node.jsJoyee Cheung
2019-02-02process: expose process.features.inspectorJoyee Cheung
2019-02-02lib: save primordials during bootstrap and use it in builtinsJoyee Cheung
2019-02-01worker: refactor thread id managementAnna Henningsen
2019-02-01http: return HTTP 431 on HPE_HEADER_OVERFLOW errorAlbert Still
2019-01-31report: fix typo in error messagecjihrig
2019-01-31http: make timeout event work with agent timeoutLuigi Pinca
2019-01-30process: simplify report uncaught exception logiccjihrig
2019-01-30lib: refactor ERR_SYNTHETICcjihrig
2019-01-30module: do not use `process.exit()`Anna Henningsen
2019-01-30module: silence ModuleJob unhandled rejection warningsAnna Henningsen
2019-01-30worker: export workerData to ESM workersAnna Henningsen
2019-01-30worker: move worker thread setup code into the main scriptJoyee Cheung
2019-01-30process: split execution into main scriptsJoyee Cheung
2019-01-29policy: ensure workers do not read fs for policyBradley Farias
2019-01-28timers: truncate decimal valuesJeremiah Senkpiel
2019-01-29src: in-source comments and minor TLS cleanupsSam Roberts
2019-01-28dns: use IDNA 2008 to encode non-ascii hostnamesBen Noordhuis
2019-01-27net,http2: merge setTimeout codeZYSzys
2019-01-27assert: adjust loose assertionsRuben Bridgewater
2019-01-25src: remove has_experimental_policy optionAnna Henningsen
2019-01-25lib: refactor policy code for readabilityAnna Henningsen
2019-01-24report: remove `internalBinding('config').hasReport`Anna Henningsen
2019-01-24crypto: add crypto modules to cannotUseCacheDaniel Bevenius
2019-01-23child_process: truncate output when maxBuffer is exceededJeremiah Senkpiel
2019-01-23process: fix call process.reallyExit, vs., bindingBenjamin Coe
2019-01-23events: show inspected error in uncaught 'error' messageAnna Henningsen
2019-01-23http2: allow fully synchronous `_final()`Anna Henningsen
2019-01-23console: refactor inspector console extension installationJoyee Cheung
2019-01-23process: clarify the pre- and post-condition of esm setupJoyee Cheung
2019-01-22http: make ClientRequest#setTimeout() noop at endTim De Pauw
2019-01-20test: switch to native v8 coverageBenjamin Coe
2019-01-20http: reuse noop function in socketOnError()cjihrig
2019-01-20tls: make tls.connect() accept a timeout optionLuigi Pinca
2019-01-18crypto: fix key handle extractionTobias Nießen
2019-01-18util: fix iterable types with special prototypeRuben Bridgewater
2019-01-18test: add node-report testsLakshmiSwethaG
2019-01-18src: merge into coreGireesh Punathil
2019-01-18worker: enable passing command line flagsYael Hermon
2019-01-17process: allow reading umask in workerscjihrig