Daniel Stenberg
|
3fdc4bdb5b
version: skip idn2_check_version() check and add precaution
|
4 年之前 |
Bjorn Stenberg
|
2522903b79
mqtt: add new experimental protocol
|
4 年之前 |
Daniel Stenberg
|
f62bd9db90
version: increase buffer space for ssl version output
|
4 年之前 |
Daniel Stenberg
|
93fafb93db
curl.h: remnove CURL_VERSION_ESNI. Never supported nor documented
|
4 年之前 |
Daniel Stenberg
|
6de756c9b1
version: add 'cainfo' and 'capath' to version info struct
|
4 年之前 |
Mathias Gumz
|
04c03416e6
writeout: support to generate JSON output
|
4 年之前 |
Daniel Stenberg
|
e364546fb3
version: make curl_version* thread-safe without using global context
|
4 年之前 |
Daniel Stenberg
|
6773c7ca65
wolfSSH: new SSH backend
|
4 年之前 |
Jay Satiro
|
1f6a18685e
lib: Move lib/ssh.h -> lib/vssh/ssh.h
|
5 年之前 |
Niall
|
0f48055c40
ESNI: initial build/setup
|
5 年之前 |
Daniel Stenberg
|
317c97bd81
version: Expression 'left > 1' is always true
|
5 年之前 |
Daniel Stenberg
|
ea28a6cb2f
ssh: add a generic Curl_ssh_version function for SSH backends
|
5 年之前 |
Daniel Stenberg
|
1d85e09ccd
curl_version: bump string buffer size to 250
|
5 年之前 |
Daniel Stenberg
|
1a2df1518a
curl_version_info: offer quic (and h3) library info
|
5 年之前 |
Daniel Stenberg
|
3af0e76d1e
HTTP3: initial (experimental) support
|
5 年之前 |
Daniel Stenberg
|
828392ae10
curl_version_info: provide nghttp2 details
|
5 年之前 |
Daniel Gustafsson
|
9a87fe704e
version: make ssl_version buffer match for multi_ssl
|
5 年之前 |
Daniel Stenberg
|
d37b0936d1
ssh: define USE_SSH if SSH is enabled (any backend)
|
5 年之前 |
Marcel Raad
|
d1b5cf830b
build: fix Codacy/CppCheck warnings
|
5 年之前 |
Daniel Stenberg
|
e1be825453
alt-svc: the libcurl bits
|
5 年之前 |
Patrick Monnerat
|
c52620c249
version.c: silent scan-build even when librtmp is not enabled
|
5 年之前 |
Daniel Stenberg
|
dcd6f81025
snprintf: renamed and we now only use msnprintf()
|
6 年之前 |
Daniel Stenberg
|
cb529b713f
checksrc: make sure sizeof() is used *with* parentheses
|
6 年之前 |
Daniel Stenberg
|
e66cca046c
vtls: use unified "supports" bitfield member in backends
|
6 年之前 |
Nikos Mavrogiannopoulos
|
a2f3966800
libssh: added SFTP support
|
7 年之前 |
Nikos Mavrogiannopoulos
|
c92d2e14cf
Added support for libssh SSH SCP back-end
|
7 年之前 |
Patrick Monnerat
|
def2ca2628
zlib/brotli: only include header files in modules needing them
|
7 年之前 |
Patrick Monnerat
|
11bf1796cd
HTTP: implement Brotli content encoding
|
7 年之前 |
Johannes Schindelin
|
9d96a5f0b5
version: add the CURL_VERSION_MULTI_SSL feature flag
|
7 年之前 |
Johannes Schindelin
|
f0b4db1ab0
vtls: move the SUPPORT_HTTPS_PROXY flag into the Curl_ssl struct
|
7 年之前 |