CINXE.COM

curl - History

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>curl - History</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> <link rel="stylesheet" type="text/css" href="/curl.css"> <link rel="shortcut icon" href="/favicon.ico"> <link rel="icon" href="/logo/curl-symbol.svg" type="image/svg+xml"> <link rel="alternate" type="application/rss+xml" title="cURL Releases" href="https://github.com/curl/curl/releases.atom"> </head> <body> <div class="main"> <div class="menu"> <a href="/docs/" class="menuitem" title="Documentation Overview">Docs Overview</a> <div class="dropdown"> <a class="dropbtn" href="/docs/projdocs.html">Project</a> <div class="dropdown-content"> <a href="/docs/bugbounty.html">Bug Bounty</a> <a href="/docs/bugs.html">Bug Report</a> <a href="/docs/code-of-conduct.html">Code of conduct</a> <a href="/docs/libs.html">Dependencies</a> <a href="/donation.html">Donate</a> <a href="/docs/faq.html">FAQ</a> <a href="/docs/features.html">Features</a> <a href="/docs/governance.html">Governance</a> <a href="/docs/history.html">History</a> <a href="/docs/install.html">Install</a> <a href="/docs/knownbugs.html">Known Bugs</a> <a href="/logo/">Logo</a> <a href="/docs/todo.html">TODO</a> <a href="/about.html">website Info</a> </div> </div> <div class="dropdown"> <a class="dropbtn" href="/docs/protdocs.html">Protocols</a> <div class="dropdown-content"> <a href="/docs/caextract.html">CA Extract</a> <a href="/docs/http-cookies.html">HTTP cookies</a> <a href="/docs/http3.html">HTTP/3</a> <a href="/docs/mqtt.html">MQTT</a> <a href="/docs/sslcerts.html">SSL certs</a> <a href="/docs/ssl-compared.html">SSL libs compared</a> <a href="/docs/url-syntax.html">URL syntax</a> <a href="/docs/websocket.html">WebSocket</a> </div> </div> <div class="dropdown"> <a class="dropbtn" href="/docs/reldocs.html">Releases</a> <div class="dropdown-content"> <a href="/ch/">Changelog</a> <a href="/docs/security.html">curl CVEs</a> <a href="/docs/releases.html">Release Table</a> <a href="/docs/versions.html">Version Numbering</a> <a href="/docs/vulnerabilities.html">Vulnerabilities</a> </div> </div> <div class="dropdown"> <a class="dropbtn" href="/docs/tooldocs.html">Tool</a> <div class="dropdown-content"> <a href="/docs/comparison-table.html">Comparison Table</a> <a href="/docs/manpage.html">curl man page</a> <a href="/docs/httpscripting.html">HTTP Scripting</a> <a href="/docs/mk-ca-bundle.html">mk-ca-bundle</a> <a href="/docs/tutorial.html">Tutorial</a> <a href="optionswhen.html">When options were added</a> </div> </div> <div class="dropdown"> <a class="dropbtn" href="/docs/whodocs.html">Who and Why</a> <div class="dropdown-content"> <a href="/docs/companies.html">Companies</a> <a href="/docs/copyright.html">Copyright</a> <a href="/sponsors.html">Sponsors</a> <a href="/docs/thanks.html">Thanks</a> <a href="/docs/thename.html">The name</a> </div> </div> </div> <div class="contents"> <div class="where"><a href="/">curl</a> / <a href="/docs/">Docs</a> / <a href="/docs/projdocs.html">Project</a> / <b>History of curl</b></div> <div class="relatedbox"> <b>Related:</b> <br><a href="/ch/">Changelog</a> <br><a href="todo.html">TODO</a> </div> <!-- Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. SPDX-License-Identifier: curl --> <h1 id="how-curl-became-like-this">How curl Became Like This</h1> <p>Towards the end of 1996, Daniel Stenberg was spending time writing an IRC bot for an Amiga related channel on EFnet. He then came up with the idea to make currency-exchange calculations available to Internet Relay Chat (IRC) users. All the necessary data were published on the Web; he just needed to automate their retrieval.</p> <h2 id="1996">1996</h2> <p>On November 11, 1996 the Brazilian developer Rafael Sagula wrote and released HttpGet version 0.1.</p> <p>Daniel extended this existing command-line open-source tool. After a few minor adjustments, it did just what he needed. The first release with Daniel's additions was 0.2, released on December 17, 1996. Daniel quickly became the new maintainer of the project.</p> <h2 id="1997">1997</h2> <p>HttpGet 0.3 was released in January 1997 and now it accepted HTTP URLs on the command line.</p> <p>HttpGet 1.0 was released on April 8 1997 with brand new HTTP proxy support.</p> <p>We soon found and fixed support for getting currencies over GOPHER. Once FTP download support was added, the name of the project was changed and urlget 2.0 was released in August 1997. The http-only days were already passed.</p> <p>Version 2.2 was released on August 14 1997 and introduced support to build for and run on Windows and Solaris.</p> <p>November 24 1997: Version 3.1 added FTP upload support.</p> <p>Version 3.5 added support for HTTP POST.</p> <h2 id="1998">1998</h2> <p>February 4: urlget 3.10</p> <p>February 9: urlget 3.11</p> <p>March 14: urlget 3.12 added proxy authentication.</p> <p>The project slowly grew bigger. With upload capabilities, the name was once again misleading and a second name change was made. On March 20, 1998 curl 4 was released. (The version numbering from the previous names was kept.)</p> <p>(Unrelated to this project a company called Curl Corporation registered a US trademark on the name "CURL" on May 18 1998. That company had then already registered the curl.com domain back in November of the previous year. All this was revealed to us much later.)</p> <p>SSL support was added, powered by the SSLeay library.</p> <p>August: first announcement of curl on freshmeat.net.</p> <p>October: with the curl 4.9 release and the introduction of cookie support, curl was no longer released under the GPL license. Now we are at 4000 lines of code, we switched over to the MPL license to restrict the effects of "copyleft".</p> <p>November: configure script and reported successful compiles on several major operating systems. The never-quite-understood -F option was added and curl could now simulate quite a lot of a browser. TELNET support was added.</p> <p>Curl 5 was released in December 1998 and introduced the first ever curl man page. People started making Linux RPM packages out of it.</p> <h2 id="1999">1999</h2> <p>January: DICT support added.</p> <p>OpenSSL took over and SSLeay was abandoned.</p> <p>May: first Debian package.</p> <p>August: LDAP:// and FILE:// support added. The curl website gets 1300 visits weekly. Moved site to curl.haxx.nu.</p> <p>September: Released curl 6.0. 15000 lines of code.</p> <p>December 28: added the project on Sourceforge and started using its services for managing the project.</p> <h2 id="2000">2000</h2> <p>Spring: major internal overhaul to provide a suitable library interface. The first non-beta release was named 7.1 and arrived in August. This offered the easy interface and turned out to be the beginning of actually getting other software and programs to be based on and powered by libcurl. Almost 20000 lines of code.</p> <p>June: the curl site moves to "curl.haxx.se"</p> <p>August, the curl website gets 4000 visits weekly.</p> <p>The PHP guys adopted libcurl already the same month, when the first ever third party libcurl binding showed up. CURL has been a supported module in PHP since the release of PHP 4.0.2. This would soon get followers. More than 16 different bindings exist at the time of this writing.</p> <p>September: kerberos4 support was added.</p> <p>November: started the work on a test suite for curl. It was later re-written from scratch again. The libcurl major SONAME number was set to 1.</p> <h2 id="2001">2001</h2> <p>January: Daniel released curl 7.5.2 under a new license again: MIT (or MPL). The MIT license is extremely liberal and can be combined with GPL in other projects. This would finally put an end to the "complaints" from people involved in GPLed projects that previously were prohibited from using libcurl while it was released under MPL only. (Due to the fact that MPL is deemed "GPL incompatible".)</p> <p>March 22: curl supports HTTP 1.1 starting with the release of 7.7. This also introduced libcurl's ability to do persistent connections. 24000 lines of code. The libcurl major SONAME number was bumped to 2 due to this overhaul. The first experimental ftps:// support was added.</p> <p>August: The curl website gets 8000 visits weekly. Curl Corporation contacted Daniel to discuss "the name issue". After Daniel's reply, they have never since got back in touch again.</p> <p>September: libcurl 7.9 introduces cookie jar and <code>curl_formadd()</code>. During the forthcoming 7.9.x releases, we introduced the multi interface slowly and without many whistles.</p> <p>September 25: curl (7.7.2) is bundled in Mac OS X (10.1) for the first time. It was already becoming more and more of a standard utility of Linux distributions and a regular in the BSD ports collections.</p> <h2 id="2002">2002</h2> <p>June: the curl website gets 13000 visits weekly. curl and libcurl is 35000 lines of code. Reported successful compiles on more than 40 combinations of CPUs and operating systems.</p> <p>To estimate the number of users of the curl tool or libcurl library is next to impossible. Around 5000 downloaded packages each week from the main site gives a hint, but the packages are mirrored extensively, bundled with numerous OS distributions and otherwise retrieved as part of other software.</p> <p>October 1: with the release of curl 7.10 it is released under the MIT license only.</p> <p>Starting with 7.10, curl verifies SSL server certificates by default.</p> <h2 id="2003">2003</h2> <p>January: Started working on the distributed curl tests. The autobuilds.</p> <p>February: the curl site averages at 20000 visits weekly. At any given moment, there is an average of 3 people browsing the website.</p> <p>Multiple new authentication schemes are supported: Digest (May), NTLM (June) and Negotiate (June).</p> <p>November: curl 7.10.8 is released. 45000 lines of code. ~55000 unique visitors to the website. Five official web mirrors.</p> <p>December: full-fledged SSL for FTP is supported.</p> <h2 id="2004">2004</h2> <p>January: curl 7.11.0 introduced large file support.</p> <p>June: curl 7.12.0 introduced IDN support. 10 official web mirrors.</p> <p>This release bumped the major SONAME to 3 due to the removal of the <code>curl_formparse()</code> function</p> <p>August: Curl and libcurl 7.12.1</p> <pre><code>Public curl release number: 82 Releases counted from the beginning: 109 Available command line options: 96 Available curl_easy_setopt() options: 120 Number of public functions in libcurl: 36 Amount of public website mirrors: 12 Number of known libcurl bindings: 26</code></pre> <h2 id="2005">2005</h2> <p>April: GnuTLS can now optionally be used for the secure layer when curl is built.</p> <p>April: Added the multi_socket() API</p> <p>September: TFTP support was added.</p> <p>More than 100,000 unique visitors of the curl website. 25 mirrors.</p> <p>December: security vulnerability: libcurl URL Buffer Overflow</p> <h2 id="2006">2006</h2> <p>January: We dropped support for Gopher. We found bugs in the implementation that turned out to have been introduced years ago, so with the conclusion that nobody had found out in all this time we removed it instead of fixing it.</p> <p>March: security vulnerability: libcurl TFTP Packet Buffer Overflow</p> <p>September: The major SONAME number for libcurl was bumped to 4 due to the removal of ftp third party transfer support.</p> <p>November: Added SCP and SFTP support</p> <h2 id="2007">2007</h2> <p>February: Added support for the Mozilla NSS library to do the SSL/TLS stuff</p> <p>July: security vulnerability: libcurl GnuTLS insufficient cert verification</p> <h2 id="2008">2008</h2> <p>November:</p> <pre><code>Command line options: 128 curl_easy_setopt() options: 158 Public functions in libcurl: 58 Known libcurl bindings: 37 Contributors: 683</code></pre> <p>145,000 unique visitors. &gt;100 GB downloaded.</p> <h2 id="2009">2009</h2> <p>March: security vulnerability: libcurl Arbitrary File Access</p> <p>April: added CMake support</p> <p>August: security vulnerability: libcurl embedded zero in cert name</p> <p>December: Added support for IMAP, POP3 and SMTP</p> <h2 id="2010">2010</h2> <p>January: Added support for RTSP</p> <p>February: security vulnerability: libcurl data callback excessive length</p> <p>March: The project switched over to use git (hosted by GitHub) instead of CVS for source code control</p> <p>May: Added support for RTMP</p> <p>Added support for PolarSSL to do the SSL/TLS stuff</p> <p>August:</p> <pre><code>Public curl releases: 117 Command line options: 138 curl_easy_setopt() options: 180 Public functions in libcurl: 58 Known libcurl bindings: 39 Contributors: 808</code></pre> <p>Gopher support added (re-added actually, see January 2006)</p> <h2 id="2011">2011</h2> <p>February: added support for the axTLS backend</p> <p>April: added the cyassl backend (later renamed to wolfSSL)</p> <h2 id="2012">2012</h2> <p>July: Added support for Schannel (native Windows TLS backend) and Darwin SSL (Native Mac OS X and iOS TLS backend).</p> <p>Supports Metalink</p> <p>October: SSH-agent support.</p> <h2 id="2013">2013</h2> <p>February: Cleaned up internals to always uses the "multi" non-blocking approach internally and only expose the blocking API with a wrapper.</p> <p>September: First small steps on supporting HTTP/2 with nghttp2.</p> <p>October: Removed krb4 support.</p> <p>December: Happy eyeballs.</p> <h2 id="2014">2014</h2> <p>March: first real release supporting HTTP/2</p> <p>September: Website had 245,000 unique visitors and served 236GB data</p> <p>SMB and SMBS support</p> <h2 id="2015">2015</h2> <p>June: support for multiplexing with HTTP/2</p> <p>August: support for HTTP/2 server push</p> <p>December: Public Suffix List</p> <h2 id="2016">2016</h2> <p>January: the curl tool defaults to HTTP/2 for HTTPS URLs</p> <p>December: curl 7.52.0 introduced support for HTTPS-proxy</p> <p>First TLS 1.3 support</p> <h2 id="2017">2017</h2> <p>July: OSS-Fuzz started fuzzing libcurl</p> <p>September: Added Multi-SSL support</p> <p>The website serves 3100 GB/month</p> <pre><code>Public curl releases: 169 Command line options: 211 curl_easy_setopt() options: 249 Public functions in libcurl: 74 Contributors: 1609</code></pre> <p>October: SSLKEYLOGFILE support, new MIME API</p> <p>October: Daniel received the Polhem Prize for his work on curl</p> <p>November: brotli</p> <h2 id="2018">2018</h2> <p>January: new SSH backend powered by libssh</p> <p>March: starting with the 1803 release of Windows 10, curl is shipped bundled with Microsoft's operating system.</p> <p>July: curl shows headers using bold type face</p> <p>October: added DNS-over-HTTPS (DoH) and the URL API</p> <p>MesaLink is a new supported TLS backend</p> <p>libcurl now does HTTP/2 (and multiplexing) by default on HTTPS URLs</p> <p>curl and libcurl are installed in an estimated 5 <em>billion</em> instances world-wide.</p> <p>October 31: Curl and libcurl 7.62.0</p> <pre><code>Public curl releases: 177 Command line options: 219 curl_easy_setopt() options: 261 Public functions in libcurl: 80 Contributors: 1808</code></pre> <p>December: removed axTLS support</p> <h2 id="2019">2019</h2> <p>March: added experimental alt-svc support</p> <p>August: the first HTTP/3 requests with curl.</p> <p>September: 7.66.0 is released and the tool offers parallel downloads</p> <h2 id="2020">2020</h2> <p>curl and libcurl are installed in an estimated 10 <em>billion</em> instances world-wide.</p> <p>January: added BearSSL support</p> <p>March: removed support for PolarSSL, added wolfSSH support</p> <p>April: experimental MQTT support</p> <p>August: zstd support</p> <p>November: the website moves to curl.se. The website serves 10TB data monthly.</p> <p>December: alt-svc support</p> <h2 id="2021">2021</h2> <p>February 3: curl 7.75.0 ships with support for Hyper as an HTTP backend</p> <p>March 31: curl 7.76.0 ships with support for Rustls</p> <p>July: HSTS is supported</p> <h2 id="2022">2022</h2> <p>March: added --json, removed mesalink support</p> <pre><code>Public curl releases: 206 Command line options: 245 curl_easy_setopt() options: 295 Public functions in libcurl: 86 Contributors: 2601</code></pre> <p>The curl.se website serves 16,500 GB/month over 462M requests, the official docker image has been pulled 4,098,015,431 times.</p> <p>October: initial WebSocket support</p> <h2 id="2023">2023</h2> <p>March: remove support for curl_off_t &lt; 8 bytes</p> <p>March 31: we started working on a new command line tool for URL parsing and manipulations: trurl.</p> <p>May: added support for HTTP/2 over HTTPS proxy. Refuse to resolve .onion.</p> <p>August: Dropped support for the NSS library</p> <p>September: added "variable" support in the command line tool. Dropped support for the gskit TLS library.</p> <p>October: added support for IPFS via HTTP gateway</p> <p>December: HTTP/3 support with ngtcp2 is no longer experimental</p> <h2 id="2024">2024</h2> <p>January: switched to "curldown" for all documentation</p> <p>April 24: the curl container has been pulled more than six billion times</p> <p>May: experimental support for ECH</p> <p>August 9: we adopted the wcurl tool into the curl organization</p> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10