summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* child_process: close pipe ends that are re-pipedGireesh Punathil2019-02-061-0/+6
* repl: remove obsolete buffer clearingRuben Bridgewater2019-02-061-1/+0
* repl: fix eval return valueRuben Bridgewater2019-02-061-5/+6
* repl: simplify and improve completionRuben Bridgewater2019-02-061-41/+17
* process: stub unsupported worker methodscjihrig2019-02-052-2/+38
* tls: in-line comments and other cleanupsSam Roberts2019-02-051-7/+24
* tls: don't shadow the tls global with a localSam Roberts2019-02-051-4/+4
* src: split ownsProcessState off isMainThreadAnna Henningsen2019-02-053-8/+10
* tls: check arg types of renegotiate()Sam Roberts2019-02-041-0/+6
* src,lib: remove dead `process.binding()` codeAnna Henningsen2019-02-034-10/+6
* inspector,vm: remove --eval wrapperAnna Henningsen2019-02-033-16/+23
* tls: introduce client 'session' eventSam Roberts2019-02-012-11/+34
* process: move DEP0062 (node --debug) to end-of-lifeJoyee Cheung2019-02-021-8/+0
* process: exit on --debug and --debug-brk after option parsingJoyee Cheung2019-02-021-7/+1
* process: move process mutation into bootstrap/node.jsJoyee Cheung2019-02-022-140/+149
* process: expose process.features.inspectorJoyee Cheung2019-02-022-2/+3
* lib: save primordials during bootstrap and use it in builtinsJoyee Cheung2019-02-0213-92/+151
* worker: refactor thread id managementAnna Henningsen2019-02-011-3/+2
* http: return HTTP 431 on HPE_HEADER_OVERFLOW errorAlbert Still2019-02-011-1/+6
* report: fix typo in error messagecjihrig2019-01-311-1/+1
* http: make timeout event work with agent timeoutLuigi Pinca2019-01-311-1/+4
* process: simplify report uncaught exception logiccjihrig2019-01-301-13/+8
* lib: refactor ERR_SYNTHETICcjihrig2019-01-302-6/+4
* module: do not use `process.exit()`Anna Henningsen2019-01-301-5/+1
* module: silence ModuleJob unhandled rejection warningsAnna Henningsen2019-01-301-0/+5
* worker: export workerData to ESM workersAnna Henningsen2019-01-301-1/+2
* worker: move worker thread setup code into the main scriptJoyee Cheung2019-01-302-120/+103
* process: split execution into main scriptsJoyee Cheung2019-01-3017-551/+626
* policy: ensure workers do not read fs for policyBradley Farias2019-01-294-7/+41
* timers: truncate decimal valuesJeremiah Senkpiel2019-01-281-2/+7
* src: in-source comments and minor TLS cleanupsSam Roberts2019-01-291-4/+2
* dns: use IDNA 2008 to encode non-ascii hostnamesBen Noordhuis2019-01-284-8/+16
* net,http2: merge setTimeout codeZYSzys2019-01-273-65/+55
* assert: adjust loose assertionsRuben Bridgewater2019-01-271-106/+47
* src: remove has_experimental_policy optionAnna Henningsen2019-01-252-3/+3
* lib: refactor policy code for readabilityAnna Henningsen2019-01-253-12/+27
* report: remove `internalBinding('config').hasReport`Anna Henningsen2019-01-241-133/+132
* crypto: add crypto modules to cannotUseCacheDaniel Bevenius2019-01-241-0/+2
* child_process: truncate output when maxBuffer is exceededJeremiah Senkpiel2019-01-231-2/+14
* process: fix call process.reallyExit, vs., bindingBenjamin Coe2019-01-231-1/+4
* events: show inspected error in uncaught 'error' messageAnna Henningsen2019-01-231-1/+10
* http2: allow fully synchronous `_final()`Anna Henningsen2019-01-232-2/+6
* console: refactor inspector console extension installationJoyee Cheung2019-01-234-62/+55
* process: clarify the pre- and post-condition of esm setupJoyee Cheung2019-01-232-23/+30
* http: make ClientRequest#setTimeout() noop at endTim De Pauw2019-01-221-0/+4
* test: switch to native v8 coverageBenjamin Coe2019-01-202-53/+1
* http: reuse noop function in socketOnError()cjihrig2019-01-201-1/+2
* tls: make tls.connect() accept a timeout optionLuigi Pinca2019-01-201-0/+5
* crypto: fix key handle extractionTobias Nießen2019-01-181-1/+1
* util: fix iterable types with special prototypeRuben Bridgewater2019-01-181-16/+12