summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2019-05-07, Version 12.2.0 (Current)v12.2.0v12.2.0-proposalMichaƫl Zasso2019-05-077-14/+156
* deps: update llhttp to 1.1.3Fedor Indutny2019-05-073-5/+5
* test: mark test-tls-enable-trace-cli flakycjihrig2019-05-061-0/+2
* src: make deleted function public in node_native_module.hgengjiawen2019-05-061-2/+4
* src: make deleted function public in node_main_instance.hgengjiawen2019-05-061-2/+1
* n-api: make napi_get_property_names return stringsAnna Henningsen2019-05-063-1/+51
* tools: fix node-core/required-modules eslint ruleBen Noordhuis2019-05-0629-35/+6
* inspector: implement --cpu-prof-intervalJoyee Cheung2019-05-069-3/+113
* src: refactor V8ProfilerConnection::DispatchMessage()Joyee Cheung2019-05-062-46/+38
* tls: add --tls-min-v1.2 CLI switchSam Roberts2019-05-066-0/+35
* deps: update llhttp to 1.1.2Fedor Indutny2019-05-063-160/+293
* util: inspect constructor closerRuben Bridgewater2019-05-063-6/+19
* util: compatibility patch to backport d0667e8Ruben Bridgewater2019-05-067-24/+22
* util: improve function inspectionRuben Bridgewater2019-05-067-30/+101
* src: remove node_options-inl.h from header filesSam Roberts2019-05-053-1/+3
* test: improve test-async-hooks-http-parser-destroyRich Trott2019-05-051-19/+25
* meta: move andrasq to Collaborator Emeriti listRich Trott2019-05-051-2/+2
* test: converting NghttpError to string in HTTP2 moduleRuwan Geeganage2019-05-051-0/+6
* src: remove unnecessary semicolons after macrosYang Guo2019-05-051-9/+9
* process: compatibility patch to backport 1d022e8Ruben Bridgewater2019-05-052-7/+1
* process: improve cwd performanceRuben Bridgewater2019-05-057-11/+109
* tls: disallow conflicting TLS protocol optionsSam Roberts2019-05-042-0/+19
* module: throw on require('./path.mjs');Myles Borins2019-05-043-5/+23
* module: add createRequire methodMyles Borins2019-05-044-4/+89
* doc: add cclauss to collaboratorscclauss2019-05-041-0/+2
* async_hooks: fixup do not reuse HTTPParserGerhard Stoebich2019-05-0419-59/+139
* util: better number formattersRuben Bridgewater2019-05-042-11/+13
* test: add mustCall to openssl-client-cert-engineBoxuan Li2019-05-041-3/+3
* meta: move stefanmb to Collaborator Emeriti listRich Trott2019-05-041-2/+2
* test: document NODE_COMMON_PORT env varcjihrig2019-05-041-0/+5
* build: delegate building from Makefile to ninjaRefael Ackermann2019-05-042-4/+41
* test: allow EAI_FAIL in test-http-dns-error.jscjihrig2019-05-041-5/+3
* stream: remove TODO and add a description insteadRuben Bridgewater2019-05-041-3/+1
* tls,cli: add --trace-tls command-line flagcjihrig2019-05-046-2/+89
* tls: support enableTrace in TLSSocket()cjihrig2019-05-042-11/+23
* tls: simplify enableTrace logiccjihrig2019-05-041-5/+4
* tools: add Release and Debug symlinks to .gitignoreGerhard Stoebich2019-05-041-2/+2
* src: refactor V8ProfilerConnection to be more reusableJoyee Cheung2019-05-042-142/+141
* src: refactor profile initializationJoyee Cheung2019-05-046-74/+62
* src: move Environment::context out of strong propertiesJoyee Cheung2019-05-042-5/+11
* test: refactor and deflake test-tls-sni-server-clientLuigi Pinca2019-05-042-69/+71
* module: allow passing a directory to createRequireFromPathGilles De Mey2019-05-043-4/+31
* fs: align fs.ReadStream buffer pool writes to 8-byte boundaryptaylor2019-05-042-5/+19
* test: make sure weak references are not GCed too earlyRuben Bridgewater2019-05-041-10/+12
* test: better output for test-report-uv-handles.jsgengjiawen2019-05-041-1/+1
* report: use const reference in node_report.ccgengjiawen2019-05-041-1/+1
* doc: add Electron 6 to abi_version_registryJeremy Apthorp2019-05-041-0/+1
* buffer,errors: improve bigint, big numbers and moreRuben Bridgewater2019-05-018-13/+65
* doc: move James back onto TSCMichael Dawson2019-05-011-2/+2
* test: add mustcall in test-net-bytes-read.jsimhype2019-05-011-15/+24