summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2021-01-26, Version 15.7.0 (Current)v15.7.0v15.7.0-proposalRuy Adorno2021-01-258-16/+119
* deps: upgrade npm to 7.4.3Ruy Adorno2021-01-2414-88/+89
* lib: refactor to use validateArrayZiJian Liu2021-01-246-27/+20
* tools: cleanup old ICU version-specific fixesMichaël Zasso2021-01-243-5296/+0
* doc: fix maintaining ICU guideMichaël Zasso2021-01-241-1/+1
* deps: update ICU to 68.2Michaël Zasso2021-01-2421-181/+488
* src: use BaseObject::kInteralFieldCount in BlobJoyee Cheung2021-01-241-1/+2
* util: prefer `Reflect.ownKeys(…)`ExE Boss2021-01-241-6/+3
* tools,doc: list the stability status of each APIZijian Liu2021-01-245-1/+126
* doc: add @RaisinTen to collaboratorsDarshan Sen2021-01-241-0/+2
* test: mark flaky tests on IBM iRichard Lau2021-01-243-0/+17
* lib: remove non used getter in `lib/perf_hooks.js`Juan José Arboleda2021-01-241-11/+0
* build: fix compiling against openssl with no-pskCaleb ツ Everett2021-01-241-2/+2
* http: attach request as res.reqIan Storm Taylor2021-01-246-0/+65
* src: replace push_back with emplace_back in debug_utilsraisinten2021-01-241-6/+6
* doc: fix typo in http.server.requestTimout docsalexbs2021-01-241-1/+1
* src: use BaseObject::kInternalFieldCount in X509Certificate constructorJoyee Cheung2021-01-241-1/+2
* http: abortIncoming only on socket closeRobert Nagy2021-01-241-12/+6
* test: add wpt tests for BlobMichaël Zasso2021-01-2492-0/+5272
* buffer: introduce BlobJames M Snell2021-01-2413-0/+1031
* test,benchmark: stop requiring URL and URLSearchParamsraisinten2021-01-2444-45/+0
* test: increase buffer list coverageEmil Sivervik2021-01-241-0/+34
* os: performance improvement in vector allocationYash Ladha2021-01-241-19/+21
* test: fix warning in test_environment.ccraisinten2021-01-241-1/+3
* test: remove unused ecdhPeerKeyDaniel Bevenius2021-01-241-6/+2
* perf_hooks: throw ERR_INVALID_ARG_VALUE if histogram.percentile param is NaNZiJian Liu2021-01-242-3/+3
* repl: refactor to avoid unsafe array iterationraisinten2021-01-245-29/+146
* doc: add performance notes for fs.readFileJames M Snell2021-01-241-0/+23
* module: simplify tryStatSync with throwIfNoEntry optionAntoine du Hamel2021-01-241-7/+2
* doc: clarify maxSockets option of http.AgentPooja D P2021-01-241-2/+8
* doc: remove pull-requests.md preambleRich Trott2021-01-241-5/+0
* events: remove error listener on signal abortZiJian Liu2021-01-242-1/+15
* doc: fix module.isPreloading documentationAntoine du Hamel2021-01-242-8/+8
* deps: V8: cherry-pick fe191e8d05ccBenjamin Coe2021-01-245-12/+89
* doc: fix crypto.generateKeySync aes allowed length listFilip Skokan2021-01-211-2/+2
* doc: fix grammar and link to QUIC in changelogDan Dascalescu2021-01-211-1/+1
* tools: update ESLint to 7.18.0cjihrig2021-01-2118-27/+94
* deps: upgrade npm to 7.4.2Ruy Adorno2021-01-2193-2422/+3736
* buffer: add base64url encoding optionFilip Skokan2021-01-2117-126/+312
* test: improve coverage for `Module` gettersJuan José Arboleda2021-01-211-1/+26
* doc: fix percentile range in perf_hooks.mdraisinten2021-01-211-1/+1
* test: skip internet for test-npm-installRuy Adorno2021-01-211-0/+2
* test: improve coverage on worker threadsJuan José Arboleda2021-01-211-2/+16
* doc: improve perf_hooks docsJuan José Arboleda2021-01-211-0/+104
* url: align url format behavior with browsersZiJian Liu2021-01-212-1/+21
* test: improve coverage at `lib/internal/vm/module.js`Juan José Arboleda2021-01-211-0/+10
* Revert "test: mark test-cluster-bind-privileged-port flaky on arm"Rod Vagg2021-01-211-3/+0
* lib: expose primordials objectAntoine du Hamel2021-01-212-4/+9
* lib: refactor `primordials.makeSafe` to use more primordialsExE Boss2021-01-211-106/+129
* url: expose urlToHttpOptions utilityzhangyongsheng2021-01-217-46/+95