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-10-26http2: improve session close/destroy proceduresSantiago Gimeno
2022-10-25http2: fix debugStream methodSantiago Gimeno
2022-10-06http2: make early hints genericYagiz Nizipli
2022-08-17http: add writeEarlyHints function to ServerResponseWing
2022-08-13tls,http2: send fatal alert on ALPN mismatchTobias Nießen
2022-07-27lib: add `Promise` methods to `avoid-prototype-pollution` lint ruleAntoine du Hamel
2022-07-08http2: log debug only when in debug modeBasit
2022-06-27lib: refactor to avoid unsafe regex primordialsAntoine du Hamel
2022-06-16tools,doc: add guards against prototype pollution when creating proxiesAntoine du Hamel
2022-06-11http2: use `kEmptyObject`LiviaMedeiros
2022-06-03lib: use null-prototype objects for property descriptorsAntoine du Hamel
2022-05-25http2: set origin name correctly when servername is emptyofirbarak
2022-05-24http2: improve tests and docsDaeyeon Jeong
2022-05-02http2: compat support for array headersOneNail
2022-04-04lib: prepare files for no-var lint ruleRich Trott
2022-03-02http2: close stream and session on frameErrorRafael Silva
2022-02-06http2: fix pseudo-headers orderofir
2022-02-05lib: replace validator and errorMohammed Keyvanzadeh
2022-02-03http2: fix no response event on continue requestofirbarak
2022-01-05tools,benchmark,lib,test: enable no-case-declarations lint ruleRich Trott
2021-12-23http2: handle existing socket data when creating HTTP/2 server sessionsTim Perry
2021-12-02http2: propagate abortsignal reason in new AbortError constructorJames M Snell
2021-07-08errors: remove eager stack generation for node errorsGus Caplan
2021-07-02stream: error Duplex write/read if not writable/readableRobert Nagy
2021-04-28lib: harden lint checks for globalsAntoine du Hamel
2021-04-01http2: add specific error code for custom framesAnna Henningsen
2021-03-26http2: fix setting options before handle existsAnna Henningsen
2021-03-19lib: aggregate errors to avoid error swallowingAntoine du Hamel
2021-03-13http2: make res.req a normal propertycjihrig
2021-03-13lib: fix typo in lib/internal/http2/core.jsmarsonya
2021-02-23http2: add unknownProtocol timeoutDaniel Bevenius
2021-02-19doc,lib: prepare for stricter multi-line array lintingRich Trott
2021-01-27test,doc,lib: adjust object literal newlines for lint ruleRich Trott
2021-01-19http: attach request as res.reqIan Storm Taylor
2021-01-15http2: refactor to avoid unsafe array iterationAntoine du Hamel
2021-01-09http2: refactor to use primordials instead of <string>.indexOfRohan Chougule
2021-01-04http2: fix typos in core.jsPranshu Jethmalani
2020-12-29lib: refactor to use validateCallbackZiJian Liu
2020-12-07http2: refactor to use more primordialsAntoine du Hamel
2020-11-21http2: add support for AbortSignal to http2Session.requestMadara Uchiha
2020-11-20http2: refactor to use more primordialsAntoine du Hamel
2020-11-19http2: add support for TypedArray to getUnpackedSettingsAntoine du Hamel
2020-11-11http2: allow setting the local window size of a sessionzhangyongsheng
2020-11-11http2: delay session.receive() by a tickSzymon Marczak
2020-11-09http2: add has method to proxySocketHandlermasx200
2020-11-08http2: centralise socket event binding in Http2SessionMomtchil Momtchev
2020-11-08http2: move events to the JSStreamSocketMomtchil Momtchev
2020-11-06http2: fix error stream write followed by destroyDavid Halls
2020-10-25http2: fix reinjection checkMomtchil Momtchev
2020-10-25http2: reinject data received before http2 is attachedMomtchil Momtchev