ad75360e | 11-Feb-2004 |
Daniel Stenberg |
use libtoolize --force to overwrite existing (older) files |
7f29bf61 | 11-Feb-2004 |
Daniel Stenberg |
install ares_version.h as well |
9ca395fd | 11-Feb-2004 |
Daniel Stenberg |
Dirk Manske's fix to install ares_version.h as well |
68e140b2 | 09-Feb-2004 |
Daniel Stenberg |
mondays are busy days catching up with the patches from the weekend! ;-) |
283f68f6 | 09-Feb-2004 |
Daniel Stenberg |
Dominick Meglio's update |
e6947f99 | 09-Feb-2004 |
Daniel Stenberg |
recent updates |
93e32e6f | 09-Feb-2004 |
Daniel Stenberg |
Modified the default HTTP Accept: header to only be Accept: */* |
f8a5ec13 | 09-Feb-2004 |
Daniel Stenberg |
Removed, this was only used to work out what went wrong with test 91, and we seem to have nailed that one now! |
2d0b2f29 | 09-Feb-2004 |
Daniel Stenberg |
Oops. I broke the flow with the previous commit. |
08e286ed | 09-Feb-2004 |
Daniel Stenberg |
P R Schaffner updated this to work for 7.11.0 |
220caed2 | 09-Feb-2004 |
Daniel Stenberg |
Dominick Meglio's added share interface documentation |
6eb0b5b9 | 09-Feb-2004 |
Daniel Stenberg |
removed the state file renaming I accidentally left there |
3bdc883c | 09-Feb-2004 |
Daniel Stenberg |
some annoying compilers warn about "(void)foo;" lines so we avoid them |
cc85f813 | 09-Feb-2004 |
Daniel Stenberg |
Make param2text() take an int argument, as that is what's being passed in. This is made to prevent compiler warnings. |
e723d2eb | 09-Feb-2004 |
Daniel Stenberg |
use VAR_NONE instead of 0 in the table to prevent compiler warning |
b440c663 | 09-Feb-2004 |
Daniel Stenberg |
return 'res' to better discover test failures and to stop compiler warnings about it never being used |
648c5b05 | 09-Feb-2004 |
Daniel Stenberg |
Uninitialized variable set. |
011929cf | 09-Feb-2004 |
Daniel Stenberg |
Tor Arntsen's patch for working around a notorious bug in the AIX5 getaddrinfo() implementation. |
7f679c3d | 09-Feb-2004 |
Daniel Stenberg |
Ken Rastatter's fixes to improve portability of this example: These minor changes remove portability issues with the this example and allow it to run on Win32. Specifically: * T
Ken Rastatter's fixes to improve portability of this example: These minor changes remove portability issues with the this example and allow it to run on Win32. Specifically: * The use of pthread_create() has been replaced by g_thread_create(). This removes the dependency on the pthreads library. Since this is an example using GTK+, g_thread_create() is available as it is a part of glibc. * The CURLOPT_FILE option is now referred to by its "newer name" CURLOPT_WRITEDATA. * The use of CURLOPT_WRITEFUNCTION has been added. As described in the docs, this avoids the crashes when using a DLL under Win32. * The output file has been renamed from "/tmp/test.curl" to "test.curl". It's unlikely that there is a /tmp when in Win32 and other examples in libcurl write their output files to the working directory.
show more ...
|
3e4cd0b4 | 06-Feb-2004 |
Daniel Stenberg |
mingw configure fix, host: fix, compiler warnings in ldap.c |
fc4f777b | 06-Feb-2004 |
Daniel Stenberg |
updated with recent fixes |
208a31f5 | 06-Feb-2004 |
Daniel Stenberg |
The Curl_strtoll() issue |
e565631a | 06-Feb-2004 |
Daniel Stenberg |
updated |
9f2780a2 | 06-Feb-2004 |
Daniel Stenberg |
Rewrote the gethostbyname() check after Andr�s Garc�a's provided patch for finding it using mingw on windows. I also made the script skip the search for gethostbyname_r and gethostbyaddr_r
Rewrote the gethostbyname() check after Andr�s Garc�a's provided patch for finding it using mingw on windows. I also made the script skip the search for gethostbyname_r and gethostbyaddr_r when ipv6 is enabled.
show more ...
|
1a6969a8 | 06-Feb-2004 |
Daniel Stenberg |
Added documentation of a few command line options that were still undocumented here. |