Search
Items tagged with: cURL
On September 3 2013, "lib/http2.c" was created in the #curl repository and the first code was added into it.
Man did that break a lot of paradigms and caused challenges and problems for years to come!
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)
We are nine days from the pending next #curl release.
What to look forward to:
One CVE, sixteen changes and over 200 bugfixes.
I will run a #curl webinar on Thursday.
"mastering the curl command line"
daniel.haxx.se/blog/2024/09/02…
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.
daniel.haxx.se/blog/2024/08/19…
skip a #curl transfer
- If the target file already exists on disk, skip downloading it.
daniel.haxx.se/blog/2024/08/17…
Adds OpenSSF Scorecard documentation to `Security.md`. by vpetersson · Pull Request #14319 · curl/curl
As per our conversation today @bagder - adding the much deserved OpenSSF badge :)GitHub
I found the chosen colors hard to distinguish in the key section and map to the graphs.
#curl does actually get way more PRs than issues?!
The funding of critical open-source projects of our everyday lives has becond increasingly important. The Sovereign Tech Fund has set out to improve the situation with various programs that assist these projects as @polexa explains.
We're thrilled being joined by @bagder who shares his experiences with maintaining the #curl project and the STF.
🎧 focusonlinux.podigee.io/113-so…
Sovereign Tech Fund
If there is one thing that has become increasingly important in recent years, it is the funding of critical open-source projects that have long been part of our everyday lives.FOCUS ON: Linux
It is useful to understand how #curl connects to hosts. Happy Eyeballs style.
everything.curl.dev/usingcurl/…
Happy Eyeballs - everything curl
everything there is to know about curl, libcurl and the cURL projecteverything.curl.dev
spnego_gssapi: implement TLS channel bindings for openssl by Foorack · Pull Request #13098 · curl/curl
Channel Bindings are used to tie the session context to a specific TLS channel. This is to provide additional proof of valid identity, mitigating authentication relay attacks. Major web servers hav...GitHub
Daniel Stenberg on #curl's Journey: From C64 Demos to Internet Transfers. (I was on Nerding out with Viktor the other day.)
youtu.be/bTb_Rf_qkq8?si=63AvIc…
Daniel Stenberg on curl's Journey: From C64 Demos to Internet Transfers
Welcome to another exciting episode of "Nerding Out with Viktor!" Today, we have a very special guest, Daniel Stenberg, the founder of Curl. For those unfami...YouTube
In #curl 8.10.0, coming on September 11, 2024, we introduce support for -vv, -vvv and -vvvv
daniel.haxx.se/blog/2024/08/12…
(thanks to @icing)