Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-02 | doh: fix curl_easy_setopt argument type | Marcel Raad | |
CURLOPT_POSTFIELDSIZE is long. Fixes a compiler warning on 64-bit MinGW. | |||
2018-09-30 | doh: only build if h2 enabled | Daniel Stenberg | |
The DoH spec says "HTTP/2 [RFC7540] is the minimum RECOMMENDED version of HTTP for use with DoH". Reported-by: Marcel Raad Closes #3066 | |||
2018-09-07 | doh: minor edits to please Coverity | Daniel Stenberg | |
The gcc typecheck macros and coverity combined made it warn on the 2nd argument for ERROR_CHECK_SETOPT(). Here's minor rearrange to please it. Coverity CID 1439115 and CID 1439114. | |||
2018-09-06 | DOH: add test case 1650 and 2100 | Daniel Stenberg | |
2018-09-06 | setopt: add CURLOPT_DOH_URL | Daniel Stenberg | |
Closes #2668 |