| Commit message (Expand) | Author | Age | Files | Lines |
* | alt-svc: enable by default | Daniel Stenberg | 2020-10-25 | 1 | -1/+1 |
* | configure: don't say HTTPS-proxy is enabled when disabled! | Daniel Stenberg | 2020-09-30 | 1 | -0/+2 |
* | symbian: drop support | Daniel Stenberg | 2020-09-22 | 1 | -6/+2 |
* | mqtt: enable by default | Daniel Stenberg | 2020-08-31 | 1 | -1/+1 |
* | ntlm: fix condition for curl_ntlm_core usage | Marcel Raad | 2020-08-29 | 1 | -3/+2 |
* | windows: add unicode to feature list | Viktor Szakats | 2020-07-14 | 1 | -0/+3 |
* | content_encoding: add zstd decoding support | Gilles Vollant | 2020-07-12 | 1 | -2/+42 |
* | version: skip idn2_check_version() check and add precaution | Daniel Stenberg | 2020-04-22 | 1 | -9/+11 |
* | mqtt: add new experimental protocol | Bjorn Stenberg | 2020-04-14 | 1 | -0/+3 |
* | version: increase buffer space for ssl version output | Daniel Stenberg | 2020-04-13 | 1 | -2/+2 |
* | curl.h: remnove CURL_VERSION_ESNI. Never supported nor documented | Daniel Stenberg | 2020-03-29 | 1 | -3/+0 |
* | version: add 'cainfo' and 'capath' to version info struct | Daniel Stenberg | 2020-03-27 | 1 | -1/+11 |
* | writeout: support to generate JSON output | Mathias Gumz | 2020-03-17 | 1 | -0/+10 |
* | version: make curl_version* thread-safe without using global context | Daniel Stenberg | 2020-03-07 | 1 | -95/+97 |
* | wolfSSH: new SSH backend | Daniel Stenberg | 2020-01-12 | 1 | -2/+4 |
* | lib: Move lib/ssh.h -> lib/vssh/ssh.h | Jay Satiro | 2019-11-17 | 1 | -1/+1 |
* | ESNI: initial build/setup | Niall | 2019-10-02 | 1 | -0/+3 |
* | version: Expression 'left > 1' is always true | Daniel Stenberg | 2019-09-20 | 1 | -7/+5 |
* | ssh: add a generic Curl_ssh_version function for SSH backends | Daniel Stenberg | 2019-08-17 | 1 | -24/+8 |
* | curl_version: bump string buffer size to 250 | Daniel Stenberg | 2019-08-14 | 1 | -1/+1 |
* | curl_version_info: offer quic (and h3) library info | Daniel Stenberg | 2019-08-12 | 1 | -1/+10 |
* | HTTP3: initial (experimental) support | Daniel Stenberg | 2019-07-21 | 1 | -0/+9 |
* | curl_version_info: provide nghttp2 details | Daniel Stenberg | 2019-07-20 | 1 | -0/+10 |
* | version: make ssl_version buffer match for multi_ssl | Daniel Gustafsson | 2019-05-19 | 1 | -0/+4 |
* | ssh: define USE_SSH if SSH is enabled (any backend) | Daniel Stenberg | 2019-05-06 | 1 | -2/+2 |
* | build: fix Codacy/CppCheck warnings | Marcel Raad | 2019-04-11 | 1 | -1/+1 |
* | alt-svc: the libcurl bits | Daniel Stenberg | 2019-03-03 | 1 | -0/+3 |
* | version.c: silent scan-build even when librtmp is not enabled | Patrick Monnerat | 2019-02-16 | 1 | -1/+5 |
* | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg | 2018-11-23 | 1 | -18/+18 |
* | checksrc: make sure sizeof() is used *with* parentheses | Daniel Stenberg | 2018-05-21 | 1 | -1/+1 |
* | vtls: use unified "supports" bitfield member in backends | Daniel Stenberg | 2018-05-04 | 1 | -2/+2 |
* | libssh: added SFTP support | Nikos Mavrogiannopoulos | 2017-12-01 | 1 | -2/+0 |
* | Added support for libssh SSH SCP back-end | Nikos Mavrogiannopoulos | 2017-12-01 | 1 | -3/+12 |
* | zlib/brotli: only include header files in modules needing them | Patrick Monnerat | 2017-11-13 | 1 | -0/+12 |
* | HTTP: implement Brotli content encoding | Patrick Monnerat | 2017-11-05 | 1 | -1/+35 |
* | version: add the CURL_VERSION_MULTI_SSL feature flag | Johannes Schindelin | 2017-08-28 | 1 | -0/+3 |
* | vtls: move the SUPPORT_HTTPS_PROXY flag into the Curl_ssl struct | Johannes Schindelin | 2017-08-28 | 1 | -3/+4 |
* | curl_version_info: add CURL_VERSION_HTTPS_PROXY | Okhin Vasilij | 2016-11-26 | 1 | -0/+3 |
* | idn: switch to libidn2 use and IDNA2008 support | Daniel Stenberg | 2016-10-31 | 1 | -7/+7 |
* | version: init moved to private name space, added protos | Daniel Stenberg | 2016-03-17 | 1 | -2/+4 |
* | version: thread safety | Jay Satiro | 2016-03-16 | 1 | -1/+21 |
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
* | version: Add flag CURL_VERSION_PSL for libpsl | Gisle Vanem | 2015-12-07 | 1 | -0/+3 |
* | cookies: Add support for Mozilla's Publix Suffix List | Tim Rühsen | 2015-10-17 | 1 | -0/+9 |
* | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg | 2015-03-03 | 1 | -4/+2 |
* | smb: Disable SMB when 64-bit integers are not supported | Steve Holme | 2014-12-12 | 1 | -0/+1 |
* | smb: Fixed Windows autoconf builds following commit eb88d778e7 | Steve Holme | 2014-12-07 | 1 | -1/+2 |
* | smb: Build with SSPI enabled | Bill Nagel | 2014-12-07 | 1 | -2/+1 |
* | libcurl: add UNIX domain sockets support | Peter Wu | 2014-12-04 | 1 | -0/+3 |
* | sasl_gssapi: Enable USE_KERBEROS5 for GSS-API based builds | Steve Holme | 2014-12-03 | 1 | -1/+0 |