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
2022-04-13http: refactor headersTimeout and requestTimeout logicPaolo Insogna
2022-03-27lib: update JSDoc for lintingRich Trott
2022-02-27http: add default argument for Agent.prototype.getName小菜
2021-06-26http,https: align server option of https with httpQingyu Deng
2021-05-24typings: add JSDoc typings for httpsVoltrex
2021-02-11lib: remove usage of url.parseraisinten
2021-01-17url: expose urlToHttpOptions utilityzhangyongsheng
2020-12-27https: refactor to use more primordialsAntoine du Hamel
2020-12-13tls: forward new SecureContext optionsAlba Mendez
2020-09-21https: set requestTimeout default to 0Robert Nagy
2020-09-15http: add requestTimeoutMatteo Collina
2020-07-06lib: replace http to https of comment link urlssapics
2020-05-31lib: improve debuglog() performanceBrian White
2020-01-04https: prevent options object from being mutatedVighnesh Raut
2019-12-14http,https: increase server headers timeoutTim Costa
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-09https: change var to let in lib/https.jsgalina.prokofeva
2019-05-09http, http2: remove default server timeoutAli Ijaz Sheikh
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-03-23https: remove usage of public require('util')dnlup
2019-02-02tls: introduce client 'session' eventSam Roberts
2019-01-08lib: support overriding http\s.globalAgentRoy Sommer
2018-12-20lib: remove internal `util._extends()` usageRuben Bridgewater
2018-12-05lib: use ES6 class inheritance styleRuben Bridgewater
2018-12-05lib: remove `inherits()` usageRuben Bridgewater
2018-11-28http,https: protect against slow headers attackMatteo Collina
2018-11-22tls: add min/max protocol version optionsSam Roberts
2018-08-01https: allow url and options to be passed to https.requestSam Ruby
2018-06-08lib,src: remove openssl feature conditionalsBen Noordhuis
2018-06-06https: removed extra _http_server requireErnestoSalazar
2018-05-05https: defines maxHeadersCount in the constructorDaiki Arai
2018-04-29http,https,tls: switch to WHATWG URL parserHackzzila
2018-03-27tls: drop NPN (next protocol negotiation) supportBen Noordhuis
2018-03-05lib: port errors to new systemMichaël Zasso
2018-02-10https: add extra options to Agent#getName()Jeff Principe
2018-02-06http: add options to http.createServer()Peter Marton
2017-11-12tls: implement clientCertEngine optionjoelostrowski
2017-10-27https: refactor to use http internalsBryan English
2017-10-17lib: use destructuring for some constantsWeijia Wang
2017-09-29https: convert to using internal/errorsRami Moshe
2017-06-14https: make opts optional & immutable when createXadillaX
2017-05-26http: destroy sockets after keepAliveTimeoutTimur Shemsedinov
2017-05-23http,https: avoid instanceof for WHATWG URLBrian White
2017-05-11https: support agent construction without newcjihrig
2017-03-10meta: restore original copyright headerJames M Snell
2017-01-18lib: remove unnecessary parameter for assertCrypto()Jackson Tian
2017-01-11https: Use secureProtocol in Agent#getNameAndreas Lind
2017-01-09url: allow use of URL with http.request and https.requestJames M Snell
2016-11-25https: name anonymous functions in httpsPedro Lima
2016-03-23crypto: fail early when loading crypto without opensslJames M Snell