summaryrefslogtreecommitdiff
path: root/lib/https.js
AgeCommit message (Expand)Author
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-08https: 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-01tls: 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-07-31https: allow url and options to be passed to https.requestSam Ruby
2018-06-08lib,src: remove openssl feature conditionalsBen Noordhuis
2018-06-05https: 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-11tls: implement clientCertEngine optionjoelostrowski
2017-10-26https: refactor to use http internalsBryan English
2017-10-16lib: use destructuring for some constantsWeijia Wang
2017-09-28https: 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-22http,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-10https: 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
2016-03-21lib: reduce usage of `self = this`Jackson Tian
2016-02-01https: evict cached sessions on errorFedor Indutny
2016-01-07http: overridable `clientError`Fedor Indutny
2015-12-22https: use `servername` in agent keyFedor Indutny
2015-12-12https: support disabling session cachingFedor Indutny
2015-10-27http{s}: don't connect to localhost on invalid URLSakthipriyan Vairamani
2015-10-27tls, crypto: add ALPN SupportShigeki Ohtsu
2015-07-27https: reuse TLS sessions in AgentFedor Indutny
2015-05-03Revert "url: significantly improve the performance of the url module"Rod Vagg
2015-05-01url: significantly improve the performance of the url modulePetka Antonov
2015-02-07https: simpler argument checkMichaël Zasso
2015-01-31lib: reduce util.is*() usagecjihrig
2015-01-21lib: use const to define constantscjihrig
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-11-22lib: turn on strict modeBen Noordhuis