summaryrefslogtreecommitdiff
path: root/lib/https.js
Commit message (Expand)AuthorAgeFilesLines
* 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