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
2020-09-11lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODINGDenys Otrishko
2020-08-22http2: fix Http2Response.sendDateJoão Lucas Lucchetta
2020-08-17http2: use and support non-empty DATA frame with END_STREAM flagCarlos Lopez
2020-08-17http2: allow Host in HTTP/2 requestsAlba Mendez
2020-08-12http2: add maxHeaderSize option to http2Priyank Singh
2020-07-16http2: add support for sensitive headersAnna Henningsen
2020-05-31lib: improve debuglog() performanceBrian White
2020-05-30http2: refactor state code validation for the http2Stream classrickyes
2020-05-30http2: header field valid checksPranshu Srivastava
2020-05-23http2: reuse ._onTimeout() in Http2Session and Http2Stream classesrickyes
2020-05-20http2: do not modify explicity set date headersPranshu Srivastava
2020-04-23http2: wait for secureConnect before initializingbcoe
2020-04-22stream: fix _final and 'prefinish' timingRobert Nagy
2020-04-03stream: use callback to properly propagate errorRobert Nagy
2020-01-06http2: set default enableConnectProtocol to 0ZYSzys
2020-01-05lib: replace Map global by the primordialsSebastien Ahkrin
2020-01-04lib: replace Set global by the primordialsSebastien Ahkrin
2020-01-03stream: enable autoDestroy by defaultRobert Nagy
2019-12-25http2: wait for session socket writable end on close/destroyDenys Otrishko
2019-12-25http2: wait for session to finish writing before destroyDenys Otrishko
2019-12-16lib: enforce use of Promise from primordialsMichaël Zasso
2019-12-14http2: remove unnecessary bind from setImmediateAnatoli Papirovski
2019-12-12http2: forward debug message in debugStreamObjDenys Otrishko
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
2019-12-03http2: implement capture rection for 'request' and 'stream' eventsMatteo Collina
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-25lib: flatten access to primordialsMichaël Zasso
2019-11-24http2: core.js replace var with letDaniel Schuech
2019-11-21http2: remove duplicated assertIsObjectZYSzys
2019-10-11http2: fix file close error condition at respondWithFdAnna Henningsen
2019-10-10http2: 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-03http2: use the latest settingsZYSzys
2019-09-26http2: optimize the altsvc Max bytes limit, define and use constantsrickyes
2019-09-08http2: do not crash on stream listener removal w/ destroyed sessionAnna Henningsen
2019-08-18http2: remove callback-based paddingAnna Henningsen
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-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-26http2: 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-13http2: do not override the allowHalfOpen optionLuigi Pinca