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-01-05tools,benchmark,lib,test: enable no-case-declarations lint ruleRich Trott
2022-01-05http: remove duplicate codeShaw
2021-10-25http: response should always emit 'close'Robert Nagy
2021-09-27http: use 0 as default for requests limitArtur K
2021-09-19http: limit requests per connectionArtur K
2021-09-16http: remove CRLF variableshfshanyue
2021-08-02stream: add readableDidRead if has been read fromRobert Nagy
2021-07-14stream: add readableDidReadRobert Nagy
2021-06-26http,https: align server option of https with httpQingyu Deng
2021-06-15stream: bypass legacy destroy for pipeline and async iterationRobert Nagy
2021-04-19lib: revert primordials in a hot pathAntoine du Hamel
2021-04-11deps: update llhttp to 5.1.0Fedor Indutny
2021-04-10http: fixup perf regressionJames M Snell
2021-03-31http: optimize debug function correctlyMichaƫl Zasso
2021-03-31Revert "http: align with stream.Writable"Matteo Collina
2021-03-10http: align with stream.WritableRobert Nagy
2021-03-03lib: remove use of array destructuringAntoine du Hamel
2021-02-22perf_hooks: complete overhaul of the implementationJames M Snell
2021-02-01http: refactor to avoid unsafe array iterationAntoine du Hamel
2021-01-19http: attach request as res.reqIan Storm Taylor
2021-01-19http: abortIncoming only on socket closeRobert Nagy
2020-12-29http: refactor to use more primordialsAntoine du Hamel
2020-12-17http: use `autoDestroy: true` in incoming messageDaniele Belardi
2020-11-22http: fix typo in commentHollow Man
2020-11-01http: report request start and end with diagnostics_channelStephen Belanger
2020-10-10http: allow passing array of key/val into writeHeadRobert Nagy
2020-09-21https: set requestTimeout default to 0Robert Nagy
2020-09-15http: add requestTimeoutMatteo Collina
2020-08-15http: add RFC references for each status codeVoltra
2020-08-01http: provide keep-alive timeout response headerRobert Nagy
2020-07-25http: don't write error to socketRobert Nagy
2020-07-16stream: finished on closed OutgoingMessageRobert Nagy
2020-07-09http: add note about timer unrefRobert Nagy
2020-07-06lib: replace http to https of comment link urlssapics
2020-06-25http: used already defined validator for boolean checkYash Ladha
2020-06-21http: don't emit error after closeRobert Nagy
2020-05-23http: fixed socket.setEncoding fatal erroriskore
2020-05-10http: emit 'error' on aborted server requestRobert Nagy
2020-05-09http: set IncomingMessage.destroyedRobert Nagy
2020-04-02http: fix incorrect headersTimeout measurementAlex R
2020-03-30http: don't emit 'readable' after 'close'Robert Nagy
2020-03-27http: fixup options.method error messageJames M Snell
2020-01-24http: make --insecure-http-parser configurable per-stream or per-serverAnna Henningsen
2020-01-05lib: replace use of Error with primordialsSebastien Ahkrin
2019-12-17http: use for...of in http library codeTrivikram Kamat
2019-12-14http,https: increase server headers timeoutTim Costa
2019-12-11lib: replace every Symbol.for by SymbolFor primordialsSebastien Ahkrin
2019-12-09http: llhttp opt-in insecure HTTP header parsingSam Roberts
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
2019-12-03net: implement capture rejections for 'connection' eventMatteo Collina