summaryrefslogtreecommitdiff
path: root/lib/doh.c
Commit message (Expand)AuthorAgeFilesLines
* hostip: avoid sscanf and extra buffer copiesDaniel Stenberg2023-02-271-1/+1
* doh: ifdef IPv6 codeKvarec Lezki2023-02-031-0/+2
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* hostip: lazily wait to figure out if IPv6 works until neededDaniel Stenberg2022-09-221-1/+1
* resolve: make forced IPv4 resolve only use A queriesDmitry Karpov2022-09-201-1/+1
* misc: null-terminateDaniel Stenberg2022-09-171-1/+1
* doh: use https protocol by defaultViktor Szakats2022-07-161-0/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* doh: remove UNITTEST macro definitionDaniel Gustafsson2022-05-241-6/+0
* opts: deprecate RANDOM_FILE and EGDSOCKETDaniel Stenberg2022-05-171-8/+0
* lib: #ifdef on USE_HTTP2 betterDaniel Stenberg2022-04-011-1/+1
* misc: reduce strlen() calls with Curl_dyn_add()HenrikHolst2022-02-091-1/+1
* urldata: CONN_IS_PROXIED replaces bits.close when proxy can be disabledDaniel Stenberg2022-01-301-2/+2
* doh: remove experimental code for DoH with GETDaniel Gustafsson2021-10-181-23/+2
* cleanup: spell DoH with a lowercase oJosh Soref2021-07-161-20/+20
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-8/+8
* doh: (void)-prefix call to curl_easy_setoptDaniel Stenberg2021-07-011-1/+1
* doh: fix wrong DEBUGASSERT for doh private_datazhangxiuhua2021-06-101-1/+1
* CURLOPT_IPRESOLVE: preventing wrong IP version from being usedLucas Clemente Vella2021-05-201-10/+8
* SSL: support in-memory CA certs for some backendsGilles Vollant2021-05-051-0/+4
* schannel: Disable auto credentials; add an option to enable itJay Satiro2021-04-221-1/+4
* docs: Explain DOH transfers inherit some SSL settingsJay Satiro2021-03-171-1/+5
* doh: Inherit CURLOPT_STDERR from user's easy handleJay Satiro2021-03-021-0/+2
* urldata: remove the _ORIG suffix from string namesDaniel Stenberg2021-02-191-14/+14
* doh: Fix sharing user's resolve list with DOH handlesJay Satiro2021-02-151-0/+1
* doh: add options to disable ssl verificationJay Satiro2021-02-141-38/+35
* hostip: remove conn->data from resolver functionsDaniel Stenberg2021-01-221-8/+7
* doh: make Curl_doh_is_resolved survive a NULL pointerDaniel Stenberg2021-01-211-0/+2
* doh: allocate state struct on demandDaniel Stenberg2021-01-201-30/+39
* doh: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-2/+2
* language: s/behaviour/behavior/gEmil Engler2021-01-021-2/+2
* failf: remove newline from formatting stringsDaniel Stenberg2020-12-251-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* tls: add CURLOPT_SSL_EC_CURVES and --curvesMichael Baentsch2020-08-301-0/+4
* doh: add error message for DOH_DNS_NAME_TOO_LONGEmil Engler2020-08-261-2/+3
* doh: remove redundant castMarcel Raad2020-07-211-2/+2
* Curl_addrinfo: use one malloc instead of threeDaniel Stenberg2020-06-081-14/+5
* hostip: on macOS avoid DoH when given a numerical IP addressDaniel Stenberg2020-05-261-0/+1
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-151-9/+9
* dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg2020-05-041-63/+29
* doh: Constify some input pointersRikard Falkeborn2020-04-281-12/+14
* schannel: add "best effort" revocation check optionJohannes Schindelin2020-03-181-0/+5
* cleanup: fix typos and wording in docs and commentsPedro Monreal2020-02-021-2/+2
* doh: make it behave when built without proxy supportDaniel Stenberg2019-12-121-16/+18
* build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro2019-12-011-1/+1
* doh: use dedicated probe slotsNiall2019-11-281-40/+44
* doh: improced both encoding and decodingNiall2019-11-161-24/+52
* url: make Curl_close() NULLify the pointer tooDaniel Stenberg2019-10-301-9/+5
* doh: allow only http and https in debug modePaul Dreik2019-09-231-0/+3
* doh: return early if there is no time leftPaul Dreik2019-09-231-1/+4