diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-08-11 00:50:56 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-08-11 00:50:56 +0200 |
commit | 67d76dd52098b7114f4152ed753e45810c980fea (patch) | |
tree | 65e6135c3d0e9cb0238cdec5c587c818dad2c9b3 /docs/HISTORY | |
parent | 8348dd96ddb02098dfb0fb472df21c475302150c (diff) |
HISTORY: added stuff from recent years
Diffstat (limited to 'docs/HISTORY')
-rw-r--r-- | docs/HISTORY | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/docs/HISTORY b/docs/HISTORY index d429cec7d..1dc06cbcf 100644 --- a/docs/HISTORY +++ b/docs/HISTORY @@ -157,6 +157,14 @@ September 2005: More than 100,000 unique visitors of the curl web site. 25 mirrors. +December 2005: + + security vulnerability: libcurl URL Buffer Overflow + +March 2006: + + security vulnerability: libcurl TFTP Packet Buffer Overflow + April 2006: Added the multi_socket() API @@ -174,6 +182,10 @@ February 2007: Added support for the Mozilla NSS library to do the SSL/TLS stuff +July 2007: + + security vulnerability: libcurl GnuTLS insufficient cert verification + November 2008: Command line options: 128 @@ -184,3 +196,42 @@ November 2008: 145,000 unique visitors. >100 GB downloaded. +March 2009: + + security vulnerability: libcurl Arbitrary File Access + +August 2009: + + security vulnerability: libcurl embedded zero in cert name + +December 2009: + + Added support for IMAP, POP3 and SMTP + +January 2010: + + Added support for RTSP + +February 2010: + + security vulnerability: libcurl data callback excessive length + +March 2010: + + The project switched over to use git instead of CVS for source code control + +May 2010: + + Added support for RTMP + + Added support for PolarSSL to do the SSL/TLS stuff + +August 2010: + + Public curl releases: 117 + Command line options: 138 + curl_easy_setopt() options: 180 + Public functions in libcurl: 58 + Known libcurl bindings: 39 + Contributors: 808 + |