summaryrefslogtreecommitdiff
path: root/lib/https.js
Commit message (Expand)AuthorAgeFilesLines
* tls: introduce client 'session' eventSam Roberts2019-02-061-11/+13
* lib: remove internal `util._extends()` usageRuben Bridgewater2019-01-141-5/+6
* lib: support overriding http\s.globalAgentRoy Sommer2019-01-091-1/+1
* tls: add min/max protocol version optionsSam Roberts2018-12-071-0/+8
* http,https: protect against slow headers attackMatteo Collina2018-11-271-0/+1
* 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
* url: significantly improve the performance of the url modulePetka Antonov2015-05-011-1/+1
* https: simpler argument checkMichaël Zasso2015-02-071-3/+1
* lib: reduce util.is*() usagecjihrig2015-01-311-8/+8
* lib: use const to define constantscjihrig2015-01-211-7/+7
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* lib: turn on strict modeBen Noordhuis2014-11-221-0/+2
* http, https: don't depend on `globalAgent`Nathan Rajlich2014-02-261-2/+11
* lib: remove unused variables and functionsBrian White2013-08-151-1/+0
* src: Replace macros with util functionsisaacs2013-08-011-6/+6
* lib: macro-ify type checksBen Noordhuis2013-07-241-6/+6
* http: Reuse more http/https Agent codeisaacs2013-07-091-33/+36
* http: Add agent.get/request methodsisaacs2013-07-091-1/+2
* tls: introduce TLSSocket based on tls_wrap bindingFedor Indutny2013-06-161-1/+1