summaryrefslogtreecommitdiff
path: root/lib/url.c
Commit message (Expand)AuthorAgeFilesLines
* create_conn: prefer multiplexing to using new connectionsDaniel Stenberg2019-12-191-18/+0
* conncache: fix multi-thread use of shared connection cacheDaniel Stenberg2019-12-091-13/+8
* build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro2019-12-011-1/+1
* lib: Move lib/ssh.h -> lib/vssh/ssh.hJay Satiro2019-11-171-1/+1
* build: fix for CURL_DISABLE_DOHWyatt O'Day2019-11-061-0/+5
* url: make Curl_close() NULLify the pointer tooDaniel Stenberg2019-10-301-6/+8
* url: Curl_free_request_state() should also free doh handlesDaniel Stenberg2019-10-291-3/+4
* conn-reuse: requests wanting NTLM can reuse non-NTLM connectionsDaniel Stenberg2019-10-231-1/+7
* url: normalize CURLINFO_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