summaryrefslogtreecommitdiff
path: root/lib/internal/http2
AgeCommit message (Expand)Author
2019-12-03http2: implement capture rection for 'request' and 'stream' eventsMatteo Collina
2019-11-30lib: enforce use of primordial NumberSebastien Ahkrin
2019-11-30lib: enforce use of Boolean from primordialsMichaël Zasso
2019-11-28http2: make maximum tolerated rejected streams configurableDenys Otrishko
2019-11-28http2: allow to configure maximum tolerated invalid framesDenys Otrishko
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-26http2: change var to let compact.jsMaria Emmanouil
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-24http2: core.js replace var with letDaniel Schuech
2019-11-23http2: replace var with let/constPaolo Ceschi Berrini
2019-11-21http2: remove duplicated assertIsObjectZYSzys
2019-11-13http: outgoing corkRobert Nagy
2019-10-10http2: fix file close error condition at respondWithFdAnna Henningsen
2019-10-09http2: allow passing FileHandle to respondWithFDAnna Henningsen
2019-10-07http2: support passing options of http2.connect to net.connectZYSzys
2019-10-05http2: set default maxConcurrentStreamsZYSzys
2019-10-02http2: use the latest settingsZYSzys
2019-09-25http2: optimize the altsvc Max bytes limit, define and use constantsrickyes
2019-09-24stream: cleanup use of internal ended stateChetan Karande
2019-09-07http2: do not crash on stream listener removal w/ destroyed sessionAnna Henningsen
2019-08-17http2: remove callback-based paddingAnna Henningsen
2019-08-17http,stream: add writableEndedRobert Nagy
2019-08-15http2: only call into JS when necessary for session eventsAnna Henningsen
2019-08-15http2: improve JS-side debug loggingAnna Henningsen
2019-08-02http2: destroy when settingsFn throws an errorhimself65
2019-07-29http2: destructure constants from require callDaniel Nalborczyk
2019-07-29http2: add constant to already destructured constantsDaniel Nalborczyk
2019-07-20http2: compat req.completeRobert Nagy
2019-07-10http2: override authority with optionsLuigi Pinca
2019-07-01http2: remove square brackets from parsed hostnameLuigi Pinca
2019-06-28http2: propagate session destroy code to streamscjihrig
2019-06-25http2: use writableFinished instead of _writableStatezero1five
2019-06-10http2: do not register unnecessary listenersAntonio Kukas
2019-06-01http2: respect inspect() depthcjihrig
2019-05-23http2: support net.Server optionsLuigi Pinca
2019-05-18http2: do no throw in writeHead if state.closedMatteo Collina
2019-05-13http2: do not override the allowHalfOpen optionLuigi Pinca
2019-05-09http, http2: remove default server timeoutAli Ijaz Sheikh
2019-04-16lib: require globals instead of using the global proxyJoyee Cheung
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-04errors: add more information in case of invalid callbacksRuben Bridgewater
2019-04-03lib: force using primordials for JSON, Math and ReflectMichaël Zasso
2019-03-27http2: rename function for clarityRuben Bridgewater
2019-03-27http2: remove side effects from validateSettingsRuben Bridgewater
2019-03-25tools: enable getter-return lint rulecjihrig
2019-03-24http2: reduce usage of require('util')toshi1127
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-03-12http2: `Http2ServerResponse.end()` should always return selfRobert Nagy