aboutsummaryrefslogtreecommitdiff
path: root/lib/internal/http2
AgeCommit message (Expand)Author
2019-07-20http2: override authority with optionsLuigi Pinca
2019-07-02http2: remove square brackets from parsed hostnameLuigi Pinca
2019-07-02http2: propagate session destroy code to streamscjihrig
2019-07-02http2: use writableFinished instead of _writableStatezero1five
2019-06-17http2: do not register unnecessary listenersAntonio Kukas
2019-06-02http2: respect inspect() depthcjihrig
2019-05-28http2: support net.Server optionsLuigi Pinca
2019-05-23http, http2: flag for overriding server timeoutAli Ijaz Sheikh
2019-05-20http2: do no throw in writeHead if state.closedMatteo Collina
2019-05-13http2: do not override the allowHalfOpen optionLuigi Pinca
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
2019-03-11lib,src: remove usage of _externalStreamAnna Henningsen
2019-03-10net: use kHandle symbol for accessing native handleAnna Henningsen
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-03-05http2: refactor deprecated method in core.jsgengjiawen
2019-03-04http2: improve compatibility with http/1Sagi Tsofan
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-11http2: improve compat performanceMatteo Collina
2019-02-09http2: makes response.writeHead return the responseMark S. Everitt
2019-02-08lib: replace 'assert' with 'internal/assert' for many built-insRich Trott
2019-02-06lib: fix a few minor issues flagged by lgtmRobin Neatherway
2019-01-27net,http2: merge setTimeout codeZYSzys
2019-01-23http2: allow fully synchronous `_final()`Anna Henningsen
2018-12-29lib: simplify several debug() callscjihrig
2018-12-28src: use consistent names for JSStreamSam Roberts
2018-12-20lib: switch to object spread where possibleRuben Bridgewater
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-13lib: refactor argument validation using validateStringZYSzys
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-12-02http2: make compat writeHead not crash if the stream is destroyedMatteo Collina
2018-11-29http2: add compat support for nested array headersSebastiaan Deckers
2018-11-24http2: fix session[kSession] undefined issueleeight
2018-11-21http2: cleanup endStream logicJames M Snell
2018-11-21http2: set js callbacks onceJames M Snell
2018-11-21http2: throw from mapToHeadersJames M Snell
2018-11-21net,http2: merge after-write codeAnna Henningsen
2018-11-20http2: replace unreachable error with assertionRich Trott
2018-11-16fs: make process.binding('fs') internalMasashi Hirano
2018-11-13fs,net: standardize `pending` stream propertyAnna Henningsen