59695c05 | 08-Jun-2004 |
Daniel Stenberg |
time schedule for this year |
f0969c96 | 07-Jun-2004 |
Daniel Stenberg |
prevent compiler warning with picky compilers |
18dd8154 | 07-Jun-2004 |
Daniel Stenberg |
Reverted the previous change and redid it differently as it seemed to not work. This is supposed to detect cross-compiling and alert the user, and not do the POSIX-check for strerror_r() if i
Reverted the previous change and redid it differently as it seemed to not work. This is supposed to detect cross-compiling and alert the user, and not do the POSIX-check for strerror_r() if it already detected a glibc-compatible strerror_r().
show more ...
|
4c587976 | 07-Jun-2004 |
Daniel Stenberg |
When sending info about which host that sends what, include proper direction to/from, based on a suggestion from Alexander Krasnostavsky |
d620f1e5 | 04-Jun-2004 |
Daniel Stenberg |
configure fix |
e0b436f8 | 04-Jun-2004 |
Daniel Stenberg |
1 - do better when cross-compiling when checking for strerror_r() - alert the user. 2 - don't check for POSIX-style if glibc-style is found first |
e99d1e97 | 04-Jun-2004 |
Daniel Stenberg |
test 173 added: HTTP RFC1867-formpost a file from stdin with "faked" filename |
1fb74b4f | 04-Jun-2004 |
Daniel Stenberg |
fixed spell, removed reference to a 'tools' subdir in the curl dir, as we don't have one |
473f6ea9 | 04-Jun-2004 |
Daniel Stenberg |
G�nter Knauf's netware fix |
0b04c521 | 04-Jun-2004 |
Daniel Stenberg |
G�nter Knauf's netware build fixes |
8383945a | 04-Jun-2004 |
Daniel Stenberg |
3rd party transfers are in CVS now |
fce9d511 | 03-Jun-2004 |
Daniel Stenberg |
updated a comment |
7c3ee842 | 03-Jun-2004 |
Daniel Stenberg |
updates |
a8db25f4 | 03-Jun-2004 |
Daniel Stenberg |
the test targets won't invoke the test suite if curl is built cross-compiled. Pointed out by Chris Gaukroger. |
20705ca3 | 03-Jun-2004 |
Daniel Stenberg |
set an automake conditional for if this is a cross-compile or not |
af33c6b5 | 03-Jun-2004 |
Daniel Stenberg |
deleted trailing whitespace |
2b8775df | 03-Jun-2004 |
Daniel Stenberg |
7.12.0 introduced IDN support |
ea81dd9e | 03-Jun-2004 |
Daniel Stenberg |
Alexander Krasnostavsky's FTP third party transfer (proxy) support |
7dcb1027 | 03-Jun-2004 |
Daniel Stenberg |
Mention the python-isque mailing list, don't mention the commit mailing lists as they are probably very rarely intresting to the "common people" anyway. |
aa0e3206 | 03-Jun-2004 |
Daniel Stenberg |
CURLE_FAILED_INIT is returend when an unknown option is set |
2e8f37ac | 03-Jun-2004 |
Daniel Stenberg |
Added example of how to use the upcoming support for FTP 3rd party transfers |
195d769c | 03-Jun-2004 |
Daniel Stenberg |
corrected to use the proxy user name for proxy auth, as was just bugfixed! |
70f08b5b | 03-Jun-2004 |
Daniel Stenberg |
Vincent Bronner made the code use the correct user name + password when doing proxy authentication. |
9e987ac6 | 03-Jun-2004 |
Daniel Stenberg |
getinfo.c is a new tiny example that uses curl_easy_getinfo() to get the content-type after a transfer. |
de03f172 | 02-Jun-2004 |
Daniel Stenberg |
very minor format edit |