summaryrefslogtreecommitdiff
path: root/lib/url.c
Commit message (Expand)AuthorAgeFilesLines
* urldata: don't touch data->set.httpversion at run-timebagder/http-state-versionDaniel Stenberg2021-02-111-2/+2
* lib: use int type for more port variablesJay Satiro2021-02-091-1/+1
* urldata: remove duplicate 'upkeep_interval_ms' from connectdataDaniel Stenberg2021-01-271-3/+0
* urldata: remove 'local_ip' from the connectdata structDaniel Stenberg2021-01-271-2/+11
* urldata: remove duplicate port number storageDaniel Stenberg2021-01-271-3/+3
* urldata: remove the duplicate 'ip_addr_str' fieldDaniel Stenberg2021-01-271-3/+3
* url: reduce conn->data referencesDaniel Stenberg2021-01-261-35/+37
* hostip: remove conn->data from resolver functionsDaniel Stenberg2021-01-221-6/+6
* doh: allocate state struct on demandDaniel Stenberg2021-01-201-5/+10
* lib: more conn->data cleanupsDaniel Stenberg2021-01-191-16/+13
* vtls: reduce conn->data usePatrick Monnerat2021-01-191-2/+2
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-38/+59
* url: if IDNA conversion fails, fallback to TransitionalDaniel Stenberg2021-01-111-0/+5
* pretransfer: setup the User-Agent header hereDaniel Stenberg2021-01-051-14/+0
* httpauth: make multi-request auth work with custom portDaniel Stenberg2021-01-021-1/+3
* language: s/behaviour/behavior/gEmil Engler2021-01-021-2/+2
* misc: fix "warning: empty expression statement has no effect"Daniel Stenberg2020-12-261-4/+1
* failf: remove newline from formatting stringsDaniel Stenberg2020-12-251-2/+2
* gopher: Implement secure gopher protocol.parazyd2020-12-151-0/+3
* ftp: CURLOPT_FTP_SKIP_PASV_IP by defaultDaniel Stenberg2020-12-071-0/+1
* urldata: remove 'void *protop' and create the union 'p'Daniel Stenberg2020-11-231-1/+1
* url: make sure an HSTS upgrade updates URL and scheme correctlyDaniel Stenberg2020-11-061-2/+20
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* hsts: add read/write callbacksDaniel Stenberg2020-11-031-0/+1
* hsts: add support for Strict-Transport-SecurityDaniel Stenberg2020-11-031-6/+15
* alt-svc: enable by defaultDaniel Stenberg2020-10-251-1/+1
* Curl_handler: add 'family' to each protocolDaniel Stenberg2020-09-211-113/+21
* vtls: deduplicate client certificates in ssl_config_dataGergely Nagy2020-09-141-4/+0
* url: use blank credentials when using proxy w/o username and passwordDiven Qi2020-09-081-2/+4
* altsvc: clone setting in curl_easy_duphandlebagder/altsvc-duphandleDaniel Stenberg2020-09-061-4/+1
* http_proxy: do not crash with HTTPS_PROXY and NO_PROXY setMartin Bašti2020-09-031-0/+3
* llist: make it "struct Curl_llist"Daniel Stenberg2020-09-021-1/+1
* mqtt: enable by defaultDaniel Stenberg2020-08-311-1/+1
* tls: add CURLOPT_SSL_EC_CURVES and --curvesMichael Baentsch2020-08-301-0/+1
* url: remove funny embedded comments in Curl_disonnect callsDaniel Stenberg2020-08-301-6/+4
* conn: check for connection being dead before reuseChris Paulson-Ellis2020-08-301-0/+6
* ntlm: fix condition for curl_ntlm_core usageMarcel Raad2020-08-291-3/+2
* Curl_easy: remember last connection by id, not by pointerDaniel Stenberg2020-08-171-1/+1
* url: fix CURLU and location followingJay Satiro2020-07-301-2/+3
* url: silence MSVC warningMarcel Raad2020-07-021-1/+1
* vtls: compare cert blob when finding a connection to reuseDaniel Stenberg2020-06-291-1/+3
* url: allow user + password to contain "control codes" for HTTP(S)Daniel Stenberg2020-06-251-10/+19
* escape: make the URL decode able to reject only %00 bytesDaniel Stenberg2020-06-251-2/+2
* url: make sure pushed streams get an allocated download bufferDaniel Stenberg2020-06-231-0/+5
* http: move header storage to Curl_easy from connectdataDaniel Stenberg2020-06-151-13/+14
* trailers: switch h1-trailer logic to use dynbufDaniel Stenberg2020-06-051-1/+1
* urldata: let the HTTP method be in the set.* structDaniel Stenberg2020-06-021-10/+2
* build: disable more code/data when built without proxy supportDaniel Stenberg2020-05-301-43/+87
* url: alloc the download buffer at transfer startDaniel Stenberg2020-05-301-23/+9
* urldata: connect related booleans live in struct ConnectBitsDaniel Stenberg2020-05-271-5/+6