summaryrefslogtreecommitdiff
path: root/lib/internal/http2
Commit message (Expand)AuthorAgeFilesLines
* lib: enforce use of trailing commasAntoine du Hamel2023-03-063-32/+32
* lib: enforce use of trailing commas for functionsAntoine du Hamel2023-02-143-9/+9
* lib: refactor to use `validateBuffer`Deokjin Kim2023-02-061-10/+7
* lib: refactor to use validators in http2Debadree Chatterjee2023-01-241-11/+12
* tools: add `prefer-proto` ruleJordan Harband2023-01-103-14/+11
* lib: use `kEmptyObject` as default value for optionsDeokjin Kim2022-12-311-1/+1
* http2: improve session close/destroy proceduresSantiago Gimeno2022-10-261-10/+16
* http2: fix debugStream methodSantiago Gimeno2022-10-251-1/+2
* http2: make early hints genericYagiz Nizipli2022-10-061-25/+14
* http: add writeEarlyHints function to ServerResponseWing2022-08-171-0/+45
* tls,http2: send fatal alert on ALPN mismatchTobias Nießen2022-08-131-1/+1
* lib: add `Promise` methods to `avoid-prototype-pollution` lint ruleAntoine du Hamel2022-07-261-3/+3
* http2: log debug only when in debug modeBasit2022-07-081-3/+3
* lib: refactor to avoid unsafe regex primordialsAntoine du Hamel2022-06-271-2/+2
* tools,doc: add guards against prototype pollution when creating proxiesAntoine du Hamel2022-06-161-0/+1
* http2: use `kEmptyObject`LiviaMedeiros2022-06-111-2/+3
* lib: use null-prototype objects for property descriptorsAntoine du Hamel2022-06-032-0/+2
* http2: set origin name correctly when servername is emptyofirbarak2022-05-251-1/+1
* http2: improve tests and docsDaeyeon Jeong2022-05-241-0/+1
* http2: compat support for array headersOneNail2022-05-021-3/+13
* lib: prepare files for no-var lint ruleRich Trott2022-04-041-1/+1
* http2: close stream and session on frameErrorRafael Silva2022-03-021-0/+2
* http2: fix pseudo-headers orderofir2022-02-061-5/+6
* lib: replace validator and errorMohammed Keyvanzadeh2022-02-052-9/+9
* http2: fix no response event on continue requestofirbarak2022-02-031-2/+1
* tools,benchmark,lib,test: enable no-case-declarations lint ruleRich Trott2022-01-052-10/+20
* http2: handle existing socket data when creating HTTP/2 server sessionsTim Perry2021-12-231-15/+15
* http2: propagate abortsignal reason in new AbortError constructorJames M Snell2021-12-021-1/+3
* errors: remove eager stack generation for node errorsGus Caplan2021-07-071-3/+11
* stream: error Duplex write/read if not writable/readableRobert Nagy2021-07-021-4/+10
* lib: harden lint checks for globalsAntoine du Hamel2021-04-282-0/+2
* http2: add specific error code for custom framesAnna Henningsen2021-04-012-7/+10
* http2: fix setting options before handle existsAnna Henningsen2021-03-261-8/+46
* lib: aggregate errors to avoid error swallowingAntoine du Hamel2021-03-191-1/+2
* http2: make res.req a normal propertycjihrig2021-03-131-4/+1
* lib: fix typo in lib/internal/http2/core.jsmarsonya2021-03-131-1/+1
* http2: add unknownProtocol timeoutDaniel Bevenius2021-02-231-4/+27
* doc,lib: prepare for stricter multi-line array lintingRich Trott2021-02-191-3/+3
* test,doc,lib: adjust object literal newlines for lint ruleRich Trott2021-01-261-3/+4
* http: attach request as res.reqIan Storm Taylor2021-01-191-0/+4
* http2: refactor to avoid unsafe array iterationAntoine du Hamel2021-01-152-12/+20
* http2: refactor to use primordials instead of <string>.indexOfRohan Chougule2021-01-091-1/+4
* http2: fix typos in core.jsPranshu Jethmalani2021-01-041-2/+2
* lib: refactor to use validateCallbackZiJian Liu2020-12-292-18/+17
* http2: refactor to use more primordialsAntoine du Hamel2020-12-071-2/+3
* http2: add support for AbortSignal to http2Session.requestMadara Uchiha2020-11-211-1/+17
* http2: refactor to use more primordialsAntoine du Hamel2020-11-203-66/+103
* http2: add support for TypedArray to getUnpackedSettingsAntoine du Hamel2020-11-191-4/+6
* http2: allow setting the local window size of a sessionzhangyongsheng2020-11-111-5/+24
* http2: delay session.receive() by a tickSzymon Marczak2020-11-111-9/+14