summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* RELEASE-NOTES: syncedDaniel Stenberg2023-01-031-8/+50
* runtests: consider warnings fatal and error on themDaniel Stenberg2023-01-031-1/+2
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031856-2042/+1962
* docs/DEPRECATE.md: deprecate gskitDaniel Stenberg2023-01-031-0/+12
* Revert "x509asn1: avoid freeing unallocated pointers"Daniel Stenberg2023-01-031-8/+9
* ngtcp2: fix the build without 'sendmsg'Daniel Stenberg2023-01-031-1/+0
* cmake: check for sendmsgDaniel Stenberg2023-01-031-0/+1
* runtest.pl: add expected fourth return valueTimmy Schierling2023-01-021-1/+1
* http2: when using printf %.*s, the length arg must be 'int'Daniel Stenberg2023-01-021-6/+6
* cfilters: check for NULL before using pointerDaniel Stenberg2023-01-021-2/+2
* http2: in connisdead check, attach the connection before readingDaniel Stenberg2023-01-021-1/+4
* Linux CI: update some dependecies to latest tagPhilip H2023-01-024-8/+8
* c-hyper: move down the Accept-Encoding header generationDaniel Stenberg2023-01-021-11/+11
* release-notes.pl: check fixes/closes lines betterDaniel Stenberg2023-01-021-6/+11
* test1560: use a UTF8-using locale when runDaniel Stenberg2023-01-021-0/+3
* cf-socket: fix build regressionDaniel Stenberg2023-01-021-2/+2
* examples: remove the curlgtk.c exampleDaniel Stenberg2023-01-022-121/+1
* docs: add link to GitHub Discussionsandy59952023-01-021-2/+4
* GHA: ignore changes to md files for most workflowsandy59952023-01-028-8/+40
* http: decode transfer encoding firstJosh Brobst2023-01-024-15/+239
* curl.h: mark CURLSSLBACKEND_MESALINK as deprecatedDaniel Stenberg2023-01-011-2/+2
* 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