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-08-05http: trace http request / responsetheanarkh
2022-06-25http: add perf_hooks detail for http request and clienttheanarkh
2022-05-26perf_hooks: fix start_time of perf_hookstheanarkh
2022-03-18http: trace http client by perf_hookstheanarkh
2021-06-28perf_hooks: refactor perf_hooks for snapshot buildingJoyee Cheung
2021-04-10http: fixup perf regressionJames M Snell
2021-03-31Revert "http: align with stream.Writable"Matteo Collina
2021-03-10http: align with stream.WritableRobert Nagy
2021-02-22perf_hooks: complete overhaul of the implementationJames M Snell
2020-12-29http: refactor to use more primordialsAntoine du Hamel
2020-12-27http: remove dead code from internal/http.jsZiJian Liu
2020-11-07tools: add new ESLint rule: prefer-primordialsLeko
2020-07-16stream: finished on closed OutgoingMessageRobert Nagy
2020-06-21http: don't emit error after closeRobert Nagy
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
2019-11-25http: replace var with letGuilherme Goncalves
2019-08-19http: simplify drain()Robert Nagy
2019-08-15http: follow symbol naming conventionRobert Nagy
2019-07-12perf_hooks: add HttpRequest statistics monitoring #28445vmarchaud
2018-11-28http,https: protect against slow headers attackMatteo Collina
2017-12-29http: convert utcDate to use setTimeoutJeremiah Senkpiel
2017-08-04http2: introducing HTTP/2James M Snell
2017-08-04http: move utcDate to internal/http.jsJames M Snell
2017-03-22http: avoid retaining unneeded memoryLuigi Pinca
2017-03-09http: use Symbol for outgoing headersBrian White