summaryrefslogtreecommitdiff
path: root/lib/https.js
Commit message (Expand)AuthorAgeFilesLines
* https: refactor to use http internalsBryan English2017-10-261-17/+27
* lib: use destructuring for some constantsWeijia Wang2017-10-161-1/+1
* https: convert to using internal/errorsRami Moshe2017-09-281-1/+2
* https: make opts optional & immutable when createXadillaX2017-06-141-0/+6
* http: destroy sockets after keepAliveTimeoutTimur Shemsedinov2017-05-261-0/+1
* http,https: avoid instanceof for WHATWG URLBrian White2017-05-221-2/+4
* https: support agent construction without newcjihrig2017-05-111-0/+3
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* lib: remove unnecessary parameter for assertCrypto()Jackson Tian2017-01-181-1/+1
* https: Use secureProtocol in Agent#getNameAndreas Lind2017-01-101-0/+4
* url: allow use of URL with http.request and https.requestJames M Snell2017-01-091-0/+3
* https: name anonymous functions in httpsPedro Lima2016-11-251-5/+5
* crypto: fail early when loading crypto without opensslJames M Snell2016-03-231-0/+2
* lib: reduce usage of `self = this`Jackson Tian2016-03-211-3/+2
* https: evict cached sessions on errorFedor Indutny2016-02-011-0/+16
* http: overridable `clientError`Fedor Indutny2016-01-071-2/+3
* https: use `servername` in agent keyFedor Indutny2015-12-221-0/+4
* https: support disabling session cachingFedor Indutny2015-12-121-0/+4
* http{s}: don't connect to localhost on invalid URLSakthipriyan Vairamani2015-10-271-0/+3
* tls, crypto: add ALPN SupportShigeki Ohtsu2015-10-271-0/+7
* https: reuse TLS sessions in AgentFedor Indutny2015-07-271-1/+49
* Revert "url: significantly improve the performance of the url module"Rod Vagg2015-05-031-1/+1
* url: significantly improve the performance of the url modulePetka Antonov2015-05-011-1/+1
* https: simpler argument checkMichaël Zasso2015-02-071-3/+1
* lib: reduce util.is*() usagecjihrig2015-01-311-8/+8
* lib: use const to define constantscjihrig2015-01-211-7/+7
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* lib: turn on strict modeBen Noordhuis2014-11-221-0/+2
* 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