summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* curl_global_sslset.3: clarify the openssl situationDaniel Stenberg2023-01-011-4/+14
* http: add additional condition for including stdint.hCameron Blomquist2023-01-011-2/+2
* urldata: cease storing TLS auth typeDaniel Stenberg2022-12-316-48/+12
* vtls: use ALPN HTTP/1.0 when HTTP/1.0 is usedDaniel Stenberg2022-12-3110-81/+153
* lib670: make test.h the first includeMarcel Raad2022-12-301-2/+2
* lib: connect/h2/h3 refactorStefan Eissing2022-12-3048-4557/+6790
* RELEASE-NOTES: syncedDaniel Stenberg2022-12-301-5/+25
* docs/libcurl/curl_getdate.3: minor whitespace editDaniel Stenberg2022-12-301-2/+3
* transfer: break the read loop when RECV is clearedDaniel Stenberg2022-12-301-2/+2
* multihandle: turn bool struct fields into bitsDaniel Stenberg2022-12-302-6/+6
* ftpserver: lower the normal DATA connect timeout to speed up torture testsStefan Eissing2022-12-301-1/+1
* msh3: add support for request payloadNick Banks2022-12-286-8/+40
* openssl: remove attached easy handles from SSL instancesStefan Eissing2022-12-282-144/+41
* socketpair: allow localhost MITM sniffersDaniel Stenberg2022-12-281-15/+12
* HTTP3: mention what needs to be in place to remove EXPERIMENTAL labelDaniel Stenberg2022-12-282-0/+9
* MANUAL.md: add pipe to apt-key exampleandy59952022-12-281-0/+10
* test417: verify %{certs} outputDaniel Stenberg2022-12-272-0/+84
* runtests: make 'mbedtls' a testable featureDaniel Stenberg2022-12-272-0/+2
* writeout: add %{certs} and %{num_certs}Daniel Stenberg2022-12-277-2/+77
* haxproxy: send before TLS handhshakeStefan Eissing2022-12-273-11/+15
* RELEASE-NOTES: syncedDaniel Stenberg2022-12-271-4/+16
* test446: verify hsts with two URLsDaniel Stenberg2022-12-272-1/+85
* runtests: support crlf="yes" for verify/proxyDaniel Stenberg2022-12-272-2/+7
* hsts: handle adding the same host name againDaniel Stenberg2022-12-271-2/+11
* tool_operate: share HSTS between handlesDaniel Stenberg2022-12-271-0/+1
* share: add sharing of HSTS cache among handlesDaniel Stenberg2022-12-2711-11/+109
* Makefile.mk: fix wolfssl and mbedtls default pathsViktor Szakats2022-12-271-2/+2
* INTERNALS: cleanupDaniel Stenberg2022-12-271-15/+4
* cmake: bump requirement to 3.7Daniel Stenberg2022-12-271-1/+1
* cfilters:Curl_conn_get_select_socks: use the first non-connected filterDaniel Stenberg2022-12-271-0/+4
* urlapi: add CURLU_PUNYCODEDaniel Stenberg2022-12-2610-14/+90
* RELEASE-NOTES: syncedDaniel Stenberg2022-12-261-3/+42
* libssh2: try sha2 algos for hostkey methodsDaniel Stenberg2022-12-261-1/+12
* typecheck: accept expressions for option/info parametersPatrick Monnerat2022-12-261-4/+2
* tests: avoid use of sha1 in certificatesPaul Howarth2022-12-2665-1490/+1443
* cmake: fix the snprintf detectionYurii Rashkovskii2022-12-261-1/+1
* http: remove the trace message "Mark bundle... multiuse"Radu Hociung2022-12-261-1/+0
* url: fix build with `--disable-cookies`Hannah Schierling2022-12-261-0/+2
* runtests: also tear down http2/http3 servers when https server is stoppedStefan Eissing2022-12-231-2/+4
* tests: add 3 new HTTP/2 test cases, plus https: support for nghttpxStefan Eissing2022-12-238-5/+423
* urldata: remove unused struct fields, made more conditionalDaniel Stenberg2022-12-233-49/+51
* urldata: make set.http200aliases conditional on HTTP being presentDaniel Stenberg2022-12-223-13/+20
* md4: fix build with GnuTLS + OpenSSL v1Daniel Stenberg2022-12-221-5/+5
* urldata: make 'ftp_create_missing_dirs' depend on FTP || SFTPDaniel Stenberg2022-12-222-1/+5
* misc: fix grammar and spellingJohn Bampton2022-12-225-8/+8
* urldata: move the cookefilelist to the 'set' structDaniel Stenberg2022-12-227-37/+24
* strdup: name it Curl_strdupDaniel Stenberg2022-12-223-3/+3
* msh3: update to v0.5 ReleaseNick Banks2022-12-223-6/+19
* workflows/linux.yml: merge 3 common packagesandy59952022-12-221-16/+15
* docs: mention indirect effects of --insecureDaniel Stenberg2022-12-213-0/+21