updated
This commit is contained in:
parent
2c0d9ad64c
commit
88631276e8
10
docs/TODO
10
docs/TODO
@ -17,9 +17,7 @@ TODO
|
|||||||
|
|
||||||
* Make content encoding/decoding internally be made using a filter system.
|
* Make content encoding/decoding internally be made using a filter system.
|
||||||
|
|
||||||
* The new 'multi' interface is being designed. Work out the details, start
|
* Test the 'multi' interface more.
|
||||||
implementing and write test applications!
|
|
||||||
[http://curl.haxx.se/lxr/source/lib/multi.h]
|
|
||||||
|
|
||||||
* Introduce another callback interface for upload/download that makes one
|
* Introduce another callback interface for upload/download that makes one
|
||||||
less copy of data and thus a faster operation.
|
less copy of data and thus a faster operation.
|
||||||
@ -56,6 +54,9 @@ TODO
|
|||||||
>4GB all over. Bug reports indicate that it doesn't currently work
|
>4GB all over. Bug reports indicate that it doesn't currently work
|
||||||
properly.
|
properly.
|
||||||
|
|
||||||
|
* Make the built-in progress meter use its own dedicated output stream, and
|
||||||
|
make it possible to set it. Use stderr by default.
|
||||||
|
|
||||||
DOCUMENTATION
|
DOCUMENTATION
|
||||||
|
|
||||||
* Document all CURLcode error codes, why they happen and what most likely
|
* Document all CURLcode error codes, why they happen and what most likely
|
||||||
@ -78,9 +79,6 @@ TODO
|
|||||||
|
|
||||||
HTTP
|
HTTP
|
||||||
|
|
||||||
* Make it possible to supply normal POST data through the ordinary read data
|
|
||||||
callback.
|
|
||||||
|
|
||||||
* HTTP PUT for files passed on stdin *OR* when the --crlf option is
|
* HTTP PUT for files passed on stdin *OR* when the --crlf option is
|
||||||
used. Requires libcurl to send the file with chunked content
|
used. Requires libcurl to send the file with chunked content
|
||||||
encoding. [http://curl.haxx.se/dev/HTTP-PUT-stdin.txt] When the filter
|
encoding. [http://curl.haxx.se/dev/HTTP-PUT-stdin.txt] When the filter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user