Large commit — curl tool: use configuration files from lib dir...
More than 1000 lines of source code were added or removed in this commit.
In commit 919c97fa by Yang Tse on 2012-04-06 (about 1 month ago)
curl is a command line tool for transferring files with URL syntax, supporting FTP, FTPS, TFTP, HTTP, HTTPS, SCP, SFTP, TELNET, DICT, FILE, LDAP, POP3, IMAP, SMTP, GOPHER, RTMP and RTSP. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer resume, proxy tunneling and a busload of other useful tricks.
This project is managed by Daniel Stenberg.
Large commit — curl tool: use configuration files from lib dir...
More than 1000 lines of source code were added or removed in this commit.
In commit 919c97fa by Yang Tse on 2012-04-06 (about 1 month ago)
Ok, so here’s a little ego game. The rules are very simple: try to figure out all things I’ve written code in (to any noticeable degree) and count how many users the products that use such code might have. Then estimate the total amount of humans that may in fact use my code from time to time.
I’ve [...]
Starting in curl 7.26.0 (due to be released at the end of May 2012), we will shrink the User-agent: header that curl sends by default in HTTP(S) requests to something much shorter! I suspect that this will raise some eyebrows out there so even though I’ve emailed about it to the curl-users list before I [...]
Today I learned that Need for speed World (I first had to google what “NFS-world” actually means) uses curl when I received this email:
From: [removed]
Subject: NFS-world
I can not go into the game for 4 months my
Web scraping is a practice that is basically as old as the web. The desire to extract contents or to machine- generate things from what perhaps was primarily intended to be presented to a browser and to humans pops up all the time.
When I first created the first tool that would later turn into curl back in [...]
This story begins with a security flaw in OpenSSL. OpenSSL is truly a fundamental piece of software these days and I would go so far and say that lots of our critical infrastructure today is using it and needs it. Flaws in OpenSSL literally affect entire societies or at least risk doing so if the [...]