summaryrefslogtreecommitdiff
path: root/doc/api/https.markdown
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/v0.10'Ben Noordhuis2013-05-291-0/+4
|\
| * https: Add `secureProtocol` docsDaniel G. Taylor2013-05-281-0/+4
* | https: implement https.Server#setTimeout()Ben Noordhuis2013-04-301-0/+10
|/
* doc: https: Fix the link to tls.connectYi EungJun2013-03-161-1/+1
* Merge remote-tracking branch 'ry/v0.8' into masterisaacs2012-12-131-8/+4
|\
| * doc: Fix missing link target to 'https.request()'Ryunosuke SATO2012-11-271-0/+1
| * doc: remove duplicate set of optionsFrancois Marier2012-10-301-5/+0
| * doc: reflect hostname v. host preference in examplesFrancois Marier2012-10-291-3/+3
* | Merge remote-tracking branch 'origin/v0.8'Nathan Rajlich2012-10-131-0/+13
|\ \ | |/
| * doc: consistent use of the callback argumentAndreas Madsen2012-10-081-0/+13
* | tls, https: validate server certificate by defaultBen Noordhuis2012-09-151-1/+1
|/
* docs: fix syntax error in "https" exampleNathan Rajlich2012-08-241-1/+1
* https: make https.get() accept a URLkoichik2012-08-241-3/+10
* doc: Improve cross-linking in API docs markdownBen Kelly2012-06-151-14/+20
* Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs2012-05-151-1/+15
|\
| * crypto: add PKCS12/PFX supportssuda2012-05-141-1/+15
* | Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs2012-03-031-0/+2
|\ \ | |/
| * doc: Add stability indicators to documentationisaacs2012-03-031-0/+2
| * doc refactor: httpsisaacs2012-02-291-3/+3
* | doc refactor: httpsisaacs2012-02-271-3/+3
* | docs: add ciphers option to https.request()koichik2012-02-251-0/+3
* | tls: enable rejectUnauthorized option to clientkoichik2011-12-071-2/+6
|/
* docs: fix typokyle@dontkry.com2011-11-271-3/+3
* tls, https: add passphrase optionkoichik2011-10-311-0/+1
* docs: improvement fs, http and httpskoichik2011-10-221-7/+33
* Lintseebees2011-10-221-1/+1
* Documentation updateseebees2011-10-221-1/+1
* doc: HTTPS client's optionskoichik2011-09-141-0/+2
* doc: HTTPS client's optionskoichik2011-09-141-0/+37
* Doc improvements.koichik2011-04-281-1/+9
* Document options for https.requestRyan Dahl2011-03-101-0/+12
* Add https.get()Ryan Dahl2011-01-211-1/+20
* Initial pass at https clientRyan Dahl2011-01-211-0/+59