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
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
2019-12-03http: implement capture rejections for 'request' eventMatteo Collina
2019-12-01http: make maximum header size configurable per-stream or per-serverAnna Henningsen
2019-11-29http: set socket.server unconditionallyAnna Henningsen
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-22http: destructure primordials in lib/_http_server.jsArtem Maksimov
2019-11-19http: revise _http_server.jstelenord
2019-10-10src: bring 425 status code name into accordance with RFC 8470Sergei Osipov
2019-08-26http: reset parser.incoming when server request is finishedAnna Henningsen
2019-08-24Revert "http: reset parser.incoming when server response is finished"Matteo Collina