Revision tags: curl-7_21_6, curl-7_21_5 |
|
#
8e4fb01e |
| 14-Apr-2011 |
Daniel Stenberg |
transfer-encoding: added new option and cmdline Added CURLOPT_TRANSFER_ENCODING as the option to set to request Transfer Encoding in HTTP requests (if built zlib enabled). I also renamed
transfer-encoding: added new option and cmdline Added CURLOPT_TRANSFER_ENCODING as the option to set to request Transfer Encoding in HTTP requests (if built zlib enabled). I also renamed CURLOPT_ENCODING to CURLOPT_ACCEPT_ENCODING (while keeping the old name around) to reduce the confusion when we have to encoding options for HTTP. --tr-encoding is now the new command line option for curl to request this, and thus I updated the test cases accordingly.
show more ...
|
#
01f05d0c |
| 05-Apr-2011 |
Daniel Stenberg |
return code cleanup: build, init and run-time errors Stop the abuse of CURLE_FAILED_INIT as return code for things not being init related by introducing two new return codes: CU
return code cleanup: build, init and run-time errors Stop the abuse of CURLE_FAILED_INIT as return code for things not being init related by introducing two new return codes: CURLE_NOT_BUILT_IN and CURLE_UNKNOWN_OPTION CURLE_NOT_BUILT_IN replaces return code 4 that has been obsoleted for several years. It is used for returning error when something is attempted to be used but the feature/option was not enabled or explictitly disabled at build-time. Getting this error mostly means that libcurl needs to be rebuilt. CURLE_FAILED_INIT is now saved and used strictly for init failures. Getting this problem means something went seriously wrong, like a resource shortage or similar. CURLE_UNKNOWN_OPTION is the option formerly known as CURLE_UNKNOWN_TELNET_OPTION (and the old name is still present, separately defined to be removed in a very distant future). This error code is meant to be used to return when an option is given to libcurl that isn't known. This problem would mostly indicate a problem in the program that uses libcurl.
show more ...
|
#
d02f4447 |
| 24-Mar-2011 |
Daniel Stenberg |
symbols-in-versions: make test 1119 happy
|
#
e765afcc |
| 19-Mar-2011 |
Daniel Stenberg |
symbols-in-versions: many corrections Scanned with a tool that checked for mistakes and this is the subsequent cleanup.
|
#
929aeed3 |
| 17-Mar-2011 |
Daniel Stenberg |
symbols-in-versions: remove duplicates
|
#
42d95bcc |
| 17-Mar-2011 |
Daniel Stenberg |
symbols-in-versions: 2 corrections CURLE_CHUNK_FAILED and CURLE_FTP_BAD_FILE_LIST were introduced in 7.21.0, not 7.20.1
|
#
d9805c5b |
| 17-Feb-2011 |
Daniel Stenberg |
symbols-in-versions: sorted I forgot to sort it when I added the CURL_SOCKOPT_* symbols
|
#
4c33b0a2 |
| 17-Feb-2011 |
Daniel Stenberg |
SOCKOPTFUNCTION: documented new return codes
|
Revision tags: curl-7_21_4 |
|
#
3cffcba3 |
| 09-Feb-2011 |
Quinn Slack |
CURLE_TLSAUTH_FAILED: removed On second thought, I think CURLE_TLSAUTH_FAILED should be eliminated. It was only being raised when an internal error occurred while allocating or setti
CURLE_TLSAUTH_FAILED: removed On second thought, I think CURLE_TLSAUTH_FAILED should be eliminated. It was only being raised when an internal error occurred while allocating or setting the GnuTLS SRP client credentials struct. For TLS authentication failures, the general CURLE_SSL_CONNECT_ERROR seems appropriate; its error string already includes "passwords" as a possible cause. Having a separate TLS auth error code might also cause people to think that a TLS auth failure means the wrong username or password was entered, when it could also be a sign of a man-in-the-middle attack.
show more ...
|
#
c0a2ee65 |
| 19-Jan-2011 |
Daniel Stenberg |
symbols-in-versions: add the new TLSAUTH-SRP symbols
|
Revision tags: curl-7_21_3 |
|
#
012f9b7f |
| 09-Dec-2010 |
Daniel Stenberg |
symbols-in-versions: CURLOPT_KEYPASSWD fixed It was added in 7.17.0 and is not deprecated
|
#
86367422 |
| 11-Nov-2010 |
Daniel Stenberg |
HTTP Auth: Add CURLAUTH_ONLY This is a meta symbol. OR this value together with a single specific auth value to force libcurl to probe for un-restricted auth and if not, only that si
HTTP Auth: Add CURLAUTH_ONLY This is a meta symbol. OR this value together with a single specific auth value to force libcurl to probe for un-restricted auth and if not, only that single auth algorithm is acceptable. For example you can use CURLAUTH_DIGEST|CURLAUTH_ONLY to make libcurl first probe for what method to use, but yet only consider Digest to be acceptable. Using _only_ CURLAUTH_DIGEST without the CURLAUTH_ONLY field, will make libcurl explicitly use Digest right away and not do any probing.
show more ...
|
#
7d834393 |
| 09-Nov-2010 |
Daniel Stenberg |
symbols-in-version: add CURL_SOCKET_BAD I also documented the filtering logic in the symbol-scan.pl function to clarify why not all CURL_* symbols are included.
|
#
0a41318f |
| 08-Nov-2010 |
Daniel Stenberg |
CURLOPT_RESOLVE: documented
|
#
52e3c60c |
| 03-Nov-2010 |
Daniel Stenberg |
symbols-in-versions: added 119 missing symbols I've developed a script I call symbol-scan.pl that scans the curl.h and multi.h header files and compare the symbols it finds in there with
symbols-in-versions: added 119 missing symbols I've developed a script I call symbol-scan.pl that scans the curl.h and multi.h header files and compare the symbols it finds in there with the symbols symbols-in-versions documents and outputs a report on the differences. Using this I've dug through the history to fill up symbols-in-versions with all the symbols my script found mismatches for. I will commit symbol-scan.pl separatly and think of a way to put it to use in the build/tests so that we from now on will get this in-sync check automatically.
show more ...
|
#
13e9571d |
| 02-Nov-2010 |
Daniel Stenberg |
symbols-in-versions: added missing symbols
|
#
ca9f9cb8 |
| 02-Nov-2010 |
Daniel Stenberg |
spellfix: CURLOPT_TFTP_BLKSIZE it is
|
Revision tags: curl-7_21_2, curl-7_21_1, curl-7_21_0 |
|
#
8098d941 |
| 04-Jun-2010 |
Frank Meier |
getinfo: added *_PRIMARY_PORT, *_LOCAL_IP and *_LOCAL_PORT
|
#
2ffe834b |
| 16-May-2010 |
Kamil Dudka |
ftp wildcard: a new option CURLOPT_FNMATCH_DATA
|
#
7871fbad |
| 12-May-2010 |
Daniel Stenberg |
updated with symbols added in recent commits for 7.21.0
|
Revision tags: curl-7_20_1 |
|
#
a07bc791 |
| 14-Feb-2010 |
Yang Tse |
removed trailing whitespace
|
Revision tags: curl-7_20_0 |
|
#
c9f46446 |
| 03-Feb-2010 |
Daniel Stenberg |
more symbols added in 7.20.0
|
#
bc253a4d |
| 22-Jan-2010 |
Daniel Stenberg |
cleanups by Julien Chaffraix
|
#
241c0ad5 |
| 01-Jan-2010 |
Daniel Stenberg |
added CURLOPT_FTP_USE_PRET
|
#
97141d08 |
| 30-Dec-2009 |
Daniel Stenberg |
CURLOPT_HEADERDATA was added in 7.10
|