Yang Tse
|
f1586cb477
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
|
13 years ago |
Yang Tse
|
ef2176109f
errno.h inclusion conditionally done in setup_once.h
|
13 years ago |
Daniel Stenberg
|
b903186fa0
source cleanup: unify look, style and indent levels
|
13 years ago |
Daniel Stenberg
|
ebb37eac8b
CURLE_BAD_CONTENT_ENCODING: now used for transfer encoding too
|
13 years ago |
Daniel Stenberg
|
01f05d0c75
return code cleanup: build, init and run-time errors
|
13 years ago |
Quinn Slack
|
3cffcba3d0
CURLE_TLSAUTH_FAILED: removed
|
13 years ago |
Quinn Slack
|
59cf93ccdb
TLS-SRP: support added when using GnuTLS
|
14 years ago |
Tor Arntsen
|
dcc061543a
lib: Change some CRLF line endings to LF
|
14 years ago |
Pavel Raiskup
|
0825cd80a6
FTP: WILDCARDMATCH/CHUNKING/FNMATCH added
|
14 years ago |
Daniel Stenberg
|
2309b4e330
remove the CVSish $Id$ lines
|
14 years ago |
Daniel Stenberg
|
bc4582b68a
Chris Conroy brought support for RTSP transfers, and with it comes 8(!) new
|
15 years ago |
Daniel Stenberg
|
a62f32d3c2
update copyright year since we are in 2010 now
|
15 years ago |
Daniel Stenberg
|
605bbfc4c0
- Ingmar Runge enhanced libcurl's FTP engine to support the PRET command. This
|
15 years ago |
Daniel Stenberg
|
47c392e135
- Added CURLOPT_SSH_KNOWNHOSTS, CURLOPT_SSH_KEYFUNCTION, CURLOPT_SSH_KEYDATA.
|
15 years ago |
Yang Tse
|
00883822be
allow building libcurl for VxWorks
|
15 years ago |
Yang Tse
|
c3d1b07c45
ensure that errno is not modified inside Curl_strerror()
|
16 years ago |
Yang Tse
|
3dcd2b82c4
fix print formatting string directives
|
16 years ago |
Daniel Stenberg
|
621c2b9015
- Axel Tillequin and Arnaud Ebalard added support for CURLOPT_ISSUERCERT, for
|
16 years ago |
Daniel Stenberg
|
3fe8251dfb
- Axel Tillequin and Arnaud Ebalard added support for CURLOPT_CRLFILE, for
|
16 years ago |
Daniel Stenberg
|
514592b892
- Introducing curl_easy_send() and curl_easy_recv(). They can be used to send
|
16 years ago |
Daniel Stenberg
|
cbd1a77ec2
if () => if()
|
17 years ago |
Daniel Stenberg
|
ce81cd21d3
I renamed the CURLE_SSL_PEER_CERTIFICATE error code to
|
17 years ago |
Dan Fandrich
|
3fa60164af
Renamed the CURLE_FTP_SSL_FAILED error code to CURLE_USE_SSL_FAILED.
|
17 years ago |
Dan Fandrich
|
ac6e0501c6
Made some of the error strings returned by the *strerror functions more
|
17 years ago |
Dan Fandrich
|
9f44a95522
Renamed several libcurl error codes and options to make them more general
|
17 years ago |
Daniel Stenberg
|
1b7f00b2a6
CURLE_FTP_COULDNT_STOR_FILE is now known as CURLE_UPLOAD_FAILED. This is
|
17 years ago |
Yang Tse
|
3a634a273a
curlassert macro replaced with DEBUGASSERT macro defined in setup_once.h
|
17 years ago |
Yang Tse
|
f99ca90540
Daniel Mirchandani fix to make libcurl build nicely on Winsock
|
18 years ago |
Linus Nielsen Feltzing
|
d465199411
Correct error code for CCC/SSL shutdown failure
|
18 years ago |
Daniel Stenberg
|
4750e6f3c5
- Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option to
|
18 years ago |