aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-23Changed c-ares naming conventions when using MSVC as described in README.msvcYang Tse
2009-11-23fixed CURLOPT_TFTP_BLKSIZE typoDaniel Stenberg
2009-11-23- Mention other recent changesYang Tse
2009-11-23- Jakub Hrozek renamed addrttl and addr6ttl structs to ares_addrttl andYang Tse
2009-11-23- Jakub Hrozek fixed more function prototypes in man pages to sync themYang Tse
2009-11-22Make configure remove the curlbuild.h file included in distribution tarballsYang Tse
2009-11-22Make configure remove the ares_build.h file included in distribution tarballs.Yang Tse
2009-11-22Fix macro redefinition.Yang Tse
2009-11-22Fix name space pollution.Yang Tse
2009-11-22Allow using different extra import libraries for debug and release builds.Yang Tse
2009-11-21Add manifest stuff to msvc makefileYang Tse
2009-11-20- Constantine Sapuntzakis identified a write after close, as the sockets wereDaniel Stenberg
2009-11-20Sync man page with realityYang Tse
2009-11-20Add missing external API decoration for ares_set_socket_callback()Yang Tse
2009-11-20- Jad Chamcham pointed out a bug with connection re-use. If a connection hadDaniel Stenberg
2009-11-20Add ares_free_data() man page.Yang Tse
2009-11-20- Provide in external interface preprocessor symbol definitions forYang Tse
2009-11-20Remove typecastYang Tse
2009-11-20Fix commentYang Tse
2009-11-20Add ares_data.c and ares_data.hYang Tse
2009-11-20Jakub Hrozek modified ares_parse_srv_reply() and ares_parse_txt_reply() APIYang Tse
2009-11-20Initial support for the generic ares_free_data() function that will allowYang Tse
2009-11-19Explicit initialization of all FTP struct members in ftp_init()Yang Tse
2009-11-18Fix compiler warning: ISO C90 forbids mixed declarations and codeYang Tse
2009-11-18Make memory tracking system intolerant with zero sized malloc(),Yang Tse
2009-11-18Make usage of calloc()'s arguments consistent with rest of code baseYang Tse
2009-11-18workaround icc 9.1 optimizer issueYang Tse
2009-11-17- Constantine Sapuntzakis provided another fix for the DNS cache that couldDaniel Stenberg
2009-11-17- Marc Kleine-Budde fixed: curl saved the LDFLAGS set during configure intoDaniel Stenberg
2009-11-16Add icc fvisibility bug testYang Tse
2009-11-16Fix icc 9.0 compiler warning: external definition with no prior declarationYang Tse
2009-11-16Update serial numberYang Tse
2009-11-16Fix three var namesYang Tse
2009-11-16Add check for assert.h header fileYang Tse
2009-11-15- David Byron improved the configure script to use pkg-config to find OpenSSLKamil Dudka
2009-11-15getaddrinfo is fully thread safe on solaris versions whichYang Tse
2009-11-15Client certificate ENG file type requires OpenSSL 0.9.7 or newerYang Tse
2009-11-15Remove files generated on previous buildconf/configure runYang Tse
2009-11-15Add a couple of renamed files to the removal listYang Tse
2009-11-15Remove enable-thread / disable-thread configure option. These were only placeboYang Tse
2009-11-14Added '--configure' option to curl-config to display original configure argum...Claes Jakobsson
2009-11-14Refactor how preprocessor symbol _THREAD_SAFE definition is done.Yang Tse
2009-11-14OpenSSL 0.9.7 or newer required for ENGINE_CTRL_GET_CMD_FROM_NAME definitionYang Tse
2009-11-14- Claes Jakobsson restored the configure functionality to detect NSS whenDaniel Stenberg
2009-11-14- Camille Moncelier added support for the file type SSL_FILETYPE_ENGINE forDaniel Stenberg
2009-11-14- Constantine Sapuntzakis provided the fix that ensures that an SSL connectionYang Tse
2009-11-13Assume that getaddrinfo is thread safe, unless hard codedYang Tse
2009-11-13Related with the threadsafe capability of getaddrinfo:Yang Tse
2009-11-12AIX 5.2 and newer have threadsafe getaddrinfo.Yang Tse
2009-11-12HP-UX 11.11 and later have threadsafe getaddrinfoYang Tse