Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-28 | fix leftover | Yang Tse | |
2008-10-28 | Tweaked the include paths to work in CodeWarrior | Dan Fandrich | |
2008-10-28 | Initial attempt to detect at configuration time if the getaddrinfo() | Yang Tse | |
function returns an addrinfo with an unfreeable ai_canonname member ptr. | |||
2008-10-28 | Changed the "resolve" test precheck program to verify that an IPv6 socket | Dan Fandrich | |
can be created before resolving the IPv6 name. In the context of running a test, it doesn't make sense to run an IPv6 test when a host is resolvable but IPv6 isn't usable. This should fix failures of test 1085 on hosts with library and DNS support for IPv6 but where actual use of IPv6 has been administratively disabled. | |||
2008-10-28 | curlx.h isn't a system include file so it gets double quotes | Dan Fandrich | |
2008-10-28 | Initial attempt to detect at configuration time if the getaddrinfo() | Yang Tse | |
function returns an addrinfo with an unfreeable ai_addr member ptr. | |||
2008-10-28 | Philippe Vaucher pointed out this use of an outdated option name... | Daniel Stenberg | |
2008-10-28 | fix test # 558 and 559 CFLAGS | Yang Tse | |
2008-10-27 | Added rawstr.c to some more non-configure curl makefiles | Dan Fandrich | |
2008-10-27 | don't skip tests 558 and 559 on i686 icc autobuilds | Yang Tse | |
2008-10-27 | test #558 tests internal hash create/destroy | Yang Tse | |
test #559 tests internal hash create/add/destroy | |||
2008-10-27 | Added explicit rule and dependencies for $(OBJ_DIR)\rawstr.obj. | Gisle Vanem | |
2008-10-27 | Skip test #558 when libcurl is built with hidden symbols | Yang Tse | |
2008-10-27 | For tracing purposes log a fake call to getaddrinfo | Yang Tse | |
when allocating/building the fake Curl_addrinfo. | |||
2008-10-27 | add null-pointer check | Yang Tse | |
2008-10-27 | avoid using Curl_ip2addr(), simply build up a fake Curl_addrinfo | Yang Tse | |
2008-10-26 | convert test #558 into something more interesting, attempting | Yang Tse | |
now to minimally exercise some internal hash routines. | |||
2008-10-26 | test #558 verifies loop operation using malloc() and free() | Yang Tse | |
2008-10-25 | add missing header inclusions | Yang Tse | |
2008-10-25 | Added experimental support for zlib and OpenSSL on Symbian OS. | Dan Fandrich | |
2008-10-25 | icc adjustments: | Yang Tse | |
Select ANSI C89 dialect plus GNU extensions, again. | |||
2008-10-25 | add missing header inclusions | Yang Tse | |
2008-10-24 | Stop using in6addr_any because it's not available everywhere (e.g. Symbian) | Dan Fandrich | |
and isn't strictly needed here. | |||
2008-10-24 | Added rawstr.c to Symbian curl build | Dan Fandrich | |
2008-10-24 | fix compiler warning | Yang Tse | |
2008-10-24 | some more temporary magic for the icc seg-fault issue | Yang Tse | |
2008-10-24 | icc permanent adjustment: | Yang Tse | |
Select precise floating-point model, otherwise doubles are less than 64-bit wide icc test adjustment: Select c89 dialect | |||
2008-10-24 | fix compiler warning | Yang Tse | |
2008-10-23 | Added rawstr.c to the non-configure curl makefiles | Dan Fandrich | |
2008-10-23 | Added rawstr.c to the non-configure libcurl makefiles | Dan Fandrich | |
2008-10-23 | moved some definitions from tftp.h to tftpd.c | Yang Tse | |
2008-10-23 | fix compiler warning | Yang Tse | |
2008-10-23 | moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ | Daniel Stenberg | |
inclusion by the curl tool without colliding with the curl_strequal functions. | |||
2008-10-23 | icc adjustments: | Yang Tse | |
Enable more icc warnings. Optimization disabling options used only for icc 9.1 | |||
2008-10-23 | Raise message severity up to warning, when strerror_r() exists but | Yang Tse | |
configure is unable of finding out if it has glibc-style or POSIX-style, trying to ensure that this condition does not go unnoticed. | |||
2008-10-23 | added include to make the krb4 code compile again | Daniel Stenberg | |
2008-10-23 | Really old gcc doesn't like parenthesis around the names of functions that | Dan Fandrich | |
don't have prototypes. They didn't serve any useful purpose here, anyway. | |||
2008-10-23 | Tweaked a few tests to test proper Turkish locale handling | Dan Fandrich | |
2008-10-23 | Created Curl_raw_nequal() which does a C-locale string case comparison. | Dan Fandrich | |
Changed checkprefix() to use it and those instances of strnequal() that compare host names or other protocol strings that are defined to be independent of case in the C locale. This should fix a few more Turkish locale problems. | |||
2008-10-23 | #include <stdlib.h> for exit() prototype | Yang Tse | |
2008-10-22 | Updated example sizes and disable key words | Dan Fandrich | |
2008-10-22 | Fixed a compiler warning with --disable-proxy | Dan Fandrich | |
2008-10-22 | fixed language, added the Solaris _REENTRANT thing | Daniel Stenberg | |
2008-10-22 | For i686 icc autobuilds: | Yang Tse | |
Re-enable all tests for debug-enabled builds. For debug-disabled builds only 8 tests are enabled. | |||
2008-10-22 | removed four issues that had no action at all for the last four weeks or more | Daniel Stenberg | |
2008-10-22 | some more temporary magic for the icc seg-fault issue | Yang Tse | |
2008-10-22 | remove from configure.ac temporary magic for the icc seg-fault issue | Yang Tse | |
2008-10-22 | Changed some arrays of char* to arrays of char[] to reduce data size and | Dan Fandrich | |
run-time relocations. | |||
2008-10-21 | Compile away some more code in the CURL_DISABLE_PROXY case. | Dan Fandrich | |
2008-10-21 | some more temporary magic for the icc seg-fault issue | Yang Tse | |