summaryrefslogtreecommitdiff
path: root/lib/urldata.h
Commit message (Expand)AuthorAgeFilesLines
* misc: remove unused doh flags when CURL_DISABLE_DOH is definedMAntoniak2021-12-151-0/+4
* tftp: mark protocol as not possible to do over CONNECTDaniel Stenberg2021-11-151-0/+1
* mime: use percent-escaping for multipart form field and file namesPatrick Monnerat2021-11-151-0/+1
* lib: fixing comment spelling typos in lib filesEddie Lumpkin2021-10-221-1/+1
* doh: remove experimental code for DoH with GETDaniel Gustafsson2021-10-181-1/+0
* CURLOPT_MAXLIFETIME_CONN: maximum allowed lifetime for conn reuseJeffrey Tolar2021-10-061-0/+2
* CURLOPT_PREREQFUNCTION: add new callbackMax Dymond2021-09-271-0/+2
* libssh2: add SHA256 fingerprint supportMats Lindestam2021-09-261-0/+1
* http: ignore content-length if any transfer-encoding is usedDaniel Stenberg2021-08-311-5/+6
* vtls: fix connection reuse checks for issuer cert and case sensitivityDaniel Stenberg2021-07-201-2/+2
* lib: fix compiler warnings with CURL_DISABLE_NETRCMAntoniak2021-07-181-0/+4
* cleanup: spell DoH with a lowercase oJosh Soref2021-07-161-3/+3
* c-hyper: abort CONNECT response reading early on non 2xx responsesDaniel Stenberg2021-06-101-0/+1
* conn: add 'attach' to protocol handler, make libssh2 use itDaniel Stenberg2021-05-171-0/+4
* http: deal with partial CONNECT sendsDaniel Stenberg2021-05-081-18/+1
* http: limit the initial send amount to used upload buffer sizeDaniel Stenberg2021-05-071-2/+2
* SSL: support in-memory CA certs for some backendsGilles Vollant2021-05-051-0/+3
* schannel: Disable auto credentials; add an option to enable itJay Satiro2021-04-221-0/+2
* hsts: enable by defaultDaniel Stenberg2021-04-191-2/+2
* urldata: merge "struct DynamicStatic" into "struct UrlState"Daniel Stenberg2021-03-261-24/+10
* urldata: make 'actions[]' use unsigned char instead of intDaniel Stenberg2021-02-241-2/+2
* urldata: remove the _ORIG suffix from string namesDaniel Stenberg2021-02-191-17/+17
* lib: remove 'conn->data' completelyDaniel Stenberg2021-02-161-4/+0
* doh: add options to disable ssl verificationJay Satiro2021-02-141-0/+3
* http: use credentials from transfer, not connectionDaniel Stenberg2021-02-131-0/+6
* urldata: don't touch data->set.httpversion at run-timeDaniel Stenberg2021-02-121-6/+7
* ftp: add 'list_only' to the transfer state structDaniel Stenberg2021-02-091-2/+3
* ftp: add 'prefer_ascii' to the transfer state structDaniel Stenberg2021-02-091-0/+1
* sasl: support SCRAM-SHA-1 and SCRAM-SHA-256 via libgsaslSimon Josefsson2021-02-091-0/+13
* lib: use int type for more port variablesJay Satiro2021-02-091-2/+2
* urldata: move 'followlocation' to UrlStateDaniel Stenberg2021-02-091-1/+1
* ftp: never set data->set.ftp_append outside setoptDaniel Stenberg2021-02-081-1/+1
* urldata: remove the 'rtspversion' fieldDaniel Stenberg2021-02-081-4/+0
* urldata: fix build without HTTP and MQTTDaniel Stenberg2021-02-041-4/+0
* http: improve AWS HTTP v4 Signature authDmitry Wagin2021-01-301-1/+1
* urldata: move 'ints' to the end of 'connectdata'Daniel Stenberg2021-01-271-15/+14
* urldata: store ip version in a single byteDaniel Stenberg2021-01-271-4/+3
* urldata: remove duplicate 'upkeep_interval_ms' from connectdataDaniel Stenberg2021-01-271-2/+0
* urldata: remove 'local_ip' from the connectdata structDaniel Stenberg2021-01-271-7/+0
* urldata: remove duplicate port number storageDaniel Stenberg2021-01-271-3/+2
* urldata: remove the duplicate 'ip_addr_str' fieldDaniel Stenberg2021-01-271-5/+0
* hostip: remove conn->data from resolver functionsDaniel Stenberg2021-01-221-8/+11
* lib: save a bit of space with some structure packingErik Olsson2021-01-201-9/+10
* doh: allocate state struct on demandDaniel Stenberg2021-01-201-1/+1
* socks: use the download buffer insteadDaniel Stenberg2021-01-201-4/+16
* urldata: make magic be the first struct fieldDaniel Stenberg2021-01-201-1/+4
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-29/+28
* http: introduce AWS HTTP v4 SignatureMatthias Gatto2020-12-211-0/+1
* build: repair http disabled but mqtt enabled buildDaniel Stenberg2020-12-181-2/+4
* lib: introduce c-hyper for using HyperDaniel Stenberg2020-12-181-13/+22