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-05-01http: report request start and end with diagnostics_channelStephen Belanger
2020-12-15http: fix typo in commentHollow Man
2020-10-14http: 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-20http: add RFC references for each status codeVoltra
2020-08-05http: provide keep-alive timeout response headerRobert Nagy
2020-07-28http: don't write error to socketRobert Nagy
2020-07-17http: add note about timer unrefRobert Nagy
2020-07-17lib: replace http to https of comment link urlssapics
2020-06-30http: used already defined validator for boolean checkYash Ladha
2020-06-30Revert "http: set IncomingMessage.destroyed"Robert Nagy
2020-05-11http: set IncomingMessage.destroyedRobert Nagy
2020-04-07http: 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
2019-08-19http: simplify drain()Robert Nagy
2019-08-17http: replace superfluous connection property with getter/setterRobert Nagy
2019-08-15http: follow symbol naming conventionRobert Nagy
2019-08-12http: remove duplicate checkRobert Nagy
2019-07-28http: reset parser.incoming when server response is finishedAnna Henningsen
2019-07-12perf_hooks: add HttpRequest statistics monitoring #28445vmarchaud
2019-07-06http: improve parser error messagesAnna Henningsen
2019-06-08http: remove default 'timeout' listener on upgradeLuigi Pinca
2019-06-02http: fix socketOnWrap edge casesAnatoli Papirovski
2019-05-20http: add an alias at addListener on Server connection sockethimself65
2019-05-09http, http2: remove default server timeoutAli Ijaz Sheikh
2019-04-22src: do not reuse async resource in http parsersDaniel Beckert
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-11lib: faster FreeListAnatoli Papirovski
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-12lib: move DTRACE_* probes out of global scopeJames M Snell