summaryrefslogtreecommitdiff
path: root/lib/url.c
Commit message (Expand)AuthorAgeFilesLines
* url: check the return value of curl_url()x20182021-10-281-0/+5
* lib: fixing comment spelling typos in lib filesEddie Lumpkin2021-10-221-1/+1
* url: set "k->size" -1 at start of requestDaniel Stenberg2021-10-181-1/+1
* CURLOPT_MAXLIFETIME_CONN: maximum allowed lifetime for conn reuseJeffrey Tolar2021-10-061-4/+20
* urlapi: add curl_url_strerror()i-ky2021-09-271-1/+2
* url: fix compiler warning in no-verbose buildsDaniel Stenberg2021-09-101-0/+2
* lib: don't use strerror()Daniel Stenberg2021-09-091-2/+4
* vtls: fix connection reuse checks for issuer cert and case sensitivityDaniel Stenberg2021-07-201-4/+6
* lib: fix compiler warnings with CURL_DISABLE_NETRCMAntoniak2021-07-181-0/+4
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-37/+37
* lib: use %u instead of %ld for port number printfDaniel Stenberg2021-06-301-1/+1
* url: (void)-prefix a curl_url_get() callDaniel Stenberg2021-06-301-1/+1
* misc: fix typos in comments which repeat a wordAndrei Rybak2021-06-281-1/+1
* multi: alter transfer timeout orderingRichard Whitehouse2021-06-241-2/+5
* idn: fix libidn2 with windows unicode buildsViktor Szakats2021-06-151-3/+11
* url.c: remove two variable assigns that are never readDaniel Stenberg2021-06-131-2/+0
* conn_shutdown: if closed during CONNECT cleanup properlyDaniel Stenberg2021-06-111-0/+9
* url: bad CURLOPT_CONNECT_TO syntax now returns errorAlexis Vachette2021-06-041-6/+10
* hsts: ignore numberical IP address hostsDaniel Stenberg2021-05-301-1/+0
* CURLOPT_IPRESOLVE: preventing wrong IP version from being usedLucas Clemente Vella2021-05-201-0/+6
* conn: add 'attach' to protocol handler, make libssh2 use itDaniel Stenberg2021-05-171-0/+1
* SSL: support in-memory CA certs for some backendsGilles Vollant2021-05-051-0/+3
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-3/+3
* ConnectionExists: respect requests for h1 connections betterDaniel Stenberg2021-04-211-0/+7
* hsts: enable by defaultDaniel Stenberg2021-04-191-1/+1
* urldata: merge "struct DynamicStatic" into "struct UrlState"Daniel Stenberg2021-03-261-30/+30
* config: remove CURL_SIZEOF_CURL_OFF_T use only SIZEOF_CURL_OFF_TDaniel Stenberg2021-03-111-1/+1
* url: fix typo in commentDaniel Gustafsson2021-02-281-1/+1
* urldata: remove the _ORIG suffix from string namesDaniel Stenberg2021-02-191-19/+19
* url: fix memory leak if OOM in the HSTS handlingDaniel Stenberg2021-02-191-1/+3
* url.c: use consistent error message for failed resolveDaniel Stenberg2021-02-181-1/+1
* parse_proxy: fix a memory leak in the OOM pathDaniel Stenberg2021-02-171-6/+13
* url: fix possible use-after-free in default protocolJay Satiro2021-02-171-5/+4
* lib: remove 'conn->data' completelyDaniel Stenberg2021-02-161-25/+17
* doh: add options to disable ssl verificationJay Satiro2021-02-141-0/+2
* http: use credentials from transfer, not connectionDaniel Stenberg2021-02-131-84/+106
* urldata: don't touch data->set.httpversion at run-timeDaniel Stenberg2021-02-121-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