mirror of
https://github.com/moparisthebest/curl
synced 2024-11-16 22:45:03 -05:00
removed some stuff that actually is done now, added the --optionseparator
idea (not really new, but its better to have it mentioned in here)
This commit is contained in:
parent
11ee9540bf
commit
f7f6b288eb
19
docs/TODO
19
docs/TODO
@ -89,8 +89,8 @@ TODO
|
|||||||
|
|
||||||
HTTP
|
HTTP
|
||||||
|
|
||||||
* Digest and GSS-Negotiate support for HTTP proxies. They only work on
|
* GSS-Negotiate support for HTTP proxies. They only work on direct
|
||||||
direct-connections to the server.
|
connections to the server.
|
||||||
|
|
||||||
* Pipelining. Sending multiple requests before the previous one(s) are done.
|
* Pipelining. Sending multiple requests before the previous one(s) are done.
|
||||||
This could possibly be implemented using the multi interface to queue
|
This could possibly be implemented using the multi interface to queue
|
||||||
@ -114,9 +114,6 @@ TODO
|
|||||||
* Evaluate/apply Gertjan van Wingerde's SSL patches:
|
* Evaluate/apply Gertjan van Wingerde's SSL patches:
|
||||||
http://curl.haxx.se/mail/lib-2004-03/0087.html
|
http://curl.haxx.se/mail/lib-2004-03/0087.html
|
||||||
|
|
||||||
* Peter Sylvester's "Most Significant Common Name" change. Feedback welcome.
|
|
||||||
At least the UTF8 conversion and comparison should be done. Patch?
|
|
||||||
|
|
||||||
* If you really want to improve the SSL situation, you should probably have a
|
* If you really want to improve the SSL situation, you should probably have a
|
||||||
look at SSL cafile loading as well - quick traces look to me like these are
|
look at SSL cafile loading as well - quick traces look to me like these are
|
||||||
done on every request as well, when they should only be necessary once per
|
done on every request as well, when they should only be necessary once per
|
||||||
@ -184,6 +181,18 @@ TODO
|
|||||||
* --data-encode that URL encodes the data before posting
|
* --data-encode that URL encodes the data before posting
|
||||||
http://curl.haxx.se/mail/archive-2003-11/0091.html (Kevin Roth suggested)
|
http://curl.haxx.se/mail/archive-2003-11/0091.html (Kevin Roth suggested)
|
||||||
|
|
||||||
|
* Provide a way to make options bound to a specific URL among several on the
|
||||||
|
command line. Possibly by adding a new option that separates options
|
||||||
|
between URLs, similar to this:
|
||||||
|
|
||||||
|
curl --data foo --url url.com --optionseparator
|
||||||
|
--url url2.com --optionseparator \
|
||||||
|
--url url3.com --data foo3
|
||||||
|
|
||||||
|
(--optionseparator used to show my point, it would need a better name)
|
||||||
|
|
||||||
|
The example would do a POST-GET-POST combination on a single command line.
|
||||||
|
|
||||||
BUILD
|
BUILD
|
||||||
|
|
||||||
* Consider extending 'roffit' to produce decent ASCII output, and use that
|
* Consider extending 'roffit' to produce decent ASCII output, and use that
|
||||||
|
Loading…
Reference in New Issue
Block a user