summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc: add two tips for speeding the dev buildsMomtchil Momtchev2020-12-181-0/+24
* 2020-12-17, Version 14.15.3 'Fermium' (LTS)Beth Griggs2020-12-172-1/+14
* doc: add note about timingSafeEqual for TypedArrayTobias Nießen2020-12-181-1/+5
* tools: fix release scriptAntoine du Hamel2020-12-171-14/+16
* tools: remove unused variable in configure.pyRich Trott2020-12-171-2/+0
* doc: move Derek Lewis to emeritusRich Trott2020-12-171-2/+2
* http: add test for incomingmessage destroyDaniele Belardi2020-12-173-6/+55
* http: use standard args order in IncomingMEssage onErrorDaniele Belardi2020-12-171-4/+4
* http: remove trailing spaceDaniele Belardi2020-12-171-1/+0
* http: add comments in _http_incomingDaniele Belardi2020-12-171-0/+6
* http: fix lint error in incoming messageDaniele Belardi2020-12-171-1/+5
* http: reafactor incoming message destroyDaniele Belardi2020-12-171-6/+18
* http: use `autoDestroy: true` in incoming messageDaniele Belardi2020-12-173-40/+13
* src: remove unnecessary ToLocalChecked callDaniel Bevenius2020-12-171-3/+4
* deps: update archs files for OpenSSL-1.1.1iMyles Borins2020-12-16232-471/+2134
* deps: re-enable OPENSSL_NO_QUIC guardsJames M Snell2020-12-162-0/+8
* deps: various quic patches from akamai/opensslTodd Short2020-12-1635-33/+1532
* deps: upgrade openssl sources to 1.1.1iMyles Borins2020-12-16373-5667/+4265
* deps: update patch and docs for openssl updateMyles Borins2020-12-162-336/+1981
* deps: fix npm doctor tests for pre-release nodenlf2020-12-171-1/+1
* deps: upgrade npm to 7.2.0Myles Borins2020-12-1741-562/+2217
* tools: lint shell scriptsAntoine du Hamel2020-12-1612-54/+255
* doc: add issue reference to github pr templateChinmoy Chakraborty2020-12-162-0/+8
* doc: update url.mdRock2020-12-161-1/+1
* deps: update to c-ares 1.17.1Danny Sonnenschein2020-12-1614-56/+143
* test: specify global object for globalsRich Trott2020-12-161-3/+4
* doc: make explicit reverting node_version.h changesRichard Lau2020-12-161-1/+7
* 2020-12-15, Version 14.15.2 'Fermium' (LTS)Beth Griggs2020-12-152-1/+203
* doc: add license info to the READMEFrankQiu2020-12-161-0/+9
* test: increase coverage for fs/dir readZijian Liu2020-12-151-0/+6
* src: remove empty name check in node_env_var.ccraisinten2020-12-151-3/+1
* stream: accept iterable as a valid first argumentZiJian Liu2020-12-152-1/+20
* readline: cursorTo throw error on NaNZijian Liu2020-12-152-0/+18
* lib: make safe primordials safe to iterateAntoine du Hamel2020-12-154-18/+55
* test: remove test-http2-client-upload as flakyRich Trott2020-12-151-2/+0
* doc: revise addon mulitple initializations textRich Trott2020-12-151-2/+2
* build: fix make test-npmRuy Adorno2020-12-141-1/+1
* doc: add v15.4.0 link to CHANGELOG.mdDanielle Adams2020-12-141-1/+2
* worker: fix broadcast channel SharedArrayBuffer passingAnna Henningsen2020-12-143-9/+18
* doc: add PoojaDurgad to collaboratorsPooja D P2020-12-141-0/+2
* test: increase coverage for net/blocklistZijian Liu2020-12-141-0/+43
* util: simplify constructor retrieval in inspect()Rich Trott2020-12-141-44/+3
* src: remove duplicate V macros in node_v8.ccDaniel Bevenius2020-12-141-12/+0
* test: make executable name more generalShelley Vohr2020-12-131-1/+1
* http: use objects with null prototype in AgentMichaël Zasso2020-12-139-19/+33
* src: use correct outer Context’s microtask queueAnna Henningsen2020-12-134-3/+62
* deps: V8: backport 4bf051d536a1Anna Henningsen2020-12-134-2/+21
* src: add way to get IsolateData and allocator from EnvironmentAnna Henningsen2020-12-133-0/+13
* src: guard against env != null in node_errors.ccAnna Henningsen2020-12-131-1/+1
* worker: refactor MessagePort entanglement managementAnna Henningsen2020-12-132-39/+35