2bf72937 | 22-Mar-2005 |
Daniel Stenberg |
provide HTML and PDF versions of the man pages in the dist archive |
4e555c7b | 22-Mar-2005 |
Daniel Stenberg |
When cross-compiling, we do some better checking for the NI_WITHSCOPEID option instead of just assuming it is present. |
bd7021d0 | 22-Mar-2005 |
Gisle Vanem |
CURL_EXTERN is already in <curl/curl.h>. |
1a145556 | 22-Mar-2005 |
Gisle Vanem |
Prevent redefinition warning with CURLDEBUG. |
cb3fb371 | 22-Mar-2005 |
Daniel Stenberg |
moved out the changes from 2004 to CHANGES.2004 |
6c6dda1b | 22-Mar-2005 |
Dan Fandrich |
Fixed typo. |
a7128080 | 21-Mar-2005 |
Daniel Stenberg |
the same fix here too, typecast to prevent win32 compiler warning |
e19c2037 | 21-Mar-2005 |
Daniel Stenberg |
typecase to fix win32 compiler warning (and intended as other code is) |
8817779f | 21-Mar-2005 |
Daniel Stenberg |
Modified the VALID_SOCK() macro to become VERIFY_SOCK() instead. It is slighly more involved, but should hopefully not generate any compiler warnings on win32 systems (that can't check the so
Modified the VALID_SOCK() macro to become VERIFY_SOCK() instead. It is slighly more involved, but should hopefully not generate any compiler warnings on win32 systems (that can't check the socket based on the numeric).
show more ...
|
3e5a3267 | 21-Mar-2005 |
Daniel Stenberg |
Make NTLM tests depend on the NTLM feature at not SSL, since the NTLM support is no longer only present when built with SSL support. |
d34f32b3 | 21-Mar-2005 |
Daniel Stenberg |
format mistake |
c85a77e0 | 20-Mar-2005 |
Daniel Stenberg |
removed a (fairly useless) debug output just to compile without warning |
9406e517 | 20-Mar-2005 |
Daniel Stenberg |
silence win32 compiler warnings |
4a560492 | 20-Mar-2005 |
Daniel Stenberg |
attempt to fix the ares link breakage with --enable-debug in libcurl and here |
04ea4b4d | 19-Mar-2005 |
Daniel Stenberg |
silence warnings on win32 about static functions that are never used |
5b6b6283 | 19-Mar-2005 |
Daniel Stenberg |
some additional debug output |
38f07ce0 | 19-Mar-2005 |
Daniel Stenberg |
fix compiler warning |
987cdebe | 18-Mar-2005 |
Dan Fandrich |
Fixed spelling of --runtestopts |
6b978db3 | 18-Mar-2005 |
Dan Fandrich |
Netware builds don't use configure. |
5840c8cb | 18-Mar-2005 |
Daniel Stenberg |
fix by Kyrre Kristiansen |
44f2024b | 18-Mar-2005 |
Daniel Stenberg |
adjust to use plain 'make' even for cross-compiles if using configure- style build |
410942e9 | 18-Mar-2005 |
Daniel Stenberg |
a Common Lisp binding |
5b3730fe | 17-Mar-2005 |
Dan Fandrich |
Change the bogus address used in test237 to be more reliable when run on a host with a buggy resolver that strips all but the bottom 8 bits of each octet. The resolved address in this case (
Change the bogus address used in test237 to be more reliable when run on a host with a buggy resolver that strips all but the bottom 8 bits of each octet. The resolved address in this case (192.0.2.127) is guaranteed never to belong to a real host (see RFC3330).
show more ...
|
38f797cc | 17-Mar-2005 |
Dan Fandrich |
Use the proper macro to do uClibc detection. |
553c5a75 | 17-Mar-2005 |
Daniel Stenberg |
include inet_pton.h |