Search
Items tagged with: Curl
Welcome to #curl up 2024 in Stockholm, May 4-5: github.com/curl/curl-up/wiki/2…
contributors, maintainers, fans
@bagder #curl credits on the original model of the PlayStation Vita (PCH-1000, 3G)
#psvita
Edit (big jpeg, less crop, orig. quality): i.slow.pics/QE9iamBf.jpg
my #curl credit collection got another car added today ... if you see curl credits on products not already shown here, send a screenshot my way!
SPONSORS: describe the basics by bagder · Pull Request #13119 · 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
GOVERNANCE: document the core team by bagder · Pull Request #13118 · 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
Next week we run the #curl distro discussion! If you work on #curl for a distro, we want you there!
github.com/curl/curl/wiki/curl…
curl distro discussion 2024
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...GitHub
On this day, twenty-four years ago, we shipped #curl 6.5 and introduced the -w / --write-out option.
Still today one of my favorite options.
Plans on dropping #curl #Windows x86 (32-bit) binaries
github.com/curl/curl-for-win/d…
Plans on dropping Windows x86 (32-bit) binaries · curl curl-for-win · Discussion #68
Opening this thread to discuss and schedule dropping 32-bit official Windows curl binaries, leaving x64 and ARM64. This would make development leaner, builds faster, scripts simpler. Non-Windows ta...GitHub
The #curl repo on #GitHub is now forked 6,000 times
GitHub - 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, T
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...GitHub
Time flies!
On this day ten years ago, I announced that #curl's HTTP/2 support started to become useful:
daniel.haxx.se/blog/2014/03/09…
the #Apple #curl #security incident 12604 - or why CA cert verification is unreliable with curl on apple OS
daniel.haxx.se/blog/2024/03/08…
Mastering the #curl command line has now been viewed 32,000 times
Mastering the curl command line with Daniel Stenberg
The slides = https://www.slideshare.net/DanielStenberg7/mastering-the-curl-command-linepdf0:00 Mastering the curl command line0:16 Daniel Stenberg0:36 curl s...YouTube
I recommend people avoid using #mbedTLS for #curl
github.com/curl/curl/pull/1307…
mbedtls: properly cleanup the thread-shared entropy by jay · Pull Request #13071 · curl/curl
Store the state of the thread-shared entropy for global init/cleanup. Use curl's thread support of mbedtls for all Windows builds instead of just when the threaded resolver is used via USE_THREAD...GitHub
On this day, twenty-two years ago, we shipped #curl 7.9.5 which introduced CURLOPT_PREQUOTE and the %{content_type} variable for -w - among other things.
Add USE_OPENSSL_QUIC for cmake by talregev · Pull Request #13034 · curl/curl
Fix #12988 Add USE_OPENSSL_QUIC for cmakeGitHub
Fix smtp starttls by Flakebi · Pull Request #13048 · curl/curl
In cases where the connection was fast, curl sometimes failed to open a connection. This fixes a regression of c2d9736. The regression triggered in these steps: Create an smtp connection Use ST...GitHub
We first made the #curl build use #nroff for building the hugehelp file in December 1998, for curl 5.2. This makes "curl -M" work.
Now, I'm working on a change that finally removes nroff from the curl build process: github.com/curl/curl/pull/1304…
docs: ascii version of manpage without nroff by bagder · Pull Request #13047 · curl/curl
create ascii version of the manpage without nroff build src/tool_hugegelp.c from the ascii manpage move the the manpage and the ascii version build to docs/cmdline-opts remove all use of nroff fro...GitHub
The best way to truly support my work on #curl, is to make your company pay for a support contract: curl.se/support.html
I work full time on #curl for wolfSSL. Support customers make me get paychecks. Paychecks let me buy food. Food makes my family happy. A happy family lets me do more #curl. More #curl benefits ... well, you.
For the #curl distro discussion 2024 (github.com/curl/curl/wiki/curl…) we have confirmed intended attendance by people packaging curl for Debian, Mageia, RHEL/Fedora, Windows 10/11, MacPorts, Homebrew, Yocto Project and AlmaLinux
I'm thrilled!
curl distro discussion 2024
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...GitHub
fopen: fix narrowing conversion warning on 32-bit Android by kiefer-andreas · Pull Request #12998 · curl/curl
This was fixed in commit 06dc599, but came back in commit 03cb1ff. When building for 32-bit ARM or x86 Android, st_mode is defined as unsigned int instead of mode_t, resulting in a -Wimplicit-int-c...GitHub
lib: initialize output pointers to NULL before calling strto[ff,l,ul] by Ne02ptzero · Pull Request #12995 · curl/curl
In order to make MSAN happy: ==2200945==WARNING: MemorySanitizer: use-of-uninitialized-value #0 0x596f3b3ed246 in curlx_strtoofft [...]/libcurl/src/lib/strtoofft.c:239:11 #1 0x596f3b402156 in Curl_...GitHub
Port to librustls 0.12.0 by kpcyrd · Pull Request #12989 · curl/curl
Resolves #12737, relates to rustls/rustls-ffi#384. I've tried to port this as literal as possible, then slightly restructured it since both the ca_info_blob branch and the ssl_cafile branch started...GitHub
Performed by Trail of Bits. They found things to fix but nothing critical and no security flaws.
daniel.haxx.se/blog/2024/02/23…
#curl comes post-quantum prepared. All you need is a TLS library setup for it (for example #wolfSSL). I explained this already in 2021:
daniel.haxx.se/blog/2021/10/04…
I have a hard time understanding what this graph actually shows or which point it proves.
Naturally with many new contributors the average numbers per contributor decreases.
To prove your claim wouldn't you share a graph of total LOC versus number of contributors? For #curl I believe the contributor counts grows faster than the codebase.
In the #curl project, we are picking up new commit authors and contributors to the project faster than the code base is growing...
Yes, here's a new graph!
Lines of code per author + contributor
broom not included curling the modern way with Daniel Stenberg
Everyone uses curl, the Swiss army knife of Internet transfers. Earlier this year we celebrated curl's 25th birthday, and while this tool has provided a soli...YouTube