Items tagged with: curl

Search

Items tagged with: curl


#curl


#curl


#curl


"Three generations in my family have used and loved #curl! That’s the kind of reliability you don’t see often in software." / Kalyani Pawar

💚

#curl


#curl


say hello to #curl's 268th command line option --upload-flags (just merged in master)

Use it to set properties for your IMAP upload: answered, deleted, draft, flagged, or seen

#curl


#curl


#curl


I honestly cannot quite grasp that in 16 days #curl turns twenty-seven years old. 27. Years.

I was not even 27 when it was born.

#curl


I'm sensing strong renewed anti-GitHub sentiments among my (non-US based) peers these days as the US is seemingly in a free-fall towards chaos.

We will of course keep prioritizing security and safety for the #curl project and its contributors and will act immediately if the signs tell us we should.

#curl


Ten years ago on this day we went full GitHub model in #curl: pull-request style development. We have since handled over 10,700 PRs in an increasing amount of activity.

daniel.haxx.se/blog/2015/03/03…

#curl


@thomas_klopf sometimes you must really want to get something done and put in the extra effort to make sure it happens. Being captain of the #curl ship takes me to many such places...


Today is also two years since "the nuget story" where I struggled to get a ten year old and vulnerable #curl version delisted:

daniel.haxx.se/blog/2023/03/02…

#curl



#curl


#curl


#curl


#curl


One of the challenges with supporting 28 protocols in #curl is that people expect me to know all these protocols. - I do, but to varying degrees.
#curl


#curl


I think #curl needs a few minor tweaks to support this really well...
#curl


#curl


#curl


#curl


If you use a curl built with GnuTLS (debian sid, for example), specifying --ciphers now does nothing.

But some people have need of that option to work. Here you can chime in on how it should be supported:

github.com/curl/curl/discussio…
#curl

#curl


@wolf480pl I'm neutral on this. I'm mostly observing and thinking about how this will/should impact #curl if it gets adopted for real.


#curl


#curl


#curl


For your amusement, let me quote a selected phrase from a #curl related hackerone comment I just submitted.

"IT IS AND WAS NOT A SECURITY PROBLEM. You are still wasting our time."

(The reporter reported he could access the git repository using .git on the curl.dev site. A static site with a public git repository. Shocking.)

Sorry, but sometimes things need to be said using all caps.

#curl


Sunday surprise!

A friend of mine found an old email from me dated January 17 1997

Attached in this mail was the #httpget 0.2 source code. Previously believed to be lost, now the oldest httpget code I have.

165 lines long. 110 lines code, 30 lines comments, 25 blank lines.

This morning, #curl was 174,854 lines of code, not counting blank lines but comments.

1248 times larger over 28 years.


#curl


#curl


Sometimes people think #curl is a simple little HTTP tool, while in reality there's a whole internet transfer machine in there supporting 28 protocols.
#curl


Daniel shows off the plumbing, related scripts and how to keep the #curl RELEASE-NOTES file in sync during development so that it is ready and in good shape at release time.

youtu.be/sElmQtHoo5Y

#curl


Wait, what? 😯

#curl can send email? Damn... @bagder I'm impressed (not that I didn't expected that), curl just keeps on giving. 😁

curl --url "smtp://$SMTP_SERVER:$SMTP_PORT" \
--ssl-reqd \
--mail-from "$SMTP_USER" \
--mail-rcpt "$EMAIL" \
--upload-file "$LOG_FILE" \
--user "$SMTP_USER:$SMTP_PASSWORD" \
--insecure