summaryrefslogtreecommitdiff
path: root/lib/https.js
AgeCommit message (Expand)Author
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
2011-01-03First pass at new https serverRyan Dahl