summaryrefslogtreecommitdiff
path: root/lib/urldata.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* http: show the request as headers even when split-sendingDaniel Stenberg2020-12-171-0/+2
* urldata: restore comment on ssl_connect_data.useJacob Hoffman-Andrews2020-12-071-3/+3
* asyn: use 'struct thread_data *' instead of 'void *'Daniel Stenberg2020-11-231-1/+1
* urldata: remove 'void *protop' and create the union 'p'Daniel Stenberg2020-11-231-2/+17
* http_proxy: use enum with state names for 'keepon'bagder/http-proxy-keeponDaniel Stenberg2020-11-101-1/+5
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* hsts: add read/write callbacksDaniel Stenberg2020-11-031-1/+6
* hsts: add support for Strict-Transport-SecurityDaniel Stenberg2020-11-031-10/+4
* alt-svc: enable by defaultDaniel Stenberg2020-10-251-1/+1
* ftp: separate FTPS from FTP over "HTTPS proxy"Daniel Stenberg2020-09-241-0/+1
* symbian: drop supportDaniel Stenberg2020-09-221-5/+2
* Curl_handler: add 'family' to each protocolDaniel Stenberg2020-09-211-0/+2
* vtls: deduplicate client certificates in ssl_config_dataGergely Nagy2020-09-141-2/+0
* vtls: make it 'struct Curl_ssl_session'Daniel Stenberg2020-09-021-2/+2
* hash: make it 'struct Curl_hash'Daniel Stenberg2020-09-021-1/+1
* llist: make it "struct Curl_llist"Daniel Stenberg2020-09-021-6/+6
* tls: add CURLOPT_SSL_EC_CURVES and --curvesMichael Baentsch2020-08-301-0/+2