summaryrefslogtreecommitdiff
path: root/lib/version.c
Commit message (Expand)AuthorAgeFilesLines
* version: turn version number functions into returning voidDaniel Stenberg2021-06-301-8/+6
* version: free the openldap info correctlyDaniel Stenberg2021-05-151-0/+2
* version: add OpenLDAP version in the outputDaniel Stenberg2021-05-131-1/+24
* version: add gsasl_version to curl_version_info_dataMartin Halle2021-04-221-1/+12
* hsts: enable by defaultDaniel Stenberg2021-04-191-1/+1
* config: remove CURL_SIZEOF_CURL_OFF_T use only SIZEOF_CURL_OFF_TDaniel Stenberg2021-03-111-2/+2
* curl: provide libgsasl version and feature info in -V outputDaniel Stenberg2021-02-111-2/+13
* version: include hyper versionDaniel Stenberg2020-12-181-4/+19
* gopher: Implement secure gopher protocol.parazyd2020-12-151-0/+3
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* hsts: add support for Strict-Transport-SecurityDaniel Stenberg2020-11-031-0/+3
* alt-svc: enable by defaultDaniel Stenberg2020-10-251-1/+1
* configure: don't say HTTPS-proxy is enabled when disabled!Daniel Stenberg2020-09-301-0/+2
* 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