summaryrefslogtreecommitdiff
path: root/lib/https.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* https: implement https.Server#setTimeout()Ben Noordhuis2013-04-301-2/+3
* https: optimize https.createConnection()Ryunosuke SATO2012-12-281-18/+17
* https: fix renegotation attack protectionBen Noordhuis2012-10-091-0/+4
* tls, https: validate server certificate by defaultBen Noordhuis2012-09-151-4/+19
* https: make https.get() accept a URLkoichik2012-08-241-0/+5
* Revert "http/https: pass request to .createConnection()"Fedor Indutny2012-07-201-6/+5
* http/https: pass request to .createConnection()Fedor Indutny2012-07-201-5/+6
* net, http, https: add localAddress optionDmitry Nizovtsev2012-03-061-3/+21
* tls http https: don't pollute user's `options` objectMaciej Małecki2012-02-201-1/+0
* Lint all the JavaScripts.isaacs2012-02-181-2/+2
* https: make `https` use new `tls.connect` APIMaciej Małecki2012-01-081-1/+3
* http.request(url.parse(x))seebees2011-10-221-1/+5
* http: remove legacy http libraryBen Noordhuis2011-10-041-36/+12
* Add support for TLS SNIFedor Indutny2011-07-291-4/+2
* http: make http and http2 co-existBen Noordhuis2011-07-261-7/+35
* http: http2 implementationMikeal Rogers2011-07-261-35/+7
* Add support for Unix Domain Sockets to HTTPMark Cavage2011-04-251-2/+2
* OpenSSL NPN in node.jsFedor Indutny2011-04-191-0/+10
* Closes GH-721 Set default host header properlyisaacs2011-04-011-0/+3
* expose https.AgentRyan Dahl2011-03-221-1/+1
* Update copyright headersRyan Dahl2011-03-141-0/+21
* tls fixesRyan Dahl2011-02-071-0/+2
* http: agent takes options instead of host, port pairMikeal Rogers2011-02-051-3/+1
* Expose agent in http and https client.Mikeal Rogers2011-01-231-2/+6
* Expose http.getAgentRyan Dahl2011-01-211-0/+1
* Add https.get()Ryan Dahl2011-01-211-0/+10
* Initial pass at https clientRyan Dahl2011-01-211-0/+39
* First pass at new https serverRyan Dahl2011-01-031-0/+22