aboutsummaryrefslogtreecommitdiff
path: root/lib/url.c
AgeCommit message (Expand)Author
2019-08-08http3: fix the HTTP/3 in the request, make alt-svc set right versionsDaniel Stenberg
2019-08-08alt-svc: send Alt-Used: in redirected requestsDaniel Stenberg
2019-08-07curl.h: add CURL_HTTP_VERSION_3 to the version enumDaniel Stenberg
2019-08-06sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme
2019-08-06http09: disable HTTP/0.9 by default in both tool and libraryDaniel Stenberg
2019-08-03url: make use of new HTTP version if alt-svc has oneDaniel Stenberg
2019-08-03url: set conn->transport to default TCP at init timeDaniel Stenberg
2019-08-01timediff: make it 64 bit (if possible) even with 32 bit time_tDaniel Stenberg
2019-07-30cleanup: remove the 'numsocks' argument used in many placesDaniel Stenberg
2019-07-21HTTP3: initial (experimental) supportDaniel Stenberg
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