summaryrefslogtreecommitdiff
path: root/lib/url.c
Commit message (Expand)AuthorAgeFilesLines
* altsvc: make saving the cache an atomic operationDaniel Stenberg2020-02-181-1/+1
* url: Include the failure reason when curl_win32_idn_to_ascii() failsSteve Holme2020-02-091-1/+3
* cleanup: fix typos and wording in docs and commentsPedro Monreal2020-02-021-1/+1
* ntlm: Move the winbind data into the NTLM data structureSteve Holme2020-02-021-1/+2
* multi_done: if multiplexed, make conn->data point to another transferDaniel Stenberg2020-01-281-0/+2
* conn: do not reuse connection if SOCKS proxy credentials differPeter Piekarski2020-01-241-2/+31
* http: move "oauth_bearer" from connectdata to Curl_easynao2020-01-211-9/+0
* ConnectionExists: respect the max_concurrent_streams limitsDaniel Stenberg2020-01-131-3/+10
* wolfSSH: new SSH backendDaniel Stenberg2020-01-121-2/+2
* 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