Age | Commit message (Expand) | Author |
2008-09-18 | fix compiler warning: external definition with no prior declaration | Yang Tse |
2008-09-18 | fix compiler warning: external definition with no prior declaration | Yang Tse |
2008-09-18 | fix compiler warning: external declaration in primary source file | Yang Tse |
2008-09-18 | icc adjustments | Yang Tse |
2008-09-18 | sync up with reality | Yang Tse |
2008-09-18 | fix false negative strerror_r detection | Yang Tse |
2008-09-18 | fix wrong number used in comparison | Yang Tse |
2008-09-18 | fix wrong variable used in comparison | Yang Tse |
2008-09-18 | fix netdb.h prerequisite inclusion | Yang Tse |
2008-09-17 | Fixed a syntax error | Dan Fandrich |
2008-09-17 | Removed reference to curl-ca-bundle.crt in the host verification failure | Dan Fandrich |
2008-09-17 | improve detection of gethostbyaddr_r() and gethostbyname_r() | Yang Tse |
2008-09-17 | improve detection of getservbyport_r() | Yang Tse |
2008-09-17 | On Linux Intel's icc uses gcc's header files, so | Yang Tse |
2008-09-17 | improve detection of gethostname(), localtime_r() and strstr() | Yang Tse |
2008-09-17 | improve detection of gethostname() | Yang Tse |
2008-09-17 | NetWare builds include "nameser.h" from the c-ares subdir | Yang Tse |
2008-09-17 | include <strings.h> | Yang Tse |
2008-09-17 | sync up with reality | Yang Tse |
2008-09-17 | Sync up with reality | Yang Tse |
2008-09-17 | adjust inclusion of "nameser.h" | Yang Tse |
2008-09-17 | reorder some lines in file | Yang Tse |
2008-09-16 | code cleanup | Yang Tse |
2008-09-16 | NetWare seems to have writev() | Yang Tse |
2008-09-16 | NetWare seems to have writev() | Yang Tse |
2008-09-16 | rearrange to allow internal/private use of ares_writev to any system | Yang Tse |
2008-09-16 | NetWare CLIB target has stricmp() and strnicmp() | Yang Tse |
2008-09-15 | Changed the test data file so it passes an XML syntax check | Dan Fandrich |
2008-09-15 | Note that the long long issue is fixed in Symbian OS 9.4 | Dan Fandrich |
2008-09-15 | NetWare CLIB target has stricmp() and strnicmp() | Yang Tse |
2008-09-15 | include header file only when available | Yang Tse |
2008-09-15 | remove debug tracing | Yang Tse |
2008-09-15 | rearrange to allow internal/private use of ares_strcasecmp to any system that | Yang Tse |
2008-09-15 | HAVE_STRNCASECMP and HAVE_STRNICMP definitions for WIN32 | Yang Tse |
2008-09-15 | improve detection of: | Yang Tse |
2008-09-15 | improve detection of: | Yang Tse |
2008-09-13 | fix compiler warning: external declaration in primary source file | Yang Tse |
2008-09-13 | fix compiler warning: defined but not used | Yang Tse |
2008-09-13 | fix compiler warning: external declaration in primary source file | Yang Tse |
2008-09-13 | fix compiler warning: external declaration in primary source file | Yang Tse |
2008-09-13 | Disable tracking of fdopen() calls in the low-level memory leak tracking | Yang Tse |
2008-09-13 | remove dead code portion inoperative long time ago | Yang Tse |
2008-09-13 | *** empty log message *** | Yang Tse |
2008-09-13 | fix compiler warning: enumerated type mixed with another type | Yang Tse |
2008-09-12 | djgpp does have strdup(). | Gisle Vanem |
2008-09-12 | sync with reality | Yang Tse |
2008-09-12 | ANSI C compatibility adjustment | Yang Tse |
2008-09-12 | ensure that errno is not modified inside Curl_strerror() | Yang Tse |
2008-09-12 | also check for an 'unsigned int' for third argument of strerror_r() | Yang Tse |
2008-09-12 | improve detection of strerror_r() | Yang Tse |