summaryrefslogtreecommitdiff
path: root/lib/url.c
Commit message (Expand)AuthorAgeFilesLines
* url: normalize CURLINFO_EFFECTIVE_URLbagder/effective-urlDaniel Stenberg2019-10-161-0/+10
* cookies: change argument type for Curl_flush_cookiesDaniel Stenberg2019-10-031-1/+1
* http2: move state-init from creation to pre-transferDaniel Stenberg2019-10-031-2/+0
* url: don't set appconnect time for non-ssl/non-ssh connectionsJay Satiro2019-09-261-1/+3
* url: fix the NULL hostname compiler warning caseJay Satiro2019-09-251-6/+2
* url: remove dead codeDaniel Stenberg2019-09-201-7/+0
* url: part of expression is always true: (bundle->multiuse == 0)Daniel Stenberg2019-09-201-1/+1
* url: only reuse TLS connections with matching pinningDaniel Stenberg2019-09-191-0/+4
* url: cleanup dangling DOH request headers tooDaniel Stenberg2019-09-181-0/+1
* doh: clean up dangling DOH handles and memory on easy closeDaniel Stenberg2019-09-161-0/+6
* cleanup: move functions out of url.c and make them staticDaniel Stenberg2019-09-031-203/+0
* cleanup: remove DOT_CHAR completelyDaniel Stenberg2019-08-201-2/+1
* alt-svc: add protocol version selection maskingDaniel Stenberg2019-08-081-16/+25
* http3: fix the HTTP/3 in the request, make alt-svc set right versionsDaniel Stenberg2019-08-081-3/+3
* alt-svc: send Alt-Used: in redirected requestsDaniel Stenberg2019-08-081-0/+1
* curl.h: add CURL_HTTP_VERSION_3 to the version enumDaniel Stenberg2019-08-071-1/+1
* sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme2019-08-061-0/+9
* http09: disable HTTP/0.9 by default in both tool and libraryDaniel Stenberg2019-08-061-1/+1
* url: make use of new HTTP version if alt-svc has oneDaniel Stenberg2019-08-031-2/+31
* url: set conn->transport to default TCP at init timeDaniel Stenberg2019-08-031-1/+1
* timediff: make it 64 bit (if possible) even with 32 bit time_tDaniel Stenberg2019-08-011-1/+2
* cleanup: remove the 'numsocks' argument used in many placesDaniel Stenberg2019-07-301-6/+4
* HTTP3: initial (experimental) supportDaniel Stenberg2019-07-211-1/+1
* libcurl: Restrict redirect schemes (follow-up)Jay Satiro2019-07-171-1/+2
* libcurl: Restrict redirect schemesLinos Giannopoulos2019-07-141-3/+1
* conn_maxage: move the check to prune_dead_connections()Daniel Stenberg2019-06-171-27/+25
* url: Fix CURLOPT_MAXAGE_CONN time comparisonCliff Crosland2019-06-121-1/+1
* multi: make sure 'data' can present in several sockhash entriesDaniel Stenberg2019-06-101-8/+1
* url: Load if_nametoindex() dynamically from iphlpapi.dll on WindowsSteve Holme2019-05-291-2/+13
* parse_proxy: make sure portptr is initializedDaniel Stenberg2019-05-281-1/+1
* url: default conn->port to the same as conn->remote_portDaniel Stenberg2019-05-281-1/+1
* conncache: make "bundles" per host name when doing proxy tunnelsDaniel Stenberg2019-05-281-8/+9
* Revert all SASL authzid (new feature) commitsJay Satiro2019-05-251-9/+0
* Fix typo.Gisle Vanem2019-05-241-1/+1
* config-win32: add support for if_nametoindex and getsocknameZenju2019-05-231-1/+3
* url: fix bad #ifdefDaniel Stenberg2019-05-231-1/+1
* sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme2019-05-221-0/+9
* parse_proxy: use the IPv6 zone id if givenDaniel Stenberg2019-05-221-25/+36
* url: convert the zone id from a IPv6 URL to correct scope idDaniel Stenberg2019-05-211-43/+22
* libcurl: #ifdef away more code for disabled features/protocolsDaniel Stenberg2019-05-171-2/+4
* parse_proxy: use the URL parser APIDaniel Stenberg2019-05-151-147/+82
* http_ntlm: Move the NTLM state out of the ntlmdata structureSteve Holme2019-05-151-4/+4
* url: Remove duplicate clean up of the winbind variables in conn_shutdown()Steve Holme2019-05-141-6/+0
* url: Remove unnecessary initialisation from allocate_conn()Steve Holme2019-05-141-14/+1
* proxy: acknowledge DISABLE_PROXY moreDaniel Stenberg2019-05-131-0/+5
* auth: Rename the various authentication clean up functionsSteve Holme2019-05-121-4/+4
* http_digest: Don't expose functions when HTTP and Crypto Auth are disabledSteve Holme2019-05-111-0/+2
* ssh: define USE_SSH if SSH is enabled (any backend)Daniel Stenberg2019-05-061-2/+2
* ConnectionExists: improve non-multiplexing use caseDaniel Stenberg2019-05-011-2/+7
* CURLOPT_MAXAGE_CONN: set the maximum allowed age for conn reuseDaniel Stenberg2019-04-211-1/+22