diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/TODO | 40 | ||||
| -rw-r--r-- | docs/curl.1 | 2 | 
2 files changed, 17 insertions, 25 deletions
| @@ -6,26 +6,6 @@  TODO -For version 7. Stuff I palnned to have included in curl for version -seven. Let's do a serious attempt to include most of this. (I do keep a task -list over at the sourceforge.net project space, reachable from -curl.sourceforge.net, it might be more up-to-date than this.) - -  Make sure the low-level interface works. highlevel.c should basically be -  possible to write using that interface. - -  Document the low-level interface - -  Add asynchronous name resolving, as this enables full timeout support for -  fork() systems. - -  Move non-URL related functions that are used by both the lib and the curl -  application to a separate "portability lib". - -  Add support for other languages than C (not important) - -  Improve the -K config file parser. -  For the future   Ok, this is what I wanna do with Curl. Please tell me what you think, and @@ -33,9 +13,20 @@ For the future   product! (Yes, you may add things not mentioned here, these are just a   few teasers...) - * rtsp:// support -- "Real Time Streaming Protocol" + * Make sure the low-level interface works. highlevel.c should basically be +   possible to write using that interface. Document the low-level interface -   RFC 2326 + * Add asynchronous name resolving, as this enables full timeout support for +   fork() systems. + + * Move non-URL related functions that are used by both the lib and the curl +   application to a separate "portability lib". + + * Add support for other languages than C (not important) + + * Improve the -K config file parser. + + * rtsp:// support -- "Real Time Streaming Protocol" (RFC 2326)   * "Content-Encoding: compress/gzip/zlib" @@ -101,9 +92,6 @@ For the future     RFC 2428 "FTP Extensions for IPv6 and NATs" will be interesting. PORT     should be replaced with EPRT for IPv6, and EPSV instead of PASV. - * An automatic RPM package maker -   Please, write me a script that makes it. It'd make my day. -   * SSL for more protocols, like SSL-FTP...     (http://search.ietf.org/internet-drafts/draft-murray-auth-ftp-ssl-05.txt) @@ -112,3 +100,5 @@ For the future   * Make curl capable of verifying the server's certificate when connecting     with HTTPS://. + * Kerberos-FTP + diff --git a/docs/curl.1 b/docs/curl.1 index 970c248b2..96cb7025f 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -603,6 +603,8 @@ If you do find any (or have other suggestions), mail Daniel Stenberg   - Luong Dinh Dung <u8luong@lhsystems.hu>   - Torsten Foertsch <torsten.foertsch@gmx.net>   - Kristian Köhntopp <kris@koehntopp.de> + - Fred Noz <FNoz@siac.com> + - Caolan McNamara <caolan@csn.ul.ie>  .SH WWW  http://curl.haxx.se | 
