Search
Items tagged with: cURL
curlhacker - Twitch
I'm Daniel Stenberg, maintainer and lead developer in the curl project. I stream curl related stuff. Release presentations, curl development and related topics.Twitch
The top #curl sponsors September 2024:
Haxx, wolfSSL, Fastly, TeamViewer, GitHub, IBB, Kirei, elastic
Thank you!
Interesting episode of Focus On Linux on the #SovereignTechFund (@sovtechfund) with Daniel Stenberg (@bagder), who talks about how #Curl has been funded by the STF.
#curl provides this listing and collection of ALL past security vulnerabilities at curl.se/docs/security.html
I claim that curl does this better than, yeah, just about all other projects. Because we put a lot of effort into it. Because we believe our users deserve it.
#curl 8.10.0 is here. A larger update than in a while.
daniel.haxx.se/blog/2024/09/11…
At 08:00 UTC the curl release presentation is live-streamed here: twitch.tv/curlhacker
curlhacker - Twitch
I'm Daniel Stenberg, maintainer and lead developer in the curl project. I stream curl related stuff. Release presentations, curl development and related topics.Twitch
The graph of number of graphs and plots on the #curl dashboard
(no it does not include itself because this graph is not present on the dashboard)
Over time, how many lines have been added to the #curl product source code compared to how many lines are still present?
Turns out the factor is about 3. Over time, we have added 3 times the number of lines than currently present.
(a changed line is an added line and one removed)
I made the #curl manpages on the website show the examples snippets using a grey background to "stand out" a little better:
It made me spot that they often get a leading blank line so now I have a pending PR to fix that as well...
share: don't reinitialize conncache by ericnorris · Pull Request #14696 · curl/curl
Recently I was messing around with the idea of enabling persistent Curl_share structs in PHP, i.e. to be able to reuse the same instance of the struct across multiple requests in a single mod_php w...GitHub
GHA/macos: enable HTTPS tests with stunnel by AkiSakurai · Pull Request #14486 · curl/curl
Install Stunnel. Regenerate Certificates (as SecureTransport requires a validity period less than 398 days). Restart Server if It Is Unresponsive. Do Not Hardcode the SHA-256 Base64 Public Pi...GitHub
docs: Clarify OpenSSF Best Practices vs Scorecard by cpswan · Pull Request #14635 · curl/curl
#14319 introduced a section to SECURITY.md titled OpenSSF Scorecard that actually documents OpenSSF Best Practices (Scorecard is a different OpenSSF project, that incorporates Best Practices, but i...GitHub
and here I get into a discussion about why we don't show off the "OpenSSF scorecard" in #curl
(tldr: it's wrong)
github.com/curl/curl/discussio…
Scorecard integration from Open Source Security Foundation · curl curl · Discussion #12609
Hi, Me and a group of friends want to participate in the "Secure Open Source Rewards (SOS)" program from the Open Source Security Foundation. All of us are newbies in the open source comunity contr...GitHub
option CURLOPT_TCP_KEEPALIVE doesn't work with new version · Issue #14368 · curl/curl
I did this I use curl to request to a php web api. The PHP server will take a long time to answer the request ,like 600 seconds.So,I need to keep alive to wait the reply. Old version 7.65.3 works w...GitHub
"a filename when none exists"
Starting in #curl 8.10.0, curl works a little harder to come up with a filename to store the download in when -O is used.