summaryrefslogtreecommitdiff
path: root/lib/url.c
AgeCommit message (Expand)Author
2019-07-17libcurl: Restrict redirect schemes (follow-up)Jay Satiro
2019-07-14libcurl: Restrict redirect schemesLinos Giannopoulos
2019-06-17conn_maxage: move the check to prune_dead_connections()Daniel Stenberg
2019-06-12url: Fix CURLOPT_MAXAGE_CONN time comparisonCliff Crosland
2019-06-10multi: make sure 'data' can present in several sockhash entriesDaniel Stenberg
2019-05-29url: Load if_nametoindex() dynamically from iphlpapi.dll on WindowsSteve Holme
2019-05-28parse_proxy: make sure portptr is initializedDaniel Stenberg
2019-05-28url: default conn->port to the same as conn->remote_portDaniel Stenberg
2019-05-28conncache: make "bundles" per host name when doing proxy tunnelsDaniel Stenberg
2019-05-25Revert all SASL authzid (new feature) commitsJay Satiro
2019-05-24Fix typo.Gisle Vanem
2019-05-23config-win32: add support for if_nametoindex and getsocknameZenju
2019-05-23url: fix bad #ifdefDaniel Stenberg
2019-05-22sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme
2019-05-22parse_proxy: use the IPv6 zone id if givenDaniel Stenberg
2019-05-21url: convert the zone id from a IPv6 URL to correct scope idDaniel Stenberg
2019-05-17libcurl: #ifdef away more code for disabled features/protocolsDaniel Stenberg
2019-05-15parse_proxy: use the URL parser APIDaniel Stenberg
2019-05-15http_ntlm: Move the NTLM state out of the ntlmdata structureSteve Holme
2019-05-14url: Remove duplicate clean up of the winbind variables in conn_shutdown()Steve Holme
2019-05-14url: Remove unnecessary initialisation from allocate_conn()Steve Holme
2019-05-13proxy: acknowledge DISABLE_PROXY moreDaniel Stenberg
2019-05-12auth: Rename the various authentication clean up functionsSteve Holme
2019-05-11http_digest: Don't expose functions when HTTP and Crypto Auth are disabledSteve Holme
2019-05-06ssh: define USE_SSH if SSH is enabled (any backend)Daniel Stenberg
2019-05-01ConnectionExists: improve non-multiplexing use caseDaniel Stenberg
2019-04-21CURLOPT_MAXAGE_CONN: set the maximum allowed age for conn reuseDaniel Stenberg
2019-04-20Curl_disconnect: treat all CONNECT_ONLY connections as "dead"Daniel Stenberg
2019-04-11url: always clone the CUROPT_CURLU handleDaniel Stenberg
2019-04-06pipelining: removedDaniel Stenberg
2019-03-17conncache: use conn->data to know if a transfer owns itDaniel Stenberg
2019-03-14Negotiate: fix for HTTP POST with NegotiateDominik Hölzl
2019-03-04CURLU: fix NULL dereference when used over proxyDaniel Stenberg
2019-03-03alt-svc: the libcurl bitsDaniel Stenberg
2019-03-01urldata: simplify bytecountersDaniel Stenberg
2019-02-22url: change conn shutdown order to unlink data as last stepJay Satiro
2019-02-19connection: never reuse CONNECT_ONLY conectionsDaniel Stenberg
2019-02-14strip_trailing_dot: make sure NULL is never used for strlenDaniel Stenberg
2019-02-14connection_check: restore original conn->data after the checkJay Satiro
2019-02-11connection_check: set ->data to the transfer doing the checkDaniel Stenberg
2019-02-10cleanup: make local functions staticDaniel Stenberg
2019-02-09url/idnconvert: remove scan for <= 32 ascii valuesDaniel Stenberg
2019-02-06url: close TLS before removing conn from cacheChris Araman
2019-02-01schannel: stop calling it "winssl"Daniel Stenberg
2019-01-15extract_if_dead: follow-up to 54b201b48c90aDaniel Stenberg
2019-01-13extract_if_dead: use a known working transfer when checking connectionsDaniel Stenberg
2019-01-11urldata: rename easy_conn to just connDaniel Stenberg
2019-01-04printf: fix format specifiersRikard Falkeborn
2018-12-27url: fix incorrect indentationDaniel Gustafsson
2018-12-23disconnect: set conn->data for protocol disconnectDaniel Stenberg