| commit | 2d94439eaa8da4fe11f99872a8b44087f74f88b0 | [log] [tgz] |
|---|---|---|
| author | Viktor Szakats <commit@vsz.me> | Thu Mar 06 00:17:08 2025 +0100 |
| committer | Viktor Szakats <commit@vsz.me> | Thu Mar 06 20:33:43 2025 +0100 |
| tree | eeda39d7c719b8087c8731917aab647a2145f426 | |
| parent | 9463769f2e2dba9eeff554a88e5df5195d2c774b [diff] |
sectransp: add support for HTTP/2 in gcc builds Before this patch `--http2` did not work in gcc builds with Secure Transport, because ALPN relied on a compiler supporting the `HAVE_BUILTIN_AVAILABLE` aka `__builtin_available()` feature. This is clang-specific and missing from gcc (as of gcc v14). Add support for ALPN and HTTP/2 when this compiler feature is missing. Also drop test exceptions from GHA/macos in CI. Follow-up to 092f6815c808489f1cea3df8449e16dff2c35e6b Ref: c349bd668c91f2484ae21c0f361ddf497143093c #14097 (issue 15.) Ref: #4314 Closes #16581
curl is a command-line tool for transferring data specified with URL syntax. Learn how to use curl by reading the manpage or everything curl.
Find out how to install curl by reading the INSTALL document.
libcurl is the library curl is using to do its job. It is readily available to be used by your software. Read the libcurl manpage to learn how.
curl is Open Source and is distributed under an MIT-like license.
Contact us on a suitable mailing list or use GitHub issues/ pull requests/ discussions.
All contributors to the project are listed in the THANKS document.
For commercial support, maybe private and dedicated help with your problems or applications using (lib)curl visit the support page.
Visit the curl website for the latest news and downloads.
Download the latest source from the Git server:
git clone https://github.com/curl/curl.git
Report suspected security problems via our HackerOne page and not in public.
curl contains pieces of source code that is Copyright (c) 1998, 1999 Kungliga Tekniska Högskolan. This notice is included here to comply with the distribution terms.
Thank you to all our backers 🙏 Become a backer.
Support this project by becoming a sponsor.