summaryrefslogtreecommitdiff
path: root/lib/url.c
Commit message (Expand)AuthorAgeFilesLines
* url: fix null dispname for --connect-to optionShohei Maeda2023-05-121-5/+5
* url: fix PVS nitsDaniel Stenberg2023-04-141-22/+16
* urlapi: cleanupsDaniel Stenberg2023-04-131-20/+4
* CURLPROXY_HTTPS2: for HTTPS proxy that may speak HTTP/2Daniel Stenberg2023-04-081-12/+18
* url: remove call to Curl_llist_destroy in Curl_closeDaniel Stenberg2023-03-271-5/+0
* multi: remove PENDING + MSGSENT handles from the main linked listDaniel Stenberg2023-03-261-3/+1
* lib: skip Curl_llist_destroy callsDaniel Stenberg2023-03-151-3/+0
* ftp: add more conditions for connection reuseDaniel Stenberg2023-03-131-2/+15
* url: only reuse connections with same GSS delegationDaniel Stenberg2023-03-101-0/+6
* url: remove dummy protocol handlerDaniel Stenberg2023-03-101-32/+1
* url: fix the SSH connection reuse checkDaniel Stenberg2023-03-101-1/+1
* url: fix cookielist memleak when curl_easy_resetJay Satiro2023-03-101-3/+5
* url: fix logic in connection reuse to deny reuse on "unclean" connectionsStefan Eissing2023-03-071-1/+14
* CURLOPT_PIPEWAIT: allow waited reuse also for subsequent connectionsStefan Eissing2023-02-211-7/+7
* urldata: remove `now` from struct SingleRequest - not neededStefan Eissing2023-02-171-1/+0
* url: fix part of conditional expression is always truePronyushkin Petr2023-02-061-1/+1
* cf-socket: improvements in socket I/O handlingStefan Eissing2023-01-311-46/+0
* vtls: fix hostname handling in filtersStefan Eissing2023-01-201-0/+14
* noproxy: support for space-separated names is deprecatedDaniel Stenberg2023-01-041-1/+5
* lib: fix typos in comments which repeat a wordAndrei Rybak2023-01-041-1/+1
* cf-socket: keep sockaddr local in the socket filtersStefan Eissing2023-01-031-3/+0
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* urldata: cease storing TLS auth typeDaniel Stenberg2022-12-311-3/+0
* lib: connect/h2/h3 refactorStefan Eissing2022-12-301-44/+122
* share: add sharing of HSTS cache among handlesDaniel Stenberg2022-12-271-1/+5
* url: fix build with `--disable-cookies`Hannah Schierling2022-12-261-0/+2
* urldata: remove unused struct fields, made more conditionalDaniel Stenberg2022-12-231-2/+4
* urldata: make set.http200aliases conditional on HTTP being presentDaniel Stenberg2022-12-221-2/+4
* urldata: move the cookefilelist to the 'set' structDaniel Stenberg2022-12-221-0/+1
* idn: rename the files to idn.[ch] and hold all IDN functionsDaniel Stenberg2022-12-151-124/+5
* idn: remove Curl_win32_ascii_to_idnDaniel Stenberg2022-12-151-3/+1
* mime: relax easy/mime structures bindingPatrick Monnerat2022-11-281-1/+1
* cfilter: re-add `conn` as parameter to cfilter setup methodsStefan Eissing2022-11-261-1/+1
* vtls: localization of state data in filtersStefan Eissing2022-11-221-71/+13
* url: move back the IDN conversion of proxy namesDaniel Stenberg2022-11-181-12/+15
* CURLOPT_QUICK_EXIT: don't wait for DNS thread on exitAlexandre Ferrieux2022-11-181-0/+1
* url: only acknowledge fresh_reuse for non-followed transfersDaniel Stenberg2022-11-141-1/+1
* lib: remove bad set.opt_no_body assignmentsDaniel Stenberg2022-11-111-1/+2
* lib: connection filters (cfilter) addition to curl:Stefan Eissing2022-11-111-110/+90
* curl.h: add CURLOPT_CA_CACHE_TIMEOUT optionMichael Drake2022-11-081-0/+2
* strcase: use curl_str(n)equal for case insensitive matchesDaniel Stenberg2022-11-011-1/+1
* misc: typo and grammar fixesAyesh Karunaratne2022-10-271-8/+8
* cmake: really enable warnings with clangViktor Szakats2022-10-261-1/+1
* http_proxy: restore the protocol pointer on errorDaniel Stenberg2022-10-241-9/+0
* url: use IDN decoded names for HSTS checksDaniel Stenberg2022-10-241-44/+47
* noproxy: support proxies specified using cidr notationDaniel Stenberg2022-10-211-79/+3
* netrc: remove the two 'changed' argumentsDaniel Stenberg2022-10-131-3/+0
* netrc: use the URL-decoded userDaniel Stenberg2022-10-131-17/+17
* strcase: add and use Curl_timestrcmpDaniel Stenberg2022-10-081-21/+13
* url: rename function due to name-clash in Watt-32Daniel Stenberg2022-09-271-4/+4