summaryrefslogtreecommitdiff
path: root/lib/version.c
AgeCommit message (Expand)Author
2021-01-13Merge tag 'curl-7_74_0'nikita
2020-11-04curl.se: new homeDaniel Stenberg
2020-11-03hsts: add support for Strict-Transport-SecurityDaniel Stenberg
2020-10-25alt-svc: enable by defaultDaniel Stenberg
2020-09-30configure: don't say HTTPS-proxy is enabled when disabled!Daniel Stenberg
2020-09-22symbian: drop supportDaniel Stenberg
2020-09-14Merge tag 'curl-7_72_0' into masternikita
2020-08-31mqtt: enable by defaultDaniel Stenberg
2020-08-29ntlm: fix condition for curl_ntlm_core usageMarcel Raad
2020-07-14windows: add unicode to feature listViktor Szakats
2020-07-12content_encoding: add zstd decoding supportGilles Vollant
2020-04-30Merge tag 'curl-7_70_0'nikita
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-04-01Merge tag 'curl-7_69_1'nikita
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-12-20Merge remote-tracking branch 'upstream/master'ng0
2019-11-17lib: Move lib/ssh.h -> lib/vssh/ssh.hJay Satiro
2019-11-06Merge tag 'curl-7_67_0'ng0
2019-10-02ESNI: initial build/setupNiall
2019-09-20version: Expression 'left > 1' is always trueDaniel Stenberg
2019-09-12Merge tag 'curl-7_66_0'ng0
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-22Merge tag 'curl-7_65_0' of https://github.com/curl/curlng0
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-12Merge tag 'curl-7_64_1' of https://github.com/curl/curlng0
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
2019-01-12Merge tag 'curl-7_63_0'ng0
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-08-05Merge tag 'curl-7_61_0'Nils Gillmann
2018-05-23Merge tag 'curl-7_60_0' (with fixes)Nils Gillmann
2018-05-21checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg
2018-05-04vtls: use unified "supports" bitfield member in backendsDaniel Stenberg
2018-01-21Merge branch 'master' of https://github.com/curl/curlng0
2017-12-03Merge tag 'curl-7_57_0'ng0
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