Search
Items tagged with: Curl
HTTP: fix empty-body warning by Gottox · Pull Request #12262 · curl/curl
This change fixes a compiler warning with gcc-12.2.0 when -DCURL_DISABLE_BEARER_AUTH=ON is used. /home/tox/src/curl/lib/http.c: In function 'Curl_http_input_auth': /home/tox/src/curl/lib/http.c:114...GitHub
http_aws_sigv4: canonicalise valueless query params by hjmallon · Pull Request #12244 · curl/curl
Query params with ?novalparam (i.e. no =) need to be given an empty value while canonicalising From https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-header-based-auth.html When a request targ...GitHub
add supported version for the json write-out by boilingoden · Pull Request #12266 · curl/curl
xref: https://curl.se/changes.html#7_70_0 related issue: #6844GitHub
and hey, look at this:
HTTP3: ngtcp2 builds are no longer experimental
One step closer to HTTP/3 support in shipped #curl binaries.
github.com/curl/curl/pull/1223…
HTTP3: ngtcp2 builds are no longer experimental by bagder · Pull Request #12235 · curl/curl
The other HTTP/3 backends are still experimental.GitHub
wolfssl: add default case for wolfssl_connect_step1 switch by kareem-wolfssl · Pull Request #12218 · curl/curl
Fixes ZD#16824. Customer is using a strict compiler which requires default cases for all switch statements.GitHub
Starting soon, you might need Windows XP or later to run #curl on Windows... Yes, the XP that was introduced in 2001.
github.com/curl/curl/pull/1222…
build: require Windows XP or newer by vszakats · Pull Request #12225 · curl/curl
After this patch we assume availability of getaddrinfo and freeaddrinfo, first introduced in Windows XP. Meaning curl now requires building for Windows XP as a minimum. TODO: assume these also in a...GitHub
"mastering the #curl command line" has been viewed 12,000 times in less than two months.
Mastering the curl command line with Daniel Stenberg
The slides = https://www.slideshare.net/DanielStenberg7/mastering-the-curl-command-linepdf0:00 Mastering the curl command line0:16 Daniel Stenberg0:36 curl s...YouTube
support Linux and macOS curl binaries by vszakats · Pull Request #53 · curl/curl-for-win
Add the ability to create Linux and macOS binaries. We are keeping the name curl-for-win though. Non-Windows binaries are experimental at this point and they are not official curl binaries for thes...GitHub
OpenSSL: Include SIG and KEM algorithms in verbose by ajbozarth · Pull Request #12030 · curl/curl
Currently the verbose output does not include which algorithms are used for the signature and key exchange when using OpenSSL. Including the algorithms used will enable better debugging when workin...GitHub
BINDINGS: add V binding by ttytm · Pull Request #12182 · curl/curl
Astonishing how good libcurl works. Thanks a lot for the work that so many projects can build on. The PR adds a link to a V request lib that uses libcurl.GitHub
in the #curl project, we have already done more commits in 2023 than any single previous year since 2014. If we manage 152 more commits this year, 2023 will become the most-commits year since 2004, which remains our top year with 2102 commits in a single year.
Things you figure out when you have graphs.
docs: fix function typo in curl_easy_option_next.3 by rilysh · Pull Request #12170 · curl/curl
Hello, When I was reading libcurl docs, I noticed that there's a minor mistake in the curl_easy_option_next example manpage. In that specific example, curl_easy_option_by_next() has been used, howe...GitHub
Brodie speaks up about the AI generated security report crap the #curl project received recently, and I think he does it nicely.
youtu.be/r0-tKuoiagY?si=QjxaFt…
CURL Project Trolled By Fake AI Bug Report
When you're a project as big as curl sometimes you get some weird bug report and recently Daniel Stenberg got a completely AI generated made up report, pleas...YouTube
PlayStation doesn't have getenv() by fffaraz · Pull Request #12140 · curl/curl
Build fails on PlayStation since it doesn't have getenv()GitHub
On this day, six years ago, I was awarded the Polhem Prize for my work on #curl - and went home with a gold medal that was handed to me by the King of Sweden. A night to remember.
Later this afternoon in #Stockholm I will blab #curl (again):
nordicapis.com/sessions/next-l…
Next Level Curl | Nordic APIs
During this talk, Daniel Stenberg will look at some of the most powerful and interesting additions to curl in recent years.Nordic APIs
We disclosed this #hackerone report against #curl when someone asked Bard to find a vulnerability, and it hallucinated together something:
curl disclosed on HackerOne: [Critical] Curl CVE-2023-38545...
## Summary: Curl CVE-2023-38545 vulnerability code changes are disclosed on the internet ## Steps To Reproduce: To replicate the issue, I have searched in the Bard about this vulnerability. It...HackerOne
Latest BASH (version 5.2) and CURL (version 8.4.0) is available for IBM i. 😍
Thank you, IBM!
As always update using yum or ACS.
BASH 5.2 release note: lists.gnu.org/archive/html/bas…
CURL 8.4.0 changelog: curl.se/changes.html#8_4_0
tool_operate: fix links in ipfs errors by lidel · Pull Request #12133 · curl/curl
This is a cosmetic fix of errors returned by cli tool (added in #8805) (URL fragment links generated from headers in https://curl.se/docs/ipfs.html are lowercase)GitHub
Added missing parameter 'lpNumberOfCharsWritten' for WriteConsoleW() by lordmulder · Pull Request #12130 · curl/curl
This is documented as "optional" by Microsoft, I know. But, apparently, this was not optional on older Windows versions! On those version, the function verifiably fails with error ERROR_INVALID_ACC...GitHub
docs/libcurl: fix three minor man page format mistakes by charles2910 · Pull Request #12126 · curl/curl
Hi there, After the last upload of curl to Debian (8.4.0), samueloph noticed some lintian warnings about the manpages: W: libcurl4-doc: groff-message troff::106: warning: macro '..'...GitHub
tool_getparam: Limit --rate to be smaller than number of ms by sohomdatta1 · Pull Request #12116 · curl/curl
Currently, curl allows users to specify absurd request rates that might be higher than the number of milliseconds in the unit (ex: curl --rate 3600050/h http://localhost:8080 does not error out des...GitHub
Good question.
The only person I know that is even remotely into that stuff may be @ncommander.
After all, #backporting #curl to legacy #FreeBSD sounds like the kind of #SoftwareGore and #DigitalMasochism he's likes to showcase on his #YouTube channel...
Anyone happen to know anything about #FreeBSD (legacy) header files and wants to help us out with a #curl build issue?
github.com/curl/curl/pull/1210…
curl.h: only include "osreldate.h" on pre v8 FreeBSD by bagder · Pull Request #12109 · curl/curl
Follow-up to b89789d. This header does not exist in all modern versions. Fixes #12107 Reported-by: Faraz FallahiGitHub
This week many engineering teams are looking for the immensely popular open source library 'curl' in order to get ahead of the CVE-2023-38545 vulnerability. Most of them are NOT going to see it in their SBOM even though they use it.
In this article I walk through why this is, places it might be hiding and questions to ask that can help uncover your use of it.
zebracatzebra.com/oss/curl-is-… #curl #sca #sbom
Curl is seen everywhere except your SBOM, why is it missing even though you use it?, Zebra Cat Zebra
What is curl? curl is an open source command line tool and embeddable library for transferring data over a network.Zebra Cat Zebra