summaryrefslogtreecommitdiff
path: root/lib/internal/http2/util.js
AgeCommit message (Expand)Author
2019-11-30lib: enforce use of primordial NumberSebastien Ahkrin
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-23http2: replace var with let/constPaolo Ceschi Berrini
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-03lib: force using primordials for JSON, Math and ReflectMichaël Zasso
2019-03-23lib: refactor Error.captureStackTrace() usageRuben Bridgewater
2019-03-23errors: update error nameRuben Bridgewater
2019-03-21lib: move extra properties into error creationRuben Bridgewater
2019-02-11http2: improve compat performanceMatteo Collina
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-11-21http2: throw from mapToHeadersJames M Snell
2018-11-03http2: improve http2 code a bitJames M Snell
2018-10-08http2: add RFC 8441 extended connect protocol supportJames M Snell
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-08-18http2: move process.binding('http2') to internalBindingJames M Snell
2018-07-05http2: pass incoming set-cookie header as arrayGerhard Stoebich
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-03-07lib: port remaining errors to new systemMichaël Zasso
2018-01-05http2: implement maxSessionMemoryJames M Snell
2017-12-22http2: convert Http2Settings to an AsyncWrapJames M Snell
2017-11-21http2: major update to internalsJames M Snell
2017-11-12lib: improve the usage of TypeError[INVALID_ARG_TYPE]Weijia Wang
2017-11-04http2: refactor multiple internalsJames M Snell
2017-11-03http2: refactor settings handlingJames M Snell
2017-10-29http2: simplify mapToHeaders, stricter validationAnatoli Papirovski
2017-10-26http2: fix mapToHeaders() with single string valueJinwoo Lee
2017-10-25http2: do not allow socket manipulationAnatoli Papirovski
2017-10-19http2: simplify te header validation, add testTrivikram Kamat
2017-09-20http2: expand list of known headersAnatoli Papirovski
2017-09-13http2: improve http2 coverageJames M Snell
2017-09-07http2: add compat trailers, adjust multi-headersAnatoli Papirovski
2017-08-13http2: use per-environment buffersAnna Henningsen
2017-08-13http2: improve perf of passing headers to C++Anna Henningsen
2017-08-04http2: address initial pr feedbackJames M Snell
2017-08-04http2: introducing HTTP/2James M Snell