summaryrefslogtreecommitdiff
path: root/lib/version.c
Commit message (Expand)AuthorAgeFilesLines
* version: Expression 'left > 1' is always trueDaniel Stenberg2019-09-201-7/+5
* ssh: add a generic Curl_ssh_version function for SSH backendsDaniel Stenberg2019-08-171-24/+8
* curl_version: bump string buffer size to 250Daniel Stenberg2019-08-141-1/+1
* curl_version_info: offer quic (and h3) library infoDaniel Stenberg2019-08-121-1/+10
* HTTP3: initial (experimental) supportDaniel Stenberg2019-07-211-0/+9
* curl_version_info: provide nghttp2 detailsDaniel Stenberg2019-07-201-0/+10
* version: make ssl_version buffer match for multi_sslDaniel Gustafsson2019-05-191-0/+4
* ssh: define USE_SSH if SSH is enabled (any backend)Daniel Stenberg2019-05-061-2/+2
* build: fix Codacy/CppCheck warningsMarcel Raad2019-04-111-1/+1
* alt-svc: the libcurl bitsDaniel Stenberg2019-03-031-0/+3
* version.c: silent scan-build even when librtmp is not enabledPatrick Monnerat2019-02-161-1/+5
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-18/+18
* checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg2018-05-211-1/+1
* vtls: use unified "supports" bitfield member in backendsDaniel Stenberg2018-05-041-2/+2
* libssh: added SFTP supportNikos Mavrogiannopoulos2017-12-011-2/+0
* Added support for libssh SSH SCP back-endNikos Mavrogiannopoulos2017-12-011-3/+12
* zlib/brotli: only include header files in modules needing themPatrick Monnerat2017-11-131-0/+12
* HTTP: implement Brotli content encodingPatrick Monnerat2017-11-051-1/+35
* version: add the CURL_VERSION_MULTI_SSL feature flagJohannes Schindelin2017-08-281-0/+3
* vtls: move the SUPPORT_HTTPS_PROXY flag into the Curl_ssl structJohannes Schindelin2017-08-281-3/+4
* curl_version_info: add CURL_VERSION_HTTPS_PROXYOkhin Vasilij2016-11-261-0/+3
* idn: switch to libidn2 use and IDNA2008 supportDaniel Stenberg2016-10-311-7/+7
* version: init moved to private name space, added protosDaniel Stenberg2016-03-171-2/+4
* version: thread safetyJay Satiro2016-03-161-1/+21
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* version: Add flag CURL_VERSION_PSL for libpslGisle Vanem2015-12-071-0/+3
* cookies: Add support for Mozilla's Publix Suffix ListTim Rühsen2015-10-171-0/+9
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-4/+2
* smb: Disable SMB when 64-bit integers are not supportedSteve Holme2014-12-121-0/+1
* smb: Fixed Windows autoconf builds following commit eb88d778e7Steve Holme2014-12-071-1/+2
* smb: Build with SSPI enabledBill Nagel2014-12-071-2/+1
* libcurl: add UNIX domain sockets supportPeter Wu2014-12-041-0/+3
* sasl_gssapi: Enable USE_KERBEROS5 for GSS-API based buildsSteve Holme2014-12-031-1/+0
* libcurl: Enable support for the SMB protocolBill Nagel2014-11-301-0/+7
* kerberos: Use symbol qualified with _KERBEROS5Michael Osipov2014-11-161-1/+1
* build: Fixed no NTLM support for email when CURL_DISABLE_HTTP is definedSteve Holme2014-11-091-2/+3
* version info: Added Kerberos V5 to the supported featuresSteve Holme2014-11-071-0/+4
* curl.h/features: Deprecate GSS-Negotiate macros due to bad namingMichael Osipov2014-07-231-3/+0
* configure/features: Add feature and version info for GSS-API and SPNEGOMichael Osipov2014-07-231-0/+6
* Remove all traces of FBOpenSSL SPNEGO supportDavid Woodhouse2014-07-161-3/+0
* vtls: renamed sslgen.[ch] to vtls.[ch]Daniel Stenberg2013-12-201-1/+1
* vtls: created subdir, moved sslgen.[ch] there, updated all include linesDaniel Stenberg2013-12-201-1/+1
* http2: add http2.[ch] and add nghttp2 version outputDaniel Stenberg2013-09-041-0/+9
* FTP: remove krb4 supportDaniel Stenberg2013-08-251-4/+1
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+343
* build: rename 93 lib/*.c filesYang Tse2013-01-031-343/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-3/+3
* curl_version: fixed Value stored to 'len' is never readDaniel Stenberg2012-08-081-2/+5
* Changed Windows IDN text to 'WinIDN'.Guenter Knauf2012-07-261-1/+1