Say goodbye to test certificate blobs in the #curl source repo: https://github.com/curl/curl/pull/16824
Say goodbye to test certificate blobs in the #curl source repo: https://github.com/curl/curl/pull/16824
63 days since the last confirmed #curl vulnerability report.
Can you reset the counter?
Six days to the next #curl release.
The fine folks at BSD Now [1] stumbled across my post uploading a message to an IMAP server with #curl [2]
BTW, I spent an hour or two with Benedict at CLT2025 on the weekend, and an idea for a talk we might do together one day was born ... #secret
[1] https://www.bsdnow.tv/599
[2] https://jpmens.net/2025/01/23/uploading-a-message-to-an-imap-server-using-curl/
You can help #curl by testing this final release candidate, rc3, before the real release happens next week:
Fellow #curl enthusiast! Registration for curl up 2025 is open: https://github.com/curl/curl-up/wiki/2025
how to do a #curl release has been viewed 27K times!
Welcome Dave Nicolson as #curl commit author 1357: https://github.com/curl/curl/pull/16751
A very common email reply to me:
"#curl is not deemed important enough for a support deal. I will instead submit a public issue/discussion item about [the discussed matter]"
Welcome Weng Xuetian as #curl commit author 1356: https://github.com/curl/curl/issues/16799
Two years ago we introduced the #libcurl header API, which also made it easier to extract headers with the #curl tool:
https://daniel.haxx.se/blog/2022/03/24/easier-header-picking-with-curl/
@byte @bagder not without a lot of pain; but this works:
curl --http0.9 http://irc.libera.chat:6667 -X $'USER curl 0 * :curl\nNICK curl_'$RANDOM$'\nJOIN #curl\nPRIVMSG #curl :this was sent from curl!' -v
On this day twenty-seven years ago, I released the first #curl version. I called it 4.0 as I kept the versioning from the previous names.
You can use curl to download files in your terminal if you don't have a proper browser.
```
# -k equals --insecure, -o equals --output
curl -k -o "filename-you-want-to-save" "url you want to download"
# for example
curl -ko "stackoverflow.html" "https://stackoverflow.com/questions/75612763/downloading-files-with-curl"
```
European Open Source Academy member, @bagder Stenberg, joined the latest episode of Security Weekly Productions, discussing how Curl and #libcurl have maintained security and reliability over decades.
A must-listen for #developers and #cybersecurity enthusiasts!
Libcurl (https://curl.se/libcurl/c/) is #OOP (Option Oriented Programming). Just 219 options.