summaryrefslogtreecommitdiff
path: root/lib/version.c
Commit message (Expand)AuthorAgeFilesLines
* symbian: drop supportDaniel Stenberg2020-09-221-6/+2
* mqtt: enable by defaultDaniel Stenberg2020-08-311-1/+1
* ntlm: fix condition for curl_ntlm_core usageMarcel Raad2020-08-291-3/+2
* windows: add unicode to feature listViktor Szakats2020-07-141-0/+3
* content_encoding: add zstd decoding supportGilles Vollant2020-07-121-2/+42
* version: skip idn2_check_version() check and add precautionDaniel Stenberg2020-04-221-9/+11
* mqtt: add new experimental protocolBjorn Stenberg2020-04-141-0/+3
* version: increase buffer space for ssl version outputDaniel Stenberg2020-04-131-2/+2
* curl.h: remnove CURL_VERSION_ESNI. Never supported nor documentedDaniel Stenberg2020-03-291-3/+0
* version: add 'cainfo' and 'capath' to version info structDaniel Stenberg2020-03-271-1/+11
* writeout: support to generate JSON outputMathias Gumz2020-03-171-0/+10
* version: make curl_version* thread-safe without using global contextDaniel Stenberg2020-03-071-95/+97
* wolfSSH: new SSH backendDaniel Stenberg2020-01-121-2/+4
* lib: Move lib/ssh.h -> lib/vssh/ssh.hJay Satiro2019-11-171-1/+1
* ESNI: initial build/setupNiall2019-10-021-0/+3
* 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