Age | Commit message (Expand) | Author |
2020-02-27 | Curl_is_ASCII_name: handle a NULL argument | Daniel Stenberg |
2020-02-26 | url: Make the IDN conversion functions available to others | Steve Holme |
2020-02-18 | altsvc: make saving the cache an atomic operation | Daniel Stenberg |
2020-02-09 | url: Include the failure reason when curl_win32_idn_to_ascii() fails | Steve Holme |
2020-02-02 | cleanup: fix typos and wording in docs and comments | Pedro Monreal |
2020-02-02 | ntlm: Move the winbind data into the NTLM data structure | Steve Holme |
2020-01-28 | multi_done: if multiplexed, make conn->data point to another transfer | Daniel Stenberg |
2020-01-24 | conn: do not reuse connection if SOCKS proxy credentials differ | Peter Piekarski |
2020-01-21 | http: move "oauth_bearer" from connectdata to Curl_easy | nao |
2020-01-13 | ConnectionExists: respect the max_concurrent_streams limits | Daniel Stenberg |
2020-01-12 | wolfSSH: new SSH backend | Daniel Stenberg |
2019-12-19 | create_conn: prefer multiplexing to using new connections | Daniel Stenberg |
2019-12-09 | conncache: fix multi-thread use of shared connection cache | Daniel Stenberg |
2019-12-01 | build: Disable Visual Studio warning "conditional expression is constant" | Jay Satiro |
2019-11-17 | lib: Move lib/ssh.h -> lib/vssh/ssh.h | Jay Satiro |
2019-11-06 | build: fix for CURL_DISABLE_DOH | Wyatt O'Day |
2019-10-30 | url: make Curl_close() NULLify the pointer too | Daniel Stenberg |
2019-10-29 | url: Curl_free_request_state() should also free doh handles | Daniel Stenberg |
2019-10-23 | conn-reuse: requests wanting NTLM can reuse non-NTLM connections | Daniel Stenberg |
2019-10-16 | url: normalize CURLINFO_EFFECTIVE_URL | Daniel Stenberg |
2019-10-03 | cookies: change argument type for Curl_flush_cookies | Daniel Stenberg |
2019-10-03 | http2: move state-init from creation to pre-transfer | Daniel Stenberg |
2019-09-26 | url: don't set appconnect time for non-ssl/non-ssh connections | Jay Satiro |
2019-09-25 | url: fix the NULL hostname compiler warning case | Jay Satiro |
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 |