Search
Items tagged with: Curl
You asked, I heard you. #curl --resolve with wildcard support for port number:
github.com/curl/curl/pull/1398…
Let's you do this to redirect all host names against all ports used in the cmdline to 127.0.0.1:
curl --resolve *:*:127.0.0.1 example.com
CURLOPT_RESOLVE: support "*" for port number by bagder · Pull Request #13984 · curl/curl
Allow resolves for a hostname independent of port number, to a fixed address. Resolves to a fixed port number have priority. Also works if the hostname itself is using "*" to catch all hostnames. A...GitHub
Do you think we should create --show-headers the new name (alias) for #curl's --include option, to make it easier to remember and know what it does?
github.com/curl/curl/pull/1398…
tool_getparam: make --show-headers the same as --include by bagder · Pull Request #13987 · curl/curl
Simply a name alias that better explains what the option does.GitHub
Do you think #curl -O on a URL that ends with a trailing slash should pick a default file name to save the content in ?
github.com/curl/curl/pull/1398…
tool_operate: for -O, use "default" as filename when the URL has none by bagder · Pull Request #13988 · curl/curl
Instead of returning error. Add test 690 to verifyGitHub
🎉 New episode of Changelog & Friends!
@bagder shares his guiding principles for BDFL’ing curl, gives us his perspective on the state of the internet, talks financial independence, ensuring curl won’t be the next XZ & more!
🎧 changelog.com/friends/49 #curl #podcast
Where DOESN’T curl run with curl BDFL Daniel Stenberg (Changelog & Friends #49)
Daniel Stenberg shares his guiding principles for BDFL’ing curl, gives us his perspective on the state of the internet, talks financial independence, ensuring curl won’t be the next XZ & more!Changelog
#curl is now in feature freeze now for 8.9.0 curl.se/mail/lib-2024-06/0051.…
Pending release notes: curl.se/dev/release-notes.html
MQTT in #Xojo
We can use our #RabbitMQ plugin/classes to connect to RabbitMQ server with MQTT Plugin.
Or use #CURL functions to connect directly to MQTT server and post new messages and subscribe to a topic.
Great way to automate something.
mbsplugins.de/archive/2024-06-…
Newly disclosed (and dismissed) #curl vulnerability reports
"HTTP headers eat all memory:"
hackerone.com/reports/2552192
"Incorrect conversion in hostname"
hackerone.com/reports/2552179
"Unicode-to-ASCII conversion in cmdlines on Windows lead to argument injection"
hackerone.com/reports/2550951
Transparency baby.
curl disclosed on HackerOne: Unicode-to-ASCII conversion on Windows...
Hello cURL team, I am splitline from DEVCORE Research Team. We recently found a vulnerability on cURL. We have reproduced the issues in the latest version of cURL (curl-8.8.0_1) and would like to...HackerOne
Next bike-shed opportunity in #curl: should it special case the .i2p TLD (as well)?
github.com/curl/curl/discussio…
Curl leaks .i2p hostnames in DNS · curl curl · Discussion #13964
Hello, I recently read the blog entry about curl no longer leaking .onion domains into the DNS, which is great. However, curl still leaks .i2p domains. Like Tor, I2P is a "darknet" or overlay netwo...GitHub
I started a discussion (well, Friday afternoons are good for those) on the possiblity/benefits of a 'curl-agent'.
github.com/curl/curl/discussio…
#curl
curl-agent/curl-add idea · curl curl · Discussion #13954
This is an idea about using a resident agent to hold information where curl can store/retrieve information that is relevant for transfers. This should similar to ssh-agent (or maybe even use that, ...GitHub
Issues · curl/everything-curl
The book documenting the curl project, the curl tool, libcurl and more. Simply put: everything curl. - Issues · curl/everything-curlGitHub
The #curl website has been hosted by #Fastly CDN for over seven years now. I cannot ask for a better service and a friendlier company to help us.
Starting now they offer a free tier. fastly.com/pricing/
Here's my blog post from seven years ago: daniel.haxx.se/blog/2017/05/02…
On this day, exactly four years ago, #curl celebrated getting its 800th commit author.
Since then, 478 additional authors have contributed to the project. A 60% author growth in just four years.
The old blog post: daniel.haxx.se/blog/2020/06/12…
curl: support VLAN Priority: --vlan-priority by orgads · Pull Request #13907 · curl/curl
Add --vlan-priority option to the command line tool for setting VLAN priority.GitHub
pytest: include testenv/vsftpd.py in dist tarball by guilherme-puida · Pull Request #13918 · curl/curl
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
#curl now has 261 command line options, as --ip-tos and --mptcp were added for the pending 8.9.0 release:
Would you like a "num_retries" variable for #curl's --write-out format?
github.com/curl/curl/discussio…
num_retries variable for --write-out format · curl curl · Discussion #13901
It would be nice to expose the number of --retry retries that were required to complete a request: curl --retry 5 --retry-delay 2 --silent --write-out '%{num_retries} attempts\n' https://unreliable...GitHub
Support IP Type of Service: --ip-tos by orgads · Pull Request #13606 · curl/curl
Add --ip-tos option to the command line tool for setting TOS for IPv4 or Traffic Class for IPv6.GitHub
socket: add MPTCP support by CrapsDorian · Pull Request #13278 · curl/curl
Multipath TCP (MPTCP), standardized in RFC8684 [1], is a TCP extension that enables a TCP connection to use different paths. Multipath TCP has been used for several use cases. On smartphones, MPTCP...GitHub
Some of the emails I get are truly sad reflections of the complicated and rather sorry state of things we are in. Like this.
(also, apparently #curl is used in another popular game)
"Rainbow 6 Siege Activation issue"
Update request.md by leeli0 · Pull Request #13854 · curl/curl
improved for better readability and correctnessGitHub
dragonfly: change tcp keepalive options from ms to seconds by panjf2000 · Pull Request #13848 · curl/curl
DragonFly BSD changed the time unit for TCP keep-alive from milliseconds to seconds since v5.8, thus setting the keepalive options with milliseconds with curl/libcurl will result in unexpected beha...GitHub
Because I was reminded. Remember when PowerShell went Open Source eight years ago and I submitted a PR the next day proposing to remove the #curl alias?
There is always another windmill to fight!
It works! After various modifications on Winsock2 and curl itself, #curl 8.4.0 can run on Windows NT 3.51!
I will release the source for both of them soon
Why is #curl with #openssl + #nghttp3 still experimental?
github.com/curl/curl/discussio…
Why openssl + nghttp3 is still experimental? · curl curl · Discussion #13820
Why openssl + nghttp3 is still experimental?GitHub