summaryrefslogtreecommitdiff
path: root/lib/urldata.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* CURLE_PROXY: new error codeDaniel Stenberg2020-08-241-0/+1
* Curl_easy: remember last connection by id, not by pointerDaniel Stenberg2020-08-171-1/+1
* transfer: move retrycount from connect struct to easy handleStefan Yohansson2020-08-101-1/+2
* CURLINFO_EFFECTIVE_METHOD: addedDaniel Stenberg2020-07-141-1/+0
* vtls: compare cert blob when finding a connection to reuseDaniel Stenberg2020-06-291-0/+1
* terminology: call them null-terminated stringsDaniel Stenberg2020-06-281-1/+1
* url: allow user + password to contain "control codes" for HTTP(S)Daniel Stenberg2020-06-251-0/+2
* connect: improve happy eyeballs handlingDaniel Stenberg2020-06-181-3/+6
* http: move header storage to Curl_easy from connectdataDaniel Stenberg2020-06-151-15/+16
* trailers: switch h1-trailer logic to use dynbufDaniel Stenberg2020-06-051-4/+2
* urldata: let the HTTP method be in the set.* structDaniel Stenberg2020-06-021-1/+2
* build: disable more code/data when built without proxy supportDaniel Stenberg2020-05-301-15/+23
* url: alloc the download buffer at transfer startDaniel Stenberg2020-05-301-1/+0
* urldata: fix comments: Curl_done() is called multi_done() nowDaniel Stenberg2020-05-281-2/+2
* urldata: connect related booleans live in struct ConnectBitsDaniel Stenberg2020-05-271-15/+8
* hostip: on macOS avoid DoH when given a numerical IP addressDaniel Stenberg2020-05-261-0/+1