aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
AgeCommit message (Collapse)Author
2006-11-03initial SCP support is now addedDaniel Stenberg
2006-09-12pipelining support is added nowDaniel Stenberg
2006-06-24Provide a libcurl API for setting mutex callbacks in the underlying SSLDaniel Stenberg
library, so that the same application code can use mutex-locking independently of OpenSSL or GnutTLS being used.
2006-05-30Removed a few fixed issues and a few issues currently in progress in the HiperDaniel Stenberg
project. Also added a few obvious ones.
2006-01-28we should fix the system includes in the public headers to be based on checksDaniel Stenberg
of the system instead of depending on what particular systems we think need various headers
2005-12-10use c-ares' IPv6 abilitiesDaniel Stenberg
fix CONNECT to a proxy that disconnects during the auth phase
2005-11-10just implementedDaniel Stenberg
2005-11-09* Add step parameter to the globbing. Like [0-1000;10] that would walk theDaniel Stenberg
range increasing the number with 10 for every step. Requested by Jose: http://curl.haxx.se/feedback/display.cgi?id=11315662266802
2005-10-18Removed mention of TFTP now that it's implemented.Dan Fandrich
2005-09-16added URLs to bug reportsDaniel Stenberg
2005-08-29Moved the GnuTLS related TODO items from lib/TODO.gnutls to the properDaniel Stenberg
docs/TODO
2005-07-30Moved items from TODO-RELEASE to TODO since they're not really bound to happenDaniel Stenberg
in any specific release.
2005-07-08mention an old ideaDaniel Stenberg
2005-05-11MatrixSSL and yaSSL are two free libs we _could_ supportDaniel Stenberg
2005-04-11refreshDaniel Stenberg
2005-01-19Stephan Bergmann made libcurl return CURLE_URL_MALFORMAT if an FTP URLDaniel 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-11support for retrieving used IP addressesDaniel Stenberg
2004-12-22uh, fixed!Daniel Stenberg
2004-12-22Added: 4 protocols we _could_ support and the CONNECT HTTP/1.0 detail we mightDaniel Stenberg
fix one day.
2004-12-21mention how the FTP code should be fixed one dayDaniel Stenberg
2004-12-18mention the new cookie api plansDaniel Stenberg
2004-11-28removed one we won't do, removed the CWD optimize as it is (partly) doneDaniel Stenberg
2004-11-24HTTP "auth done right". See lib/README.httpauthDaniel Stenberg
2004-11-04test server port numbers are now easily changedDaniel Stenberg
2004-10-25Tomas Pospisek filed bug report #1053287 that proved -C - and --fail on aDaniel 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-08Use 'struct lifreq' and SIOCGLIFADDRDaniel Stenberg
2004-09-09curl --syncDaniel Stenberg
2004-08-27updated with minor editsDaniel Stenberg
2004-08-27don't do SO_KEEPALIVE, we already have a finer grained method built-inDaniel Stenberg
2004-08-13added two good ideasDaniel Stenberg
2004-08-09GSS/Kerberos 5 for ftpDaniel Stenberg
2004-08-09added info about my current idea about option separation between URLs onDaniel Stenberg
the command line
2004-07-01make functions use size_t instead of int next major updateDaniel Stenberg
2004-06-30fixedDaniel Stenberg
2004-05-25removed some stuff that actually is done now, added the --optionseparatorDaniel Stenberg
idea (not really new, but its better to have it mentioned in here)
2004-05-05minor update editsDaniel Stenberg
2004-05-04multipart formposts should be more streamyDaniel Stenberg
2004-05-04removed curl_formparse() from the libraryDaniel Stenberg
2004-04-06Moved long-standing issues over from TODO-RELEASE to the more long-term TODODaniel Stenberg
file.
2004-03-02various updatesDaniel Stenberg
2004-03-01Moved two 7.11.2 issues over to the more general TODO docs.Daniel Stenberg
2004-01-09a fair ideaDaniel Stenberg
2003-12-08removed one, added oneDaniel Stenberg
2003-10-17Dominick Meglio implemented CURLOPT_MAXFILESIZE and --max-filesize.Daniel Stenberg
2003-10-17cleaningDaniel Stenberg
2003-09-01"Securing FTP with TLS" was updated to revision 12Daniel Stenberg
2003-08-11editsDaniel Stenberg
2003-07-30ftp proxy support would be niceDaniel Stenberg
2003-06-26mention COOKIES, removed added entries, corrected the FPL-SSL link/referenceDaniel Stenberg
2003-05-26ftp ASCII transfers in general need fixingDaniel Stenberg