summaryrefslogtreecommitdiff
path: root/lib/https.js
Commit message (Expand)AuthorAgeFilesLines
* https: set requestTimeout default to 0Robert Nagy2020-09-211-1/+1
* http: add requestTimeoutMatteo Collina2020-09-151-0/+1
* lib: replace http to https of comment link urlssapics2020-07-061-1/+1
* lib: improve debuglog() performanceBrian White2020-05-301-1/+3
* https: prevent options object from being mutatedVighnesh Raut2020-01-031-1/+3
* http,https: increase server headers timeoutTim Costa2019-12-141-1/+1
* lib: flatten access to primordialsMichaël Zasso2019-11-251-6/+9
* https: change var to let in lib/https.jsgalina.prokofeva2019-11-081-1/+1
* http, http2: remove default server timeoutAli Ijaz Sheikh2019-05-091-1/+1
* lib: enforce the use of Object from primordialsMichaël Zasso2019-04-121-0/+2
* https: remove usage of public require('util')dnlup2019-03-231-4/+3
* tls: introduce client 'session' eventSam Roberts2019-02-011-11/+13
* lib: support overriding http\s.globalAgentRoy Sommer2019-01-081-1/+1
* lib: remove internal `util._extends()` usageRuben Bridgewater2018-12-201-5/+6
* lib: use ES6 class inheritance styleRuben Bridgewater2018-12-051-0/+1
* lib: remove `inherits()` usageRuben Bridgewater2018-12-051-1/+1
* http,https: protect against slow headers attackMatteo Collina2018-11-281-0/+1
* tls: add min/max protocol version optionsSam Roberts2018-11-221-0/+8
* https: allow url and options to be passed to https.requestSam Ruby2018-07-311-11/+18
* lib,src: remove openssl feature conditionalsBen Noordhuis2018-06-081-1/+1
* https: removed extra _http_server requireErnestoSalazar2018-06-051-2/+2
* https: defines maxHeadersCount in the constructorDaiki Arai2018-05-051-0/+1
* http,https,tls: switch to WHATWG URL parserHackzzila2018-04-291-5/+17
* tls: drop NPN (next protocol negotiation) supportBen Noordhuis2018-03-271-4/+0
* lib: port errors to new systemMichaël Zasso2018-03-051-2/+2
* https: add extra options to Agent#getName()Jeff Principe2018-02-101-0/+24
* http: add options to http.createServer()Peter Marton2018-02-061-0/+6
* tls: implement clientCertEngine optionjoelostrowski2017-11-111-0/+4
* https: refactor to use http internalsBryan English2017-10-261-17/+27
* lib: use destructuring for some constantsWeijia Wang2017-10-161-1/+1
* https: convert to using internal/errorsRami Moshe2017-09-281-1/+2
* https: make opts optional & immutable when createXadillaX2017-06-141-0/+6
* http: destroy sockets after keepAliveTimeoutTimur Shemsedinov2017-05-261-0/+1
* http,https: avoid instanceof for WHATWG URLBrian White2017-05-221-2/+4
* https: support agent construction without newcjihrig2017-05-111-0/+3
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* lib: remove unnecessary parameter for assertCrypto()Jackson Tian2017-01-181-1/+1
* https: Use secureProtocol in Agent#getNameAndreas Lind2017-01-101-0/+4
* url: allow use of URL with http.request and https.requestJames M Snell2017-01-091-0/+3
* https: name anonymous functions in httpsPedro Lima2016-11-251-5/+5
* crypto: fail early when loading crypto without opensslJames M Snell2016-03-231-0/+2
* lib: reduce usage of `self = this`Jackson Tian2016-03-211-3/+2
* https: evict cached sessions on errorFedor Indutny2016-02-011-0/+16
* http: overridable `clientError`Fedor Indutny2016-01-071-2/+3
* https: use `servername` in agent keyFedor Indutny2015-12-221-0/+4
* https: support disabling session cachingFedor Indutny2015-12-121-0/+4
* http{s}: don't connect to localhost on invalid URLSakthipriyan Vairamani2015-10-271-0/+3
* tls, crypto: add ALPN SupportShigeki Ohtsu2015-10-271-0/+7
* https: reuse TLS sessions in AgentFedor Indutny2015-07-271-1/+49
* Revert "url: significantly improve the performance of the url module"Rod Vagg2015-05-031-1/+1