summaryrefslogtreecommitdiff
path: root/lib/url.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Curl_disconnect: treat all CONNECT_ONLY connections as "dead"Daniel Stenberg2019-04-201-0/+4
* url: always clone the CUROPT_CURLU handleDaniel Stenberg2019-04-111-3/+2
* pipelining: removedDaniel Stenberg2019-04-061-230/+53
* conncache: use conn->data to know if a transfer owns itDaniel Stenberg2019-03-171-5/+8
* Negotiate: fix for HTTP POST with NegotiateDominik Hölzl2019-03-141-0/+4
* CURLU: fix NULL dereference when used over proxyDaniel Stenberg2019-03-041-2/+3
* alt-svc: the libcurl bitsDaniel Stenberg2019-03-031-0/+34
* urldata: simplify bytecountersDaniel Stenberg2019-03-011-4/+4
* url: change conn shutdown order to unlink data as last stepJay Satiro2019-02-221-15/+24
* connection: never reuse CONNECT_ONLY conectionsDaniel Stenberg2019-02-191-3/+8
* strip_trailing_dot: make sure NULL is never used for strlenDaniel Stenberg2019-02-141-0/+2
* connection_check: restore original conn->data after the checkJay Satiro2019-02-141-1/+2
* connection_check: set ->data to the transfer doing the checkDaniel Stenberg2019-02-111-0/+1
* cleanup: make local functions staticDaniel Stenberg2019-02-101-3/+3
* url/idnconvert: remove scan for <= 32 ascii valuesDaniel Stenberg2019-02-091-9/+0
* url: close TLS before removing conn from cacheChris Araman2019-02-061-5/+4
* schannel: stop calling it "winssl"Daniel Stenberg2019-02-011-3/+3
* extract_if_dead: follow-up to 54b201b48c90aDaniel Stenberg2019-01-151-2/+1
* extract_if_dead: use a known working transfer when checking connectionsDaniel Stenberg2019-01-131-2/+2
* urldata: rename easy_conn to just connDaniel Stenberg2019-01-111-8/+9
* printf: fix format specifiersRikard Falkeborn2019-01-041-2/+2
* url: fix incorrect indentationDaniel Gustafsson2018-12-271-1/+1
* disconnect: set conn->data for protocol disconnectDaniel Stenberg2018-12-231-0/+3
* conncache_unlock: avoid indirection by changing input argument typeDaniel Stenberg2018-12-221-5/+5
* disconnect: separate connections and easy handles betterDaniel Stenberg2018-12-221-7/+2
* http: added options for allowing HTTP/0.9 responsesDaniel Stenberg2018-12-211-0/+1