summaryrefslogtreecommitdiff
path: root/lib/https.js
AgeCommit message (Expand)Author
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
2011-10-04http: remove legacy http libraryBen Noordhuis
2011-07-29Add support for TLS SNIFedor Indutny
2011-07-26http: make http and http2 co-existBen Noordhuis
2011-07-26http: http2 implementationMikeal Rogers
2011-04-25Add support for Unix Domain Sockets to HTTPMark Cavage
2011-04-19OpenSSL NPN in node.jsFedor Indutny
2011-04-01Closes GH-721 Set default host header properlyisaacs
2011-03-22expose https.AgentRyan Dahl
2011-03-14Update copyright headersRyan Dahl
2011-02-07tls fixesRyan Dahl
2011-02-05http: agent takes options instead of host, port pairMikeal Rogers
2011-01-23Expose agent in http and https client.Mikeal Rogers
2011-01-21Expose http.getAgentRyan Dahl
2011-01-21Add https.get()Ryan Dahl
2011-01-21Initial pass at https clientRyan Dahl