aboutsummaryrefslogtreecommitdiff
path: root/lib/doh.c
AgeCommit message (Expand)Author
2020-06-08Curl_addrinfo: use one malloc instead of threeDaniel Stenberg
2020-05-26hostip: on macOS avoid DoH when given a numerical IP addressDaniel Stenberg
2020-05-15source cleanup: remove all custom typedef structsDaniel Stenberg
2020-05-04dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg
2020-04-28doh: Constify some input pointersRikard Falkeborn
2020-03-18schannel: add "best effort" revocation check optionJohannes Schindelin
2020-02-02cleanup: fix typos and wording in docs and commentsPedro Monreal
2019-12-12doh: make it behave when built without proxy supportDaniel Stenberg
2019-12-01build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro
2019-11-28doh: use dedicated probe slotsNiall
2019-11-16doh: improced both encoding and decodingNiall
2019-10-30url: make Curl_close() NULLify the pointer tooDaniel Stenberg
2019-09-23doh: allow only http and https in debug modePaul Dreik
2019-09-23doh: return early if there is no time leftPaul Dreik
2019-09-19doh: avoid truncating DNS QTYPE to lower octetNiall O'Reilly
2019-09-16doh: clean up dangling DOH handles and memory on easy closeDaniel Stenberg
2019-09-15doh: fix undefined behaviour and open up for gcc and clang optimizationPaul Dreik
2019-09-15doh: fix (harmless) buffer overrunPaul Dreik
2019-05-20lib: reduce variable scopesMarcel Raad
2019-05-13doh: CURL_DISABLE_DOHDaniel Stenberg
2019-03-11doh: inherit some SSL options from user's easy handleJay Satiro
2019-01-04printf: fix format specifiersRikard Falkeborn
2018-12-06doh: fix memory leak in OOM situationDaniel Stenberg
2018-12-05doh: make it work for h2-disabled builds tooDaniel Stenberg
2018-11-26doh: fix typo in infof callDaniel Gustafsson
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-10-18travis: add build for "configure --disable-verbose"Daniel Stenberg
2018-10-05doh: keep the IPv4 address in (original) network byte orderDaniel Stenberg
2018-10-04doh: make sure TTL isn't re-inited by second (discarded?) responseDaniel Stenberg
2018-10-02doh: fix curl_easy_setopt argument typeMarcel Raad
2018-09-30doh: only build if h2 enabledDaniel Stenberg
2018-09-07doh: minor edits to please CoverityDaniel Stenberg
2018-09-06DOH: add test case 1650 and 2100Daniel Stenberg
2018-09-06setopt: add CURLOPT_DOH_URLDaniel Stenberg