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-05-14http: refactor to remove redundant argument of _deferToConnectRongjian Zhang
2021-04-11deps: update llhttp to 5.1.0Fedor Indutny
2021-03-31http: optimize debug function correctlyMichaël Zasso
2021-03-31Revert "http: align with stream.Writable"Matteo Collina
2021-03-20http: fix double AbortSignal registrationNitzan Uziely
2021-03-10http: align with stream.WritableRobert Nagy
2021-02-11lib: remove usage of url.parseraisinten
2021-02-04http: fix ClientRequest unhandled errorsRobert Nagy
2021-01-17url: expose urlToHttpOptions utilityzhangyongsheng
2021-01-16http: refactor ClientRequest destroyRobert Nagy
2021-01-16http: cleanup ClientRequest oncreateRobert Nagy
2020-12-29http: refactor to use more primordialsAntoine du Hamel
2020-12-17http: remove trailing spaceDaniele Belardi
2020-12-17http: use `autoDestroy: true` in incoming messageDaniele Belardi
2020-12-07stream: support abort signalBenjamin Gruenbaum
2020-11-19http: add support for abortsignal to http.requestBenjamin Gruenbaum
2020-10-09lib: change http client path assignmentYohanan Baruchel
2020-10-07http: make response.setTimeout() workBen Noordhuis
2020-10-04lib: replace String global with primordialsSebastien Ahkrin
2020-09-12http: allow Content-Length header for 304 responsesArnaud Lefebvre
2020-07-16stream: finished on closed OutgoingMessageRobert Nagy
2020-06-22http: expose host and protocol on ClientRequestwenningplus
2020-06-21http: don't emit error after closeRobert Nagy
2020-05-11http: don't destroy completed requestRobert Nagy
2020-05-10http: emit 'error' on aborted server requestRobert Nagy
2020-05-09http: return this from ClientRequest#destroy()cjihrig
2020-05-09http: set IncomingMessage.destroyedRobert Nagy
2020-05-04http: ensure client request emits closeRobert Nagy
2020-04-02http: fix incorrect headersTimeout measurementAlex R
2020-03-30http: move free socket error handling to agentRobert Nagy
2020-03-27http: fixup options.method error messageJames M Snell
2020-03-11http: detach socket from IncomingMessage on keep-aliveRobert Nagy
2020-03-10http: align OutgoingMessage and ClientRequest destroyRobert Nagy
2020-01-24http: make --insecure-http-parser configurable per-stream or per-serverAnna Henningsen
2020-01-05lib: replace use of Error with primordialsSebastien Ahkrin
2020-01-03http: free listeners on free socketsRobert Nagy
2019-12-17http: use for...of in http library codeTrivikram Kamat
2019-12-14http: remove unnecessary bindAnatoli Papirovski
2019-12-09http: llhttp opt-in insecure HTTP header parsingSam Roberts
2019-12-01http: make maximum header size configurable per-stream or per-serverAnna Henningsen
2019-11-30lib: use static Number properties from primordialsMichaël Zasso
2019-11-30lib: enforce use of Boolean from primordialsMichaël Zasso
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-12net: replaced vars to lets and constsalexahdp
2019-10-16http: emit close on socket re-useRobert Nagy
2019-10-14http: do not emit end after abortedRobert Nagy
2019-10-12http: add reusedSocket property on client requestthemez
2019-10-05lib: introduce no-mixed-operators eslint rule to libZYSzys