#Todayilearned that #curl has a --resolve option. Helped me a lot when debugging ingress on a docker swarm cluster.
> curl example.com --resolve www.example.com:80:127.0.0.1
will call port 80 on localhost instead of the public IP of www.example.com
#Todayilearned that #curl has a --resolve option. Helped me a lot when debugging ingress on a docker swarm cluster.
> curl example.com --resolve www.example.com:80:127.0.0.1
will call port 80 on localhost instead of the public IP of www.example.com
Building for multilib failed, as the compiler command contains an extra argument. That needs quoting. Fixes #11179 Fixes b78ca50GitHub
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
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
If you and your company use #curl or libcurl, consider a support contract with me to get that smooth uninterrupted and optimized use of it.
This was already done for the poll() and select() calls made directly from Curl_poll(), but was missed in Curl_wait_ms(), which is called when there are no fds to wait on. Fixes #11135GitHub
This works around #11138, by doubling the limit, and should be a relatively safe fix. Ideally the buffer would grow as needed and there would be no need for a limit? But that might be follow-up mat...GitHub
refer to: https://github.com/axmolengine/buildware/actions/runs/5005991548/jobs/8970680345#step:3:15358GitHub
Similar to #9561, move easy_lock.h above curl_memory.h to fix building against musl libc.GitHub
Age of #curl vulnerabilities.
Q: How long did they exist in code until fixed?
A: more than 3,000 days on (all time) average
4 changes4 vulnerabilities fixed185 bugfixesDaniel walks through the main things to know and learn about this 217th curl release.YouTube
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
#curl 8.1.0 is released. 4 vulnerabilities are fixed, 4 changes are added, 185 bugs are fixed. Credited to 64 contributors.
Update --aws-sigv4 command line option example to include explicit us in region identifier aws:amz:east-2:es -> aws:amz:us-east-2:es List of supported regions: https://docs.aws.amazon.com/AWSEC2/l...GitHub
This set of changes provides support to configure the libssh2 read timeout, capability for which was introduced in libssh2/libssh2#892 and it is estimated will be released with libssh2 version 1.11...GitHub
When I ran ./configure I received the following error: configure: error: select TLS backend(s) or disable TLS with --without-ssl. Select from these: --with-amissl --with-bearssl --with-gnut...GitHub
The documentation for response_code in the manual states (emphasis mine): The numerical response code that was found in the last transfer (formerly known as "http_code"). This suggests that respo...GitHub
parseurlandfillconn() runs before parse_connect_to_slist() (which is where conn->bits.conn_to_host is set), so checking conn->bits.conn_to_host in parseurlandfillconn() would always be FALSE, and h...GitHub
One year CURL sponsor
We are happy to sponsor the #CURL project for a year now. And maybe your company could also find and support an open source project?
In the #curl project, we have no official "mission" or "values". I don't see the need.
(but you can give feedback to OpenSSL's here: openssl.org/blog/blog/2023/05/…)
OpenSSL would like to thank everyone who has provided feedback on our draft mission & values statement. The response has been great, and the …www.openssl.org
cURL + Cloudflare = Information leak - But why? To be honest, I really don't know. But I'm pretty sure, it will be figured out. I created a few unique URLs for my specific friends only.www.sami-lehtinen.net
Windows users will be Windows users and sometimes that means deleting things that shouldn't be deleted and basically ruining the operating system, such as de...YouTube
Change Line Range - 21 to 27 PROPOSED CHANGE ONE: Changed the description of an example in the "Simple Usage" section on line 21. The command original returned all matches for "curl" and did not r...GitHub