summaryrefslogtreecommitdiff
path: root/lib/https.js
AgeCommit message (Expand)Author
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
2014-02-26http, https: don't depend on `globalAgent`Nathan Rajlich
2013-08-15lib: remove unused variables and functionsBrian White
2013-08-01src: Replace macros with util functionsisaacs
2013-07-24lib: macro-ify type checksBen Noordhuis
2013-07-09http: Reuse more http/https Agent codeisaacs
2013-07-09http: Add agent.get/request methodsisaacs
2013-06-16tls: introduce TLSSocket based on tls_wrap bindingFedor Indutny
2013-04-30https: implement https.Server#setTimeout()Ben Noordhuis
2012-12-28https: optimize https.createConnection()Ryunosuke SATO
2012-10-09https: fix renegotation attack protectionBen Noordhuis
2012-09-15tls, https: validate server certificate by defaultBen Noordhuis
2012-08-24https: make https.get() accept a URLkoichik
2012-07-20Revert "http/https: pass request to .createConnection()"Fedor Indutny
2012-07-20http/https: pass request to .createConnection()Fedor Indutny
2012-03-06net, http, https: add localAddress optionDmitry Nizovtsev
2012-02-20tls http https: don't pollute user's `options` objectMaciej Małecki
2012-02-18Lint all the JavaScripts.isaacs
2012-01-08https: make `https` use new `tls.connect` APIMaciej Małecki
2011-10-22http.request(url.parse(x))seebees