summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lib: fix typosSergey Bronnikov2023-01-175-9/+9
* curl_version_info.3: fix typoSergey Bronnikov2023-01-171-1/+1
* openssl: Don't ignore CA paths when using Windows CA store (redux)Jay Satiro2023-01-174-22/+45
* RELEASE-NOTES: syncedDaniel Stenberg2023-01-131-12/+31
* ws: fix autoping handlingDaniel Stenberg2023-01-131-30/+43
* curl_log: avoid printf() format checking with mingwDaniel Stenberg2023-01-131-2/+3
* tool_getparam: fix compiler warning when !HAVE_WRITABLE_ARGVDaniel Stenberg2023-01-131-4/+5
* openssl: make the BIO_METHOD a local variable in the connection filterStefan Eissing2023-01-121-27/+35
* curl: output warning at --verbose output for debug-enabled versionDaniel Stenberg2023-01-123-0/+23
* src: add --http3-onlyDaniel Stenberg2023-01-127-13/+66
* curl.h: add CURL_HTTP_VERSION_3ONLYDaniel Stenberg2023-01-123-9/+14
* connect: fix access of pointer before NULL checkDaniel Stenberg2023-01-121-1/+3
* easyoptions: Fix header printing in generation scriptDaniel Gustafsson2023-01-122-4/+4
* tool_getparam: fix hiding of command line secretsHarry Sintonen2023-01-123-7/+10
* tests: document the cfilter debug logging optionsStefan Eissing2023-01-121-0/+29
* curl_log: for failf/infof and debug logging implementationsStefan Eissing2023-01-1229-466/+656
* RELEASE-NOTES: syncedDaniel Stenberg2023-01-101-5/+21
* msh3: update to v0.6Nick Banks2023-01-104-86/+137
* ngtcp2: add CURLOPT_SSL_CTX_FUNCTION support for openssl+wolfsslStefan Eissing2023-01-103-57/+97
* cf-socket: make infof() call use %zu for size_t outputDaniel Stenberg2023-01-101-2/+2
* os400: fixes to make-lib.sh and initscript.shjonrumsey2023-01-102-7/+18
* tests-httpd: basic infra to run curl against an apache httpd plus nghttpx for h3Stefan Eissing2023-01-0922-46/+3016
* quic: improve connect error message, debugging info, fix false connect reportStefan Eissing2023-01-095-38/+64
* quiche: fix build without any HTTP/2 implementationStefan Eissing2023-01-092-5/+1
* .github/workflows/linux.yml: add a quiche CI jobDaniel Stenberg2023-01-092-21/+28
* curl.h: allow up to 10M buffer sizeDaniel Stenberg2023-01-082-2/+4
* GHA: use designated ngtcp2 and its dependencies versionsTatsuhiro Tsujikawa2023-01-083-9/+9
* docs/cmdline-opts/hsts.d: explain hsts moreDaniel Stenberg2023-01-081-0/+5
* msh3: run again in its cfilterStefan Eissing2023-01-083-76/+258
* sendf: fix build for Linux TCP fastopenJay Satiro2023-01-082-1/+3
* RELEASE-NOTES: syncedDaniel Stenberg2023-01-071-8/+41
* setopt: move the SHA256 opt within #ifdef libssh2Daniel Stenberg2023-01-072-8/+11
* nss: implement data_pending methodPatrick Monnerat2023-01-071-1/+14
* CURLOPT_HEADERDATA.3: warn DLL users must set write functionJay Satiro2023-01-061-0/+4
* x509asn1: fix compile errors and warningsjonrumsey2023-01-051-2/+4
* runtests: fix detection of TLS backendsPatrick Monnerat2023-01-051-11/+11
* GHA: add job on Slackware 15.0andy59952023-01-051-0/+23
* test363: make even smaller writes to loop moreDaniel Stenberg2023-01-051-2/+2
* http_proxy: do not assign data->req.p.http use local copyDaniel Stenberg2023-01-054-33/+29
* quic: rename vquic implementations, fix for quiche build.Stefan Eissing2023-01-058-58/+52
* sectransp: fix for incomplete read/writesStefan Eissing2023-01-051-40/+88
* GHA: Hacktoberfest CI: Update deprecated 'set-output' commandandy59952023-01-051-2/+2
* scripts: set file mode +x on all perl and shell scriptsJay Satiro2023-01-0516-0/+0
* tool_operate: fix headerfile writingStefan Eissing2023-01-041-7/+8
* misc: reduce struct and struct field sizesDaniel Stenberg2023-01-0412-71/+82
* noproxy: support for space-separated names is deprecatedDaniel Stenberg2023-01-045-44/+88
* lib: fix typos in comments which repeat a wordAndrei Rybak2023-01-042-2/+2
* cmake: set SOVERSION also for macOSRadek Brich2023-01-031-0/+1
* http2: fix compiler warning due to uninitialized variableJay Satiro2023-01-031-1/+1
* cf-socket: keep sockaddr local in the socket filtersStefan Eissing2023-01-038-140/+174