Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-14 | the curl_multi_handle_control() idea | Daniel Stenberg | |
2007-08-07 | add URL to more "generated public config.h" details | Daniel Stenberg | |
2007-08-06 | we now support GSS/Kerberos 5 for ftp file transfers! | Daniel Stenberg | |
2007-02-12 | Rob Crittenden added support for NSS (Network Security Service) for the | Daniel Stenberg | |
SSL/TLS layer. http://www.mozilla.org/projects/security/pki/nss/ | |||
2007-02-11 | updated | Daniel Stenberg | |
2006-12-19 | * removed the SSH-based protocols as they are now being implemented | Daniel Stenberg | |
* added mentioning of doing the stunnel equivalent ourselves for the test suite * spell-check | |||
2006-12-05 | fixed in CVS | Daniel Stenberg | |
2006-11-03 | initial SCP support is now added | Daniel Stenberg | |
2006-09-12 | pipelining support is added now | Daniel Stenberg | |
2006-06-24 | Provide a libcurl API for setting mutex callbacks in the underlying SSL | Daniel Stenberg | |
library, so that the same application code can use mutex-locking independently of OpenSSL or GnutTLS being used. | |||
2006-05-30 | Removed a few fixed issues and a few issues currently in progress in the Hiper | Daniel Stenberg | |
project. Also added a few obvious ones. | |||
2006-01-28 | we should fix the system includes in the public headers to be based on checks | Daniel Stenberg | |
of the system instead of depending on what particular systems we think need various headers | |||
2005-12-10 | use c-ares' IPv6 abilities | Daniel Stenberg | |
fix CONNECT to a proxy that disconnects during the auth phase | |||
2005-11-10 | just implemented | Daniel Stenberg | |
2005-11-09 | * Add step parameter to the globbing. Like [0-1000;10] that would walk the | Daniel Stenberg | |
range increasing the number with 10 for every step. Requested by Jose: http://curl.haxx.se/feedback/display.cgi?id=11315662266802 | |||
2005-10-18 | Removed mention of TFTP now that it's implemented. | Dan Fandrich | |
2005-09-16 | added URLs to bug reports | Daniel Stenberg | |
2005-08-29 | Moved the GnuTLS related TODO items from lib/TODO.gnutls to the proper | Daniel Stenberg | |
docs/TODO | |||
2005-07-30 | Moved items from TODO-RELEASE to TODO since they're not really bound to happen | Daniel Stenberg | |
in any specific release. | |||
2005-07-08 | mention an old idea | Daniel Stenberg | |
2005-05-11 | MatrixSSL and yaSSL are two free libs we _could_ support | Daniel Stenberg | |
2005-04-11 | refresh | Daniel Stenberg | |
2005-01-19 | Stephan Bergmann made libcurl return CURLE_URL_MALFORMAT if an FTP URL | Daniel Stenberg | |
contains %0a or %0d in the user, password or CWD parts. (A future fix would include doing it for %00 as well - see KNOWN_BUGS for details.) Test case 225 and 226 were added to verify this | |||
2005-01-11 | support for retrieving used IP addresses | Daniel Stenberg | |
2004-12-22 | uh, fixed! | Daniel Stenberg | |
2004-12-22 | Added: 4 protocols we _could_ support and the CONNECT HTTP/1.0 detail we might | Daniel Stenberg | |
fix one day. | |||
2004-12-21 | mention how the FTP code should be fixed one day | Daniel Stenberg | |
2004-12-18 | mention the new cookie api plans | Daniel Stenberg | |
2004-11-28 | removed one we won't do, removed the CWD optimize as it is (partly) done | Daniel Stenberg | |
2004-11-24 | HTTP "auth done right". See lib/README.httpauth | Daniel Stenberg | |
2004-11-04 | test server port numbers are now easily changed | Daniel Stenberg | |
2004-10-25 | Tomas Pospisek filed bug report #1053287 that proved -C - and --fail on a | Daniel Stenberg | |
file that was already completely downloaded caused an error, while it doesn't if you don't use --fail! I added test case 194 to verify the fix. Grrr. CURLOPT_FAILONERROR is now added to the list stuff to remove in libcurl v8 due to all the kludges needed to support it. | |||
2004-10-08 | Use 'struct lifreq' and SIOCGLIFADDR | Daniel Stenberg | |
2004-09-09 | curl --sync | Daniel Stenberg | |
2004-08-27 | updated with minor edits | Daniel Stenberg | |
2004-08-27 | don't do SO_KEEPALIVE, we already have a finer grained method built-in | Daniel Stenberg | |
2004-08-13 | added two good ideas | Daniel Stenberg | |
2004-08-09 | GSS/Kerberos 5 for ftp | Daniel Stenberg | |
2004-08-09 | added info about my current idea about option separation between URLs on | Daniel Stenberg | |
the command line | |||
2004-07-01 | make functions use size_t instead of int next major update | Daniel Stenberg | |
2004-06-30 | fixed | Daniel Stenberg | |
2004-05-25 | removed some stuff that actually is done now, added the --optionseparator | Daniel Stenberg | |
idea (not really new, but its better to have it mentioned in here) | |||
2004-05-05 | minor update edits | Daniel Stenberg | |
2004-05-04 | multipart formposts should be more streamy | Daniel Stenberg | |
2004-05-04 | removed curl_formparse() from the library | Daniel Stenberg | |
2004-04-06 | Moved long-standing issues over from TODO-RELEASE to the more long-term TODO | Daniel Stenberg | |
file. | |||
2004-03-02 | various updates | Daniel Stenberg | |
2004-03-01 | Moved two 7.11.2 issues over to the more general TODO docs. | Daniel Stenberg | |
2004-01-09 | a fair idea | Daniel Stenberg | |
2003-12-08 | removed one, added one | Daniel Stenberg | |