diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-12-01 18:46:31 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-12-01 18:46:31 +0000 |
commit | 4c84f6b423127dab15bb42bd63135449c1601a2a (patch) | |
tree | 65bba5a74c915d42c17c4cb74c4ff7fa37674610 /docs/HISTORY | |
parent | 0b2ae71f8b1eafca964298fe717362fa015acf5f (diff) |
added some more entries for stuff done the last ~2 years
Diffstat (limited to 'docs/HISTORY')
-rw-r--r-- | docs/HISTORY | 34 |
1 files changed, 31 insertions, 3 deletions
diff --git a/docs/HISTORY b/docs/HISTORY index 00d5d6b45..f0b5e4cab 100644 --- a/docs/HISTORY +++ b/docs/HISTORY @@ -144,10 +144,38 @@ August 2004: April 2005: -GnuTLS can now optionally be used for the secure layer when curl is built. + GnuTLS can now optionally be used for the secure layer when curl is built. September 2005: -TFTP support was added. + TFTP support was added. + + More than 100,000 unique visitors of the curl web site. 25 mirrors. + +April 2006: + + Added the multi_socket() API + +September 2006: + + The major SONAME number for libcurl was bumped to 4 due to the removal of + ftp third party transfer support. + +November 2006: + + Added SCP and SFTP support + +February 2007: + + Added support for the Mozilla NSS library to do the SSL/TLS stuff + +November 2008: + + Command line options: 128 + curl_easy_setopt() options: 158 + Public functions in libcurl: 58 + Known libcurl bindings: 37 + Contributors: 683 + + 145,000 unique visitors. >100 GB downloaded. -More than 100,000 unique visitors of the curl web site. 25 mirrors. |