summaryrefslogtreecommitdiff
path: root/lib/version.c
Commit message (Expand)AuthorAgeFilesLines
* lib: silence clang/gcc -Wvla warnings in brotli headersViktor Szakats2023-03-101-0/+8
* misc: remove support for curl_off_t < 8 bytesDaniel Stenberg2023-02-241-2/+1
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* lib: connect/h2/h3 refactorStefan Eissing2022-12-301-1/+5
* version: add a feature names array to curl_version_info_dataPatrick Monnerat2022-11-141-70/+129
* lib: connection filters (cfilter) addition to curl:Stefan Eissing2022-11-111-1/+1
* tidy-up: delete parallel/unused feature flagsViktor Szakats2022-10-061-1/+1
* tool: remove protocol count limitationPatrick Monnerat2022-09-221-0/+5
* version: add ws + wssDaniel Stenberg2022-09-091-0/+6
* version: rename threadsafe-init to threadsafeViktor Szakats2022-06-131-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* curl_version_info: add CURL_VERSION_THREADSAFE_INITThomas Guillem2022-06-071-0/+4
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-30/+3
* 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