aboutsummaryrefslogtreecommitdiff
path: root/lib/version.c
AgeCommit message (Expand)Author
2020-06-16Add gemini protocol supportHEADmasterBen Burwell
2020-04-22version: skip idn2_check_version() check and add precautionDaniel Stenberg
2020-04-14mqtt: add new experimental protocolBjorn Stenberg
2020-04-13version: increase buffer space for ssl version outputDaniel Stenberg
2020-03-29curl.h: remnove CURL_VERSION_ESNI. Never supported nor documentedDaniel Stenberg
2020-03-27version: add 'cainfo' and 'capath' to version info structDaniel Stenberg
2020-03-17writeout: support to generate JSON outputMathias Gumz
2020-03-07version: make curl_version* thread-safe without using global contextDaniel Stenberg
2020-01-12wolfSSH: new SSH backendDaniel Stenberg
2019-11-17lib: Move lib/ssh.h -> lib/vssh/ssh.hJay Satiro
2019-10-02ESNI: initial build/setupNiall
2019-09-20version: Expression 'left > 1' is always trueDaniel Stenberg
2019-08-17ssh: add a generic Curl_ssh_version function for SSH backendsDaniel Stenberg
2019-08-14curl_version: bump string buffer size to 250Daniel Stenberg
2019-08-12curl_version_info: offer quic (and h3) library infoDaniel Stenberg
2019-07-21HTTP3: initial (experimental) supportDaniel Stenberg
2019-07-20curl_version_info: provide nghttp2 detailsDaniel Stenberg
2019-05-19version: make ssl_version buffer match for multi_sslDaniel Gustafsson
2019-05-06ssh: define USE_SSH if SSH is enabled (any backend)Daniel Stenberg
2019-04-11build: fix Codacy/CppCheck warningsMarcel Raad
2019-03-03alt-svc: the libcurl bitsDaniel Stenberg
2019-02-16version.c: silent scan-build even when librtmp is not enabledPatrick Monnerat
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-05-21checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg
2018-05-04vtls: use unified "supports" bitfield member in backendsDaniel Stenberg
2017-12-01libssh: added SFTP supportNikos Mavrogiannopoulos
2017-12-01Added support for libssh SSH SCP back-endNikos Mavrogiannopoulos
2017-11-13zlib/brotli: only include header files in modules needing themPatrick Monnerat
2017-11-05HTTP: implement Brotli content encodingPatrick Monnerat
2017-08-28version: add the CURL_VERSION_MULTI_SSL feature flagJohannes Schindelin
2017-08-28vtls: move the SUPPORT_HTTPS_PROXY flag into the Curl_ssl structJohannes Schindelin
2016-11-26curl_version_info: add CURL_VERSION_HTTPS_PROXYOkhin Vasilij
2016-10-31idn: switch to libidn2 use and IDNA2008 supportDaniel Stenberg
2016-03-17version: init moved to private name space, added protosDaniel Stenberg
2016-03-16version: thread safetyJay Satiro
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-12-07version: Add flag CURL_VERSION_PSL for libpslGisle Vanem
2015-10-17cookies: Add support for Mozilla's Publix Suffix ListTim Rühsen
2015-03-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
2014-12-12smb: Disable SMB when 64-bit integers are not supportedSteve Holme
2014-12-07smb: Fixed Windows autoconf builds following commit eb88d778e7Steve Holme
2014-12-07smb: Build with SSPI enabledBill Nagel
2014-12-04libcurl: add UNIX domain sockets supportPeter Wu
2014-12-03sasl_gssapi: Enable USE_KERBEROS5 for GSS-API based buildsSteve Holme
2014-11-30libcurl: Enable support for the SMB protocolBill Nagel
2014-11-16kerberos: Use symbol qualified with _KERBEROS5Michael Osipov
2014-11-09build: Fixed no NTLM support for email when CURL_DISABLE_HTTP is definedSteve Holme
2014-11-07version info: Added Kerberos V5 to the supported featuresSteve Holme
2014-07-23curl.h/features: Deprecate GSS-Negotiate macros due to bad namingMichael Osipov
2014-07-23configure/features: Add feature and version info for GSS-API and SPNEGOMichael Osipov