summaryrefslogtreecommitdiff
path: root/lib/https.js
AgeCommit message (Expand)AuthorFilesLines
2015-01-31lib: reduce util.is*() usagecjihrig1-8/+8
2015-01-21lib: use const to define constantscjihrig1-7/+7
2015-01-12Remove excessive copyright/license boilerplateisaacs1-21/+0
2014-11-22lib: turn on strict modeBen Noordhuis1-0/+2
2014-02-26http, https: don't depend on `globalAgent`Nathan Rajlich1-2/+11
2013-08-15lib: remove unused variables and functionsBrian White1-1/+0
2013-08-01src: Replace macros with util functionsisaacs1-6/+6
2013-07-24lib: macro-ify type checksBen Noordhuis1-6/+6
2013-07-09http: Reuse more http/https Agent codeisaacs1-33/+36
2013-07-09http: Add agent.get/request methodsisaacs1-1/+2
2013-06-16tls: introduce TLSSocket based on tls_wrap bindingFedor Indutny1-1/+1
2013-04-30https: implement https.Server#setTimeout()Ben Noordhuis1-2/+3
2012-12-28https: optimize https.createConnection()Ryunosuke SATO1-18/+17
2012-10-09https: fix renegotation attack protectionBen Noordhuis1-0/+4
2012-09-15tls, https: validate server certificate by defaultBen Noordhuis1-4/+19
2012-08-24https: make https.get() accept a URLkoichik1-0/+5
2012-07-20Revert "http/https: pass request to .createConnection()"Fedor Indutny1-6/+5
2012-07-20http/https: pass request to .createConnection()Fedor Indutny1-5/+6
2012-03-06net, http, https: add localAddress optionDmitry Nizovtsev1-3/+21
2012-02-20tls http https: don't pollute user's `options` objectMaciej Małecki1-1/+0
2012-02-18Lint all the JavaScripts.isaacs1-2/+2
2012-01-08https: make `https` use new `tls.connect` APIMaciej Małecki1-1/+3
2011-10-22http.request(url.parse(x))seebees1-1/+5
2011-10-04http: remove legacy http libraryBen Noordhuis1-36/+12
2011-07-29Add support for TLS SNIFedor Indutny1-4/+2
2011-07-26http: make http and http2 co-existBen Noordhuis1-7/+35
2011-07-26http: http2 implementationMikeal Rogers1-35/+7
2011-04-25Add support for Unix Domain Sockets to HTTPMark Cavage1-2/+2
2011-04-19OpenSSL NPN in node.jsFedor Indutny1-0/+10
2011-04-01Closes GH-721 Set default host header properlyisaacs1-0/+3
2011-03-22expose https.AgentRyan Dahl1-1/+1
2011-03-14Update copyright headersRyan Dahl1-0/+21
2011-02-07tls fixesRyan Dahl1-0/+2
2011-02-05http: agent takes options instead of host, port pairMikeal Rogers1-3/+1
2011-01-23Expose agent in http and https client.Mikeal Rogers1-2/+6
2011-01-21Expose http.getAgentRyan Dahl1-0/+1
2011-01-21Add https.get()Ryan Dahl1-0/+10
2011-01-21Initial pass at https clientRyan Dahl1-0/+39
2011-01-03First pass at new https serverRyan Dahl1-0/+22