Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-23 | headers: end all headers with guard comment | Daniel Gustafsson | |
Most headerfiles end with a /* <headerguard> */ comment, but it was missing from some. The comment isn't the most important part of our code documentation but consistency has an intrinsic value in itself. This adds header guard comments to the files that were lacking it. Closes #3158 Reviewed-by: Jay Satiro <raysatiro@yahoo.com> Reviewed-by: Daniel Stenberg <daniel@haxx.se> | |||
2018-10-05 | doh: keep the IPv4 address in (original) network byte order | Daniel Stenberg | |
Ideally this will fix the reversed order shown in SPARC tests: resp 8: Expected 127.0.0.1 got 1.0.0.127 Closes #3091 | |||
2018-09-06 | DOH: add test case 1650 and 2100 | Daniel Stenberg | |
2018-09-06 | setopt: add CURLOPT_DOH_URL | Daniel Stenberg | |
Closes #2668 |