summaryrefslogtreecommitdiff
path: root/lib/doh.c
Commit message (Expand)AuthorAgeFilesLines
* doh: avoid truncating DNS QTYPE to lower octetNiall O'Reilly2019-09-191-2/+4
* doh: clean up dangling DOH handles and memory on easy closeDaniel Stenberg2019-09-161-5/+6
* doh: fix undefined behaviour and open up for gcc and clang optimizationPaul Dreik2019-09-151-2/+8
* doh: fix (harmless) buffer overrunPaul Dreik2019-09-151-2/+15
* lib: reduce variable scopesMarcel Raad2019-05-201-3/+4
* doh: CURL_DISABLE_DOHDaniel Stenberg2019-05-131-0/+4
* doh: inherit some SSL options from user's easy handleJay Satiro2019-03-111-3/+68
* printf: fix format specifiersRikard Falkeborn2019-01-041-2/+2
* doh: fix memory leak in OOM situationDaniel Stenberg2018-12-061-3/+4
* doh: make it work for h2-disabled builds tooDaniel Stenberg2018-12-051-26/+2
* doh: fix typo in infof callDaniel Gustafsson2018-11-261-1/+1
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-3/+3
* travis: add build for "configure --disable-verbose"Daniel Stenberg2018-10-181-0/+8
* doh: keep the IPv4 address in (original) network byte orderDaniel Stenberg2018-10-051-10/+9
* doh: make sure TTL isn't re-inited by second (discarded?) responseDaniel Stenberg2018-10-041-3/+8
* doh: fix curl_easy_setopt argument typeMarcel Raad2018-10-021-1/+1
* doh: only build if h2 enabledDaniel Stenberg2018-09-301-1/+29
* doh: minor edits to please CoverityDaniel Stenberg2018-09-071-2/+5
* DOH: add test case 1650 and 2100Daniel Stenberg2018-09-061-65/+27
* setopt: add CURLOPT_DOH_URLDaniel Stenberg2018-09-061-0/+915