Search
Items tagged with: cURL
Document default `User-Agent` by br3ndonland · Pull Request #15608 · curl/curl
Description curl offers a --user-agent option for modifying the User-Agent header supplied in its requests. The man page section for this option explains how to use the --user-agent option, but doe...GitHub
Geeks of Mastodon, C writers and API whisperers, are you bored and without a short project?
I would love for #CURL to be able to list Samba directories. Last year I made a PR allowing for local directories listing and wanted to do the the same for smb, but without success. I think succeeding requires knowledge of Windows APIs.
I can provide some help getting it merged.
This is where I got stuck: github.com/colinleroy/curl/com…
(the magic should happen in smb_send_open_directory)
Skeleton for SMB directory listing · colinleroy/curl@b27c3d8
A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS…GitHub
Ten years ago I explained why #curl defaults to stdout:
daniel.haxx.se/blog/2014/11/17…
Why curl defaults to stdout
(Recap: I founded the curl project, I am still the lead developer and maintainer) When asking curl to get a URL it'll send the output to stdout by default.daniel.haxx.se
Nine years ago I found out a #windows malware downloaded #curl from the curl website in order to spread itself...
daniel.haxx.se/blog/2015/11/16…
The most popular curl download – by a malware
During October 2015 the curl web site sent out 1127 gigabytes of data. This was the first time we crossed the terabyte limit within a single month.daniel.haxx.se
Docs: Add result code on prereqfunction failure by oantby · Pull Request #15542 · curl/curl
Pretty trivial change, but I had to search the code (or just try it out) to find the answer to this, so I figure someone else will have to at some point, too. Most (all?) other callbacks that can a...GitHub
It all started on November 11, 1996:
everything.curl.dev/project/st…
#curl
How it started - everything curl
everything there is to know about curl, libcurl and the cURL projecteverything.curl.dev
nghttp2: use custom memory functions by eeverettrbx · Pull Request #15527 · curl/curl
Provide libcurl's memory functions as callbacks to replace nghttp2's own memory functions. This allows custom memory callbacks provided by users of libcurl to be used by nghttp2 as well.GitHub
#curl is now officially running more than 200 CI jobs per PR.
Most of them run about 2000 tests each.
Almost 400K test runs in total.
#humans make me sad.
#CURL is my lovely gem, a masterpiece they ever created, but what do I see on their documentation pages? This:
CURLcode res = ...
if(!res) {
...
That's how they check for success, meow.
On, no. Meow! Meow! Meow!
And this does not discourage humans to write such posts
daniel.haxx.se/blog/2021/09/27…
where they say common failures are:
1. Skipping the documentation!
2. Failure to check return codes
meow ((((
Common mistakes when using libcurl
I've been traveling this road for a while. Here's my collection of 15 of the most common mistakes and issues people will run into when writing applications and services that use libcurl.daniel.haxx.se
#slowember is coming
I will travel three weeks this month making me (much) slower than usual this period.
This affects my ability to do a quick patch release for #curl, so we might ship one on December 11 instead: curl.se/mail/lib-2024-11/0019.…
Fixing HTTP content decoding enabled (broken in commit 30da1f5) by jmalopoy · Pull Request #15510 · curl/curl
Hi I found the logic handling CURLOPT_HTTP_CONTENT_DECODING was broken in setopt: split Curl_vsetopt() into several sub functions. This PR should fix itGitHub
FLOSS Weekly Episode 808: #curl
Me. Blabbing. Again.
hackaday.com/2024/11/06/floss-…
FLOSS Weekly Episode 808: Curl – Gotta Download ’em All
This week, Jonathan Bennett and Randal Schwartz chat with Daniel Stenberg about curl! How many curl installs are there?! What’s the deal with CVEs? How has curl managed to not break its ABI f…Hackaday
Rock-solid #curl: long-term support releases
daniel.haxx.se/blog/2024/11/07…
Rock-solid curl
I am thrilled to announce: Rock-Solid curl: long term supported curl releases Basics We make long term support releases of curl that we call Rock-solid curl. We support each release branch for at least five years.daniel.haxx.se
curl disclosed on HackerOne: CVE-2024-9681: HSTS subdomain...
## Summary: Suppose my HSTS cache file has the following content: ``` .domain.com "20241107 01:02:03" .sub.domain.com "unlimited" ``` Now, I connect to https://sub.domain.com/. Suppose this domain...HackerOne
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
Let me introduce you to my new friend #curl 8.11.0
One vulnerability fixed, five changes, 266 bugfixes.
daniel.haxx.se/blog/2024/11/06…
curl 8.11.0
curl 8.11.0 is released, featuring one security fix, five changes and 265 bugfixes.daniel.haxx.se
@bagder wanted to check if there is any option/tool that you are aware of that will allow me to filter out ads from a page when downloading it using curl. (Similar functionality to how uBlock Origin works for a browser.
Tried searching on the net but didn't find anything relevant.
If this Election Day thing is a huge success, maybe we should prepare two release versions where people can vote on?
One with increased stability and performance. One that deletes all files from previous versions and tries to occupy all memory.
We should not be making those decisions for you!
#curl
Hey,
#curl -v google.com as a metal song is a must see and hear experience. A masterpiece. I just love it.
youtube.com/watch?v=atcqMWqB3h…
curl -v google.com
The little men in your computer do this every time you open google.com0:00 Shell0:11 DNS Lookup0:21 TCP Connect0:30 TLS Negotiation1:14 Guitar Solo1:23 X509 ...YouTube
Support operating systems with only getaddrinfo(3) by sortie · Pull Request #15475 · curl/curl
The gethostbyname(3) family was removed in POSIX-1.2008 in favor of getaddrinfo(3) introduced in POSIX-1.2001. Modern POSIX systems such as Sortix does not have gethostbyname nor the related defini...GitHub
everything.curl.dev/usingcurl/…
TELNET - everything curl
everything there is to know about curl, libcurl and the cURL projecteverything.curl.dev
#curl source code age
daniel.haxx.se/blog/2024/10/31…
(what happened live here on mastodon converted into a blog post)
curl source code age
In every software project that has been around for a while there is of course newer code and older code.daniel.haxx.se
#curl source code age, raw line numbers
Next I'll see if I can make a version where the early code stays at the bottom of the graph.
#curl source code age (take 2)
How large share of the code was written after a certain date, over time.
mqtt: Fixed mqtt.md wording and added clearer explanation. by Marwan141 · Pull Request #15451 · curl/curl
Some of the wording in the MQTT.md file was confusing in terms of how the commands were used and what they did, so I cleared up some of the wording to better explain the use case of each command.GitHub