Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-182022-10-18, Version 19.0.0 (Current)RafaelGSS
2022-07-15doc: update links to MDN page about dynamic importsJannis R
2022-06-29http: use Keep-Alive by default in global agentsPaolo Insogna
2022-05-24doc: make minor adjustmentsLivia Medeiros
2022-05-172022-05-17, Version 18.2.0 (Current)RafaelGSS
2022-05-11doc: use consistent method symbolPaolo Insogna
2022-05-03http: added connection closing methodsShogun
2022-04-20doc: add `node:` prefix for all core modulesAntoine du Hamel
2022-04-09doc: link to dynamic import functionTobias Nießen
2022-03-06doc: clarify that some modules don't work when compiled without sslAntoine du Hamel
2021-10-20doc: format doc/api/*.md with markdown formatterRich Trott
2021-09-282021-09-28, Version 14.18.0 'Fermium' (LTS)Michaël Zasso
2021-08-30doc: anchor link parity between markdown and html-generated docsfoxxyz
2021-08-182021-08-17, Version 16.7.0 (Current)Danielle Adams
2021-07-28http: decodes url.username and url.password for authorization headerLew Gordon
2020-12-26doc: document return value of https.requestMichael Chen
2020-11-12doc: update list styles for remark-parse@9 renderingRich Trott
2020-10-09doc: harmonize changes list orderingAntoine du Hamel
2020-10-01doc: sort md references in ASCII orderAntoine du Hamel
2020-10-01doc: use .md extension for internal linksAntoine du Hamel
2020-09-152020-09-15, Version 14.11.0 (Current)Richard Lau
2020-09-15http: add requestTimeoutMatteo Collina
2020-06-26doc: add dynamic source code linksAlec Davidson
2020-06-10doc: standardize constructor doc header layoutRich Trott
2020-04-302020-04-29, Version 13.14.0 (Current)Ruben Bridgewater
2020-04-292020-04-29, Version 14.1.0 (Current)Beth Griggs
2020-04-28doc: fix LTS replaceme tagsAnna Henningsen
2020-04-27tls: add highWaterMark option for connectrickyes
2020-02-16doc: fix typos in doc/api/https.mdJeff
2020-02-13doc: fix default server timeout description for httpsAndrey Pechkurov
2020-01-14doc: standardize on "host name" in https.mdRich Trott
2019-12-27doc,https: use code markup/markdown in headersRich Trott
2019-12-14http,https: increase server headers timeoutTim Costa
2019-11-222019-11-21, Version 13.2.0 (Current)Myles Borins
2019-11-20https: add client support for TLS keylog eventsSam Roberts
2019-10-11doc: escape brackets not used as markdown reference linksNick Schonning
2019-09-16doc: use consistent unordered list styleNick Schonning
2019-09-10doc: space around listsNick Schonning
2019-09-01doc: add blanks around code fencesNick Schonning
2019-09-01doc: remove multiple consecutive blank linesNick Schonning
2019-08-24doc: add https.Server extends tls.ServerTrivikram Kamat
2019-08-13doc, lib, src, test, tools: fix assorted typosXhmikosR
2019-06-272019-06-27, Version 12.5.0 (Current)Ruben Bridgewater
2019-06-17https: do not automatically use invalid servernameSam Roberts
2019-04-30http: `servername === false` should disable SNIFedor Indutny
2019-03-07doc: add missing https Agent maxCachedSessionsNicolas Moteau
2018-11-29doc: sort bottom-of-file markdown linksSam Roberts
2018-11-28doc: fix nits in http(s) server.headersTimeoutVse Mozhet Byt
2018-11-28http,https: protect against slow headers attackMatteo Collina
2018-11-02doc: add types and their corresponding return valuesOuyang Yadong