Added a list of stuff to do for version 7
This commit is contained in:
Родитель
3ad1df668e
Коммит
52585e8b31
31
docs/TODO
31
docs/TODO
|
@ -6,6 +6,36 @@
|
||||||
|
|
||||||
TODO
|
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.
|
||||||
|
|
||||||
|
Document the easy-interface completely
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
Make the resolving threadsafe(er).
|
||||||
|
|
||||||
|
Make sure you can set the progress callback
|
||||||
|
|
||||||
|
Add libtool stuff
|
||||||
|
|
||||||
|
Move non-URL related functions that are used by both the lib and the curl
|
||||||
|
application to a separate "portability lib".
|
||||||
|
|
||||||
|
Correct the lib's getenv() call as it is not threadsafe under win32.
|
||||||
|
|
||||||
|
Add support for other languages than C (not important)
|
||||||
|
|
||||||
|
|
||||||
|
For the future
|
||||||
|
|
||||||
|
|
||||||
Ok, this is what I wanna do with Curl. Please tell me what you think, and
|
Ok, this is what I wanna do with Curl. Please tell me what you think, and
|
||||||
please don't hesitate to contribute and send me patches that improve this
|
please don't hesitate to contribute and send me patches that improve this
|
||||||
product! (Yes, you may add things not mentioned here, these are just a
|
product! (Yes, you may add things not mentioned here, these are just a
|
||||||
|
@ -90,4 +120,3 @@ TODO
|
||||||
* Make curl capable of verifying the server's certificate when connecting
|
* Make curl capable of verifying the server's certificate when connecting
|
||||||
with HTTPS://.
|
with HTTPS://.
|
||||||
|
|
||||||
* Make the timeout work as expected!
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче