61043c7e | 31-Oct-2006 |
Gisle Vanem |
Updated dependency output. |
4545c9f2 | 31-Oct-2006 |
Gisle Vanem |
Updated dependencies to not include config.h. |
ad772d7b | 31-Oct-2006 |
Gisle Vanem |
Removed unneeded stuff. |
a56ef927 | 31-Oct-2006 |
Gisle Vanem |
Added Watt-32 section to fix things for Watt32+Win32 targets. |
561d01c4 | 31-Oct-2006 |
Gisle Vanem |
Don't include "nameser.h" for Watt32. Use the normal BSD-socket headers. |
c6c8a30d | 31-Oct-2006 |
Gisle Vanem |
Added definition of select() for Watt32. |
914dbeb1 | 31-Oct-2006 |
Gisle Vanem |
Rewritten to use ../packages/DOS/common.dj. |
56dc90ea | 31-Oct-2006 |
Gisle Vanem |
Change 'FILETYPE' to ' VFT_APP'. |
f51c567d | 31-Oct-2006 |
Yang Tse |
Show stderr log file for test 518 unconditionally. In this way we'll be able to sort out problems that might arise in the prechek phase of the 518 test. Once that 518 has been v
Show stderr log file for test 518 unconditionally. In this way we'll be able to sort out problems that might arise in the prechek phase of the 518 test. Once that 518 has been verified this change will be undone.
show more ...
|
9b2acca6 | 31-Oct-2006 |
Yang Tse |
Sync comment with code and add three messages more |
afcd9f1b | 30-Oct-2006 |
Yang Tse |
Address some pitfalls in the rlimit() function check that were preventing execution of this test on many platforms |
755ccbc4 | 30-Oct-2006 |
Gisle Vanem |
Allow 'curl_*printf()' to be used in C++ programs. |
0af7aec2 | 30-Oct-2006 |
Daniel Stenberg |
add contributors from the 7.16.0 release |
ee085ad6 | 30-Oct-2006 |
Daniel Stenberg |
start working on 7.16.1 |
719bec26 | 29-Oct-2006 |
Daniel Stenberg |
7.16.0 material |
b1db9dbb | 29-Oct-2006 |
Daniel Stenberg |
corrected how tests/memanalyze.pl is used |
609044ae | 29-Oct-2006 |
Yang Tse |
Compiler warning fix |
ba481718 | 29-Oct-2006 |
Yang Tse |
Make more human readable and maintainable previous compiler warning fix since it was Ok and actually avoids the targeted compiler warning. |
1be60dde | 29-Oct-2006 |
Daniel Stenberg |
updated to current status |
e92e811a | 29-Oct-2006 |
Daniel Stenberg |
updated to reflect reality |
5aa0db86 | 27-Oct-2006 |
Daniel Stenberg |
a small unification of the error text on failed server startups |
d5691211 | 27-Oct-2006 |
Yang Tse |
Sync with lib/setup_once.h |
a93695a7 | 27-Oct-2006 |
Yang Tse |
Compiler warning fix. Assigning the const value zero to a pointer to function results in a null pointer value assignment to the function pointer. Assignment of any nonzero v
Compiler warning fix. Assigning the const value zero to a pointer to function results in a null pointer value assignment to the function pointer. Assignment of any nonzero value is what should result in a implementation compiler dependent result. Since what we want to do here is the first case, this should not trigger compiler warnings related with conversions from 'pointer to data' to 'pointer to function'. Our autobuild test suite will judge.
show more ...
|
ce935a26 | 27-Oct-2006 |
Gisle Vanem |
Fixed 'x_TYPE_ARG2' to match prototypes of recv() and send(). |
812ce0d9 | 27-Oct-2006 |
Gisle Vanem |
Get rid of the special sread()+swrite() for MSDOS. Use recv() and send(). Added needed HAVE_x defines. |