Age | Commit message (Expand) | Author |
2019-09-20 | url: remove dead code | Daniel Stenberg |
2019-09-20 | url: part of expression is always true: (bundle->multiuse == 0) | Daniel Stenberg |
2019-09-19 | url: only reuse TLS connections with matching pinning | Daniel Stenberg |
2019-09-18 | url: cleanup dangling DOH request headers too | Daniel Stenberg |
2019-09-16 | doh: clean up dangling DOH handles and memory on easy close | Daniel Stenberg |
2019-09-03 | cleanup: move functions out of url.c and make them static | Daniel Stenberg |
2019-08-20 | cleanup: remove DOT_CHAR completely | Daniel Stenberg |
2019-08-08 | alt-svc: add protocol version selection masking | Daniel Stenberg |
2019-08-08 | http3: fix the HTTP/3 in the request, make alt-svc set right versions | Daniel Stenberg |
2019-08-08 | alt-svc: send Alt-Used: in redirected requests | Daniel Stenberg |
2019-08-07 | curl.h: add CURL_HTTP_VERSION_3 to the version enum | Daniel Stenberg |
2019-08-06 | sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID | Steve Holme |
2019-08-06 | http09: disable HTTP/0.9 by default in both tool and library | Daniel Stenberg |
2019-08-03 | url: make use of new HTTP version if alt-svc has one | Daniel Stenberg |
2019-08-03 | url: set conn->transport to default TCP at init time | Daniel Stenberg |
2019-08-01 | timediff: make it 64 bit (if possible) even with 32 bit time_t | Daniel Stenberg |
2019-07-30 | cleanup: remove the 'numsocks' argument used in many places | Daniel Stenberg |
2019-07-21 | HTTP3: initial (experimental) support | Daniel Stenberg |
2019-07-17 | libcurl: Restrict redirect schemes (follow-up) | Jay Satiro |
2019-07-14 | libcurl: Restrict redirect schemes | Linos Giannopoulos |
2019-06-17 | conn_maxage: move the check to prune_dead_connections() | Daniel Stenberg |
2019-06-12 | url: Fix CURLOPT_MAXAGE_CONN time comparison | Cliff Crosland |
2019-06-10 | multi: make sure 'data' can present in several sockhash entries | Daniel Stenberg |
2019-05-29 | url: Load if_nametoindex() dynamically from iphlpapi.dll on Windows | Steve Holme |
2019-05-28 | parse_proxy: make sure portptr is initialized | Daniel Stenberg |
2019-05-28 | url: default conn->port to the same as conn->remote_port | Daniel Stenberg |
2019-05-28 | conncache: make "bundles" per host name when doing proxy tunnels | Daniel Stenberg |
2019-05-25 | Revert all SASL authzid (new feature) commits | Jay Satiro |
2019-05-24 | Fix typo. | Gisle Vanem |
2019-05-23 | config-win32: add support for if_nametoindex and getsockname | Zenju |
2019-05-23 | url: fix bad #ifdef | Daniel Stenberg |
2019-05-22 | sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID | Steve Holme |
2019-05-22 | parse_proxy: use the IPv6 zone id if given | Daniel Stenberg |
2019-05-21 | url: convert the zone id from a IPv6 URL to correct scope id | Daniel Stenberg |
2019-05-17 | libcurl: #ifdef away more code for disabled features/protocols | Daniel Stenberg |
2019-05-15 | parse_proxy: use the URL parser API | Daniel Stenberg |
2019-05-15 | http_ntlm: Move the NTLM state out of the ntlmdata structure | Steve Holme |
2019-05-14 | url: Remove duplicate clean up of the winbind variables in conn_shutdown() | Steve Holme |
2019-05-14 | url: Remove unnecessary initialisation from allocate_conn() | Steve Holme |
2019-05-13 | proxy: acknowledge DISABLE_PROXY more | Daniel Stenberg |
2019-05-12 | auth: Rename the various authentication clean up functions | Steve Holme |
2019-05-11 | http_digest: Don't expose functions when HTTP and Crypto Auth are disabled | Steve Holme |
2019-05-06 | ssh: define USE_SSH if SSH is enabled (any backend) | Daniel Stenberg |
2019-05-01 | ConnectionExists: improve non-multiplexing use case | Daniel Stenberg |
2019-04-21 | CURLOPT_MAXAGE_CONN: set the maximum allowed age for conn reuse | Daniel Stenberg |
2019-04-20 | Curl_disconnect: treat all CONNECT_ONLY connections as "dead" | Daniel Stenberg |
2019-04-11 | url: always clone the CUROPT_CURLU handle | Daniel Stenberg |
2019-04-06 | pipelining: removed | Daniel Stenberg |
2019-03-17 | conncache: use conn->data to know if a transfer owns it | Daniel Stenberg |
2019-03-14 | Negotiate: fix for HTTP POST with Negotiate | Dominik Hölzl |