| Commit message (Expand) | Author | Age | Files | Lines |
| * | doc: use consistent unordered list style | Nick Schonning | 2019-09-16 | 1 | -7/+7 |
| * | doc: space around lists | Nick Schonning | 2019-09-09 | 1 | -0/+9 |
| * | doc: add blanks around code fences | Nick Schonning | 2019-08-31 | 1 | -0/+1 |
| * | doc: remove multiple consecutive blank lines | Nick Schonning | 2019-08-31 | 1 | -1/+0 |
| * | doc: add https.Server extends tls.Server | Trivikram Kamat | 2019-08-23 | 1 | -2/+3 |
| * | doc, lib, src, test, tools: fix assorted typos | XhmikosR | 2019-08-12 | 1 | -1/+1 |
| * | 2019-06-27, Version 12.5.0 (Current) | Ruben Bridgewater | 2019-06-27 | 1 | -1/+1 |
| * | https: do not automatically use invalid servername | Sam Roberts | 2019-06-17 | 1 | -2/+10 |
| * | http: `servername === false` should disable SNI | Fedor Indutny | 2019-04-30 | 1 | -0/+5 |
| * | doc: add missing https Agent maxCachedSessions | Nicolas Moteau | 2019-03-07 | 1 | -0/+19 |
| * | doc: sort bottom-of-file markdown links | Sam Roberts | 2018-11-28 | 1 | -1/+1 |
| * | doc: fix nits in http(s) server.headersTimeout | Vse Mozhet Byt | 2018-11-28 | 1 | -7/+9 |
| * | http,https: protect against slow headers attack | Matteo Collina | 2018-11-28 | 1 | -0/+7 |
| * | doc: add types and their corresponding return values | Ouyang Yadong | 2018-11-02 | 1 | -0/+3 |
| * | doc: improve metadata for http.request | Tobias Nießen | 2018-09-19 | 1 | -2/+4 |
| * | doc: remove redundant 'Example:' and similar notes | Vse Mozhet Byt | 2018-08-29 | 1 | -8/+0 |
| * | 2018-08-15, Version 10.9.0 (Current) | Rod Vagg | 2018-08-16 | 1 | -2/+2 |
| * | tools: produce JSON documentation using unified/remark/rehype | Sam Ruby | 2018-07-25 | 1 | -2/+2 |
| * | doc: declare all parameter types | Sam Ruby | 2018-07-15 | 1 | -9/+9 |
| * | http: allow url and options to be passed to http*.request and http*.get | Sam Ruby | 2018-07-13 | 1 | -2/+12 |
| * | https: defines maxHeadersCount in the constructor | Daiki Arai | 2018-05-05 | 1 | -0/+8 |
| * | doc: add missing periods or colons | Vse Mozhet Byt | 2018-05-02 | 1 | -1/+1 |
| * | http,https,tls: switch to WHATWG URL parser | Hackzzila | 2018-04-29 | 1 | -3/+3 |
| * | doc: remove redundant empty lines | Vse Mozhet Byt | 2018-04-29 | 1 | -3/+3 |
| * | doc: add quotes for event names + fix similar nits | Vse Mozhet Byt | 2018-04-11 | 1 | -1/+1 |
| * | doc: add missing quotes in default string values | Vse Mozhet Byt | 2018-04-09 | 1 | -1/+1 |
| * | doc: fix various nits | Vse Mozhet Byt | 2018-04-04 | 1 | -1/+1 |
| * | doc,tools: formalize, unify, codify default values | Vse Mozhet Byt | 2018-04-04 | 1 | -6/+6 |
| * | doc: add new documentation lint rule | estrada9166 | 2018-02-23 | 1 | -5/+6 |
| * | crypto: add docs & tests for cert.pubkey & cert.fingerprint256 | Hannes Magnusson | 2018-02-22 | 1 | -0/+92 |
| * | https: add extra options to Agent#getName() | Jeff Principe | 2018-02-10 | 1 | -5/+6 |
| * | doc: fix link in https.md | Vse Mozhet Byt | 2018-02-08 | 1 | -1/+1 |
| * | http: add options to http.createServer() | Peter Marton | 2018-02-06 | 1 | -1/+3 |
| * | url: expose the WHATWG URL API globally | Michaël Zasso | 2018-01-31 | 1 | -2/+0 |
| * | 2017-12-12 Version 9.3.0 (Current) | Myles Borins | 2017-12-12 | 1 | -1/+1 |
| * | doc: fix link for https api change | Myles Borins | 2017-12-12 | 1 | -1/+1 |
| * | doc: add `clientCertEngine` to docs | Rich Trott | 2017-11-11 | 1 | -3/+6 |
| * | doc: fix doc styles | Daijiro Wachi | 2017-10-24 | 1 | -1/+0 |
| * | doc: fix inconsistent server.listen documentation | Martin Michaelis | 2017-10-19 | 1 | -24/+15 |
| * | doc: add links to alternative versions of doc | Chris Young | 2017-08-28 | 1 | -0/+2 |
| * | https: make opts optional & immutable when create | XadillaX | 2017-06-14 | 1 | -1/+1 |
| * | doc: Add URL argument with http/https request | Vladimir Trifonov | 2017-06-06 | 1 | -6/+29 |
| * | 2017-05-30, Version 8.0.0 (Current) | James M Snell | 2017-05-30 | 1 | -1/+1 |
| * | http: destroy sockets after keepAliveTimeout | Timur Shemsedinov | 2017-05-26 | 1 | -0/+9 |
| * | doc: remove unused/duplicated reference links | Daijiro Wachi | 2017-05-21 | 1 | -3/+0 |
| * | doc: sort bottom-of-file markdown links | Sam Roberts | 2017-05-08 | 1 | -5/+5 |
| * | doc: modernize and fix code examples in https.md | Vse Mozhet Byt | 2017-04-05 | 1 | -9/+10 |
| * | doc: fix https.timeout docs | Ahmad Nassri | 2017-03-27 | 1 | -2/+2 |
| * | doc: argument types for https methods | Amelia Clarke | 2017-03-08 | 1 | -63/+37 |
| * | doc: changed order of invocations in https.request() example. | atrioom | 2016-11-24 | 1 | -1/+1 |