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
2020-10-162020-10-15, Version 14.14.0 (Current)Myles Borins
2020-10-13doc: harmonize YAML commentsAntoine du Hamel
2020-10-10http: allow passing array of key/val into writeHeadRobert Nagy
2020-10-09doc: harmonize changes list orderingAntoine du Hamel
2020-10-09doc: harmonize version list style in YAML commentsAntoine du Hamel
2020-10-062020-10-06, Version 12.19.0 'Erbium' (LTS)Shelley Vohr
2020-10-04doc: avoid using deprecated connection propertyLuigi Pinca
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-08-11doc: update http server response 'close' eventRenato Mariscal
2020-08-09doc: use _Static method_ instead of _Class Method_Rich Trott
2020-07-25http: don't write error to socketRobert Nagy
2020-07-09doc: add comment to example about 2xx status codesJames M Snell
2020-07-05doc: remove parenthetical \r\n comment in http and http2 docsRich Trott
2020-07-03doc: Add maxTotalSockets option to agent constructorrickyes
2020-07-03doc: add http highlight grammarDerek Lewis
2020-07-012020-06-30, Version 14.5.0 (Current)Shelley Vohr
2020-06-26doc: add dynamic source code linksAlec Davidson
2020-06-25doc: fix lexical sorting of bottom-references in http docPranshu Srivastava
2020-06-22http: expose host and protocol on ClientRequestwenningplus
2020-06-21http: add maxTotalSockets to agent classrickyes
2020-06-10doc: standardize constructor doc header layoutRich Trott
2020-05-30doc: update ```txt ```fandamental and ```raw code blocksZeke Sikelianos
2020-05-20http: added scheduling option to http agentdelvedor
2020-05-202020-05-19, Version 14.3.0 (Current)Shelley Vohr
2020-05-12doc: add note about clientError writable handlingPaolo Insogna
2020-05-10http: emit 'error' on aborted server requestRobert Nagy
2020-05-09http: return this from ClientRequest#destroy()cjihrig
2020-05-09http: return this from IncomingMessage#destroy()cjihrig
2020-05-09http: expose http.validate-header-name/valueosher
2020-05-04doc: add missing deprecation notRobert Nagy
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-27http: doc deprecate abort and improve docsRobert Nagy
2020-04-14doc: remove warning from `response.writeHead`Cecchi MacNaughton
2020-03-29http: increase default header size from 8KB to 16KBunknown
2020-03-07http: fix socket re-use racesRobert Nagy
2020-03-06doc: remove em dashesRich Trott
2020-02-18doc: reword possessive form of Node.js in http.mdRich Trott
2020-02-062020-02-06, Version 13.8.0 (Current)Beth Griggs
2020-01-24http: make --insecure-http-parser configurable per-stream or per-serverAnna Henningsen
2020-01-13doc: fix example of parsing request.urlEgor Pavlov
2020-01-09doc: prefer server vs srv and client vs cltAndrew Hughes
2019-12-27doc,http: use code markup/markdown in headersRich Trott
2019-12-18doc: update message.url example in http.IncomingMessageTadao Iseki
2019-12-182019-12-17, Version 13.4.0 (Current)Myles Borins
2019-12-14http,https: increase server headers timeoutTim Costa