#
3dcd2b82 |
| 04-Sep-2008 |
Yang Tse |
fix print formatting string directives
|
Revision tags: curl-7_19_0 |
|
#
621c2b90 |
| 06-Jun-2008 |
Daniel Stenberg |
- Axel Tillequin and Arnaud Ebalard added support for CURLOPT_ISSUERCERT, for OpenSSL, NSS and GnuTLS-built libcurls.
|
#
3fe8251d |
| 06-Jun-2008 |
Daniel Stenberg |
- Axel Tillequin and Arnaud Ebalard added support for CURLOPT_CRLFILE, for OpenSSL, NSS and GnuTLS-built libcurls.
|
Revision tags: curl-7_18_2 |
|
#
514592b8 |
| 12-May-2008 |
Daniel Stenberg |
- Introducing curl_easy_send() and curl_easy_recv(). They can be used to send and receive data over a connection previously setup with curl_easy_perform() and its CURLOPT_CONNECT_ONLY opt
- Introducing curl_easy_send() and curl_easy_recv(). They can be used to send and receive data over a connection previously setup with curl_easy_perform() and its CURLOPT_CONNECT_ONLY option. The sendrecv.c example was added to show how they can be used.
show more ...
|
Revision tags: curl-7_18_1, curl-7_18_0 |
|
#
cbd1a77e |
| 07-Nov-2007 |
Daniel Stenberg |
if () => if() while () => while() and some other minor re-indentings
|
Revision tags: curl-7_17_1 |
|
#
ce81cd21 |
| 03-Oct-2007 |
Daniel Stenberg |
I renamed the CURLE_SSL_PEER_CERTIFICATE error code to CURLE_PEER_FAILED_VERIFICATION (standard CURL_NO_OLDIES style), and made this return code get used by the previous SSH MD5 fingerprint c
I renamed the CURLE_SSL_PEER_CERTIFICATE error code to CURLE_PEER_FAILED_VERIFICATION (standard CURL_NO_OLDIES style), and made this return code get used by the previous SSH MD5 fingerprint check in case it fails.
show more ...
|
Revision tags: curl-7_17_0 |
|
#
3fa60164 |
| 31-Aug-2007 |
Dan Fandrich |
Renamed the CURLE_FTP_SSL_FAILED error code to CURLE_USE_SSL_FAILED. Renamed the curl_ftpssl enum to curl_usessl and its enumerated constants, creating macros for backward compatibility.
|
#
ac6e0501 |
| 31-Aug-2007 |
Dan Fandrich |
Made some of the error strings returned by the *strerror functions more generic, and more consistent with each other.
|
#
9f44a955 |
| 30-Aug-2007 |
Dan Fandrich |
Renamed several libcurl error codes and options to make them more general and allow reuse by multiple protocols. Several unused error codes were removed. In all cases, macros were added to p
Renamed several libcurl error codes and options to make them more general and allow reuse by multiple protocols. Several unused error codes were removed. In all cases, macros were added to preserve source (and binary) compatibility with the old names. These macros are subject to removal at a future date, but probably not before 2009. An application can be tested to see if it is using any obsolete code by compiling it with the CURL_NO_OLDIES macro defined. Documented some newer error codes in libcurl-error(3)
show more ...
|
Revision tags: curl-7_17_0-preldapfix, curl-7_16_4, curl-7_16_3 |
|
#
1b7f00b2 |
| 08-May-2007 |
Daniel Stenberg |
CURLE_FTP_COULDNT_STOR_FILE is now known as CURLE_UPLOAD_FAILED. This is because I just made SCP uploads return this value if the file size of the upload file isn't given with CURLOPT_INFILES
CURLE_FTP_COULDNT_STOR_FILE is now known as CURLE_UPLOAD_FAILED. This is because I just made SCP uploads return this value if the file size of the upload file isn't given with CURLOPT_INFILESIZE*. Docs updated to reflect this news, and a define for the old name was added to the public header file.
show more ...
|
Revision tags: curl-7_16_2 |
|
#
3a634a27 |
| 21-Feb-2007 |
Yang Tse |
curlassert macro replaced with DEBUGASSERT macro defined in setup_once.h
|
#
f99ca905 |
| 15-Feb-2007 |
Yang Tse |
Daniel Mirchandani fix to make libcurl build nicely on Winsock build targets when --disable-verbose is specified.
|
Revision tags: curl-7_16_1 |
|
#
d4651994 |
| 08-Jan-2007 |
Linus Nielsen Feltzing |
Correct error code for CCC/SSL shutdown failure
|
#
4750e6f3 |
| 05-Jan-2007 |
Daniel Stenberg |
- Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option to curl that uses the new CURLOPT_FTP_SSL_CCC option in libcurl. If enabled, it will make libcurl shutdown SSL/TL
- Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option to curl that uses the new CURLOPT_FTP_SSL_CCC option in libcurl. If enabled, it will make libcurl shutdown SSL/TLS after the authentication is done on a FTP-SSL operation.
show more ...
|
#
2147284c |
| 02-Nov-2006 |
Daniel Stenberg |
James Housley brought support for SCP transfers
|
Revision tags: curl-7_16_0 |
|
#
4e717cdb |
| 21-Oct-2006 |
Daniel Stenberg |
Armel Asselin separated CA cert verification problems from problems with reading the (local) CA cert file to let users easier pinpoint the actual problem. CURLE_SSL_CACERT_BADFILE (77) is the
Armel Asselin separated CA cert verification problems from problems with reading the (local) CA cert file to let users easier pinpoint the actual problem. CURLE_SSL_CACERT_BADFILE (77) is the new libcurl error code.
show more ...
|
#
5df4be11 |
| 18-Oct-2006 |
Yang Tse |
Check for USE_WINSOCK instead of WIN32 where the check was done to verify winsock API availability.
|
#
2260c8aa |
| 15-Oct-2006 |
Gisle Vanem |
Replace ";;" with ";".
|
#
e150150d |
| 11-Oct-2006 |
Yang Tse |
Remove redundant __CYGWIN__ symbol check
|
Revision tags: curl-7_15_6-prepipeline, curl-7_15_5 |
|
#
ee642859 |
| 01-Aug-2006 |
Daniel Stenberg |
Maciej Karpiuk fixed a crash that would occur if we passed Curl_strerror() an unknown error number on glibc systems. http://curl.haxx.se/bug/view.cgi?id=1532289
|
Revision tags: curl-7_15_4 |
|
#
06a7b056 |
| 26-Apr-2006 |
Gisle Vanem |
Added revision ID-tag.
|
#
12db20be |
| 26-Apr-2006 |
Gisle Vanem |
Fixed signed/unsigned convertion errors in Salford-C. #ifdef around WSAEDISCON in strerror.c.
|
#
686d9074 |
| 10-Apr-2006 |
Daniel Stenberg |
First curl_multi_socket() commit. Should primarily be considered as an internal code rearrange to fit the future better.
|
#
a21a77d2 |
| 09-Apr-2006 |
Daniel Stenberg |
CURLE_FTP_USER_PASSWORD_INCORRECT is not returned by libcurl anymore!
|
#
5a4b4384 |
| 07-Apr-2006 |
Daniel Stenberg |
First commit of David McCreedy's EBCDIC and TPF changes.
|