444f6427 | 21-Dec-2004 |
Daniel Stenberg |
oops, variables first then code |
a173e07e | 21-Dec-2004 |
Daniel Stenberg |
Prevent failf() from using the va_list variable more than once. See bug report #1088962 and Single Unix Specification: http://www.opengroup.org/onlinepubs/007908799/xsh/vfprintf.html |
3de85777 | 21-Dec-2004 |
Daniel Stenberg |
mention how the FTP code should be fixed one day |
f4c53148 | 21-Dec-2004 |
Daniel Stenberg |
include sys/types.h before sys/select.h |
1225ad58 | 21-Dec-2004 |
Daniel Stenberg |
set debug curl too when -c is used |
951fdeba | 21-Dec-2004 |
Daniel Stenberg |
How do I list the root dir of an FTP server? |
327b46cc | 20-Dec-2004 |
Dan Fandrich |
Fixed a compile warning introduced by making the protocol table const. This involves a binary-compatible change to the API struct curl_version_info_data |
80d30125 | 20-Dec-2004 |
Dan Fandrich |
Make some more arrays of pointers const. |
0e591829 | 20-Dec-2004 |
Dan Fandrich |
gcc 2.7 can't handle a few warning options that gcc 2.95 can. |
7270d5ce | 20-Dec-2004 |
Daniel Stenberg |
start working on 7.12.4 |
a142d419 | 20-Dec-2004 |
Daniel Stenberg |
and we start all over again |
23cf63f5 | 20-Dec-2004 |
Daniel Stenberg |
7.12.3 |
13ee90bb | 19-Dec-2004 |
Gisle Vanem |
OpenSSL updates; get CA_BUNDLE from env. Assume no Kerberos, have <pkcs12.h>, <engine.h> and built-in engines. |
754d6c3a | 19-Dec-2004 |
Gisle Vanem |
Remove 'data' initialiser. |
c6f6e812 | 19-Dec-2004 |
Daniel Stenberg |
clarified a few changes |
7803a1a2 | 19-Dec-2004 |
Daniel Stenberg |
fixed the solaris pkcs12 build problem |
3d647b9a | 19-Dec-2004 |
Daniel Stenberg |
if the pkcs12.h header exists, include it already in urldata.h to work around a precedence problem with the zlib header. See CHANGES for details. |
090a7f38 | 19-Dec-2004 |
Daniel Stenberg |
check for openssl/pkcs12.h |
8ad47a13 | 18-Dec-2004 |
Daniel Stenberg |
Samuel Listopad added support for PKCS12 formatted certificates. |
497cc6bf | 18-Dec-2004 |
Daniel Stenberg |
Samuel Listopad fixed -E to support "C:/path" (with forward slash) as well. |
d5be114c | 18-Dec-2004 |
Daniel Stenberg |
mention the new cookie api plans |
6e43a4cc | 18-Dec-2004 |
Daniel Stenberg |
Jean-Marc Ranger pointed out that the returned data doesn't survive a call to curl_multi_remove_handle() either. |
a07dcfd8 | 17-Dec-2004 |
Dan Fandrich |
Renamed a variable to avoid conflict with a C++ reserved word. |
321511a5 | 17-Dec-2004 |
Gisle Vanem |
Watcom has strtoll(). |
c5297b9f | 17-Dec-2004 |
Gisle Vanem |
Watcom uses 'i64' suffix. |