platform/upstream/c-ares.git
2007-01-30 Gisle VanemSupport for OpenWatcom (Win32): It do have getpid(...
2007-01-29 Yang Tsefix compiler warning "discards qualifiers from pointer...
2007-01-27 Yang Tsesync with lib/setup_once.h
2007-01-23 Gunter Knaufenabled build with libssh2; fixed copyright for new...
2006-12-11 Gisle Vanemahost.exe needs getopt.obj.
2006-11-25 Yang TseMake sure RETSIGTYPE is properly defined
2006-11-24 Yang TseDefine HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_AT...
2006-11-22 Daniel StenbergMichael Wallner fixed this problem: When I set domains...
2006-11-22 Daniel StenbergInstall ares_dns.h too
2006-11-22 Yang TseAdded a check in configure that verifies if <signal...
2006-11-11 Daniel Stenbergwe did 1.3.2 and are now on the 1.3.3 track!
2006-11-07 Gisle VanemMoved select_s() to Makefile.dj since select() is used...
2006-11-06 Yang Tseavoid a couple of potential zero size memory allocations
2006-11-05 Daniel Stenbergmention the areslib.dsp fix
2006-11-05 Daniel Stenbergadd the recent crowd of contributors
2006-11-05 Daniel StenbergAndreas Rieke fixed back the correct line endings!
2006-11-03 Daniel Stenbergstand clear for release 1.3.2
2006-11-03 Daniel StenbergAndreas Rieke added missing file and changed line endings
2006-10-31 Gisle VanemUpdated dependency output.
2006-10-31 Gisle VanemUpdated dependencies to not include config.h.
2006-10-31 Gisle VanemRemoved unneeded stuff.
2006-10-31 Gisle VanemAdded Watt-32 section to fix things for Watt32+Win32...
2006-10-31 Gisle VanemDon't include "nameser.h" for Watt32. Use the normal...
2006-10-31 Gisle VanemAdded definition of select() for Watt32.
2006-10-31 Gisle VanemRewritten to use ../packages/DOS/common.dj.
2006-10-27 Yang TseSync with lib/setup_once.h
2006-10-25 Gisle VanemFixed "'x' might be used uninitialized in this function...
2006-10-25 Gisle VanemAdded '-d' option for Watt32 targets. Added cvs id.
2006-10-25 Yang TseCompiler warning fix
2006-10-18 Yang TseSync with lib/setup_once.h
2006-10-18 Yang TseCheck for USE_WINSOCK instead of WIN32 where the check...
2006-10-18 Yang TseIntroduce symbol USE_WINSOCK which will be defined...
2006-10-18 Daniel StenbergTor's spell fixes
2006-10-18 Yang TseReplace is*() macros with our own IS*() ones.
2006-10-18 Yang TseMove definition of IS*() macros to setup_once.h
2006-10-14 Yang TseDefine HAVE_STRUCT_TIMEVAL as appropriate for platforms...
2006-10-13 Daniel StenbergPrevent ares_getsock() to overflow if more than 16...
2006-10-13 Yang TseCheck for struct timeval at configuration time
2006-10-12 Daniel Stenbergavoid an overflow if an excessive amount of servers...
2006-10-11 Yang TseRemove redundant __CYGWIN__ symbol check
2006-09-11 Daniel Stenberg- Guilherme Balena Versiani: I noted a strange BUG...
2006-08-29 Daniel StenbergBrad Spencer did
2006-08-14 Daniel Stenbergadd missing man page
2006-08-06 Yang TseCheck for network libraries the _same_ way it is done...
2006-08-05 Yang TseCheck for network libraries the same way it is done...
2006-08-04 Yang TseMinor compatibility fix
2006-08-04 Gisle VanemFixed comment.
2006-08-04 Yang TseFix compiler warning
2006-08-04 Yang TseAvoid redundant check. configure script takes care...
2006-08-04 Yang TseBeing unable to link or find out recv() or send() args...
2006-08-03 Yang TseMinGW/MSYS needs lib ws2_32 for proper operation of...
2006-08-03 Daniel StenbergRavi Pratap fixed ares_getsock() to actually return...
2006-07-31 Yang TseAvoid the risk of a false positive detection of MSG_NOS...
2006-07-31 Yang TseForce compilation failure in case macros sread() or...
2006-07-31 Yang TseProvide definitions needed for macros sread() and swrit...
2006-07-29 Yang TseFix compiler warnings.
2006-07-29 Yang Tseinclude setup_once.h dependency and adjust to 80 char...
2006-07-28 Yang TseReplace send() and recv() with swrite() and sread(...
2006-07-28 Yang TseFirst step trying to avoid the multiple header inclusio...
2006-07-26 Yang TseProvide multiple header inclusion prevention definition...
2006-07-26 Yang TseChange multiple header inclusion prevention definition...
2006-07-26 Yang TseChange multiple header inclusion prevention definition...
2006-07-26 Yang TseSync header with source code
2006-07-25 Yang TseSimplify check for NEED_MALLOC_H, and make more explici...
2006-07-23 Gisle VanemAdded getopt() processing.
2006-07-22 Gisle VanemAdded getopt() processing of [-t {a|aaaa}].
2006-07-22 Gisle VanemAdded CVS id.
2006-07-22 Gisle Vanem2nd try adding CVS id.
2006-07-22 Gisle VanemAdded CVS id.
2006-07-22 Gisle VanemUse ares_free_string() to avoid detecting leaks.
2006-07-22 Gisle VanemIf CURLDEBUG defined, call curl_memdebug() if $CARES_ME...
2006-07-14 Yang TseFix compiler warning
2006-07-14 Yang TseChange the ai_addrlen type of struct addrinfo from...
2006-07-11 Yang TseDefine NEED_MALLOC_H if including <stdlib.h> is not...
2006-07-07 Yang TseFinally get rid of CURL_CHECK_HEADERS_ONCE since it...
2006-07-07 Yang TseSubstitution of the literal '-' is only done if it...
2006-07-07 Yang TseUsing backslashes and slashes in the strings of the...
2006-07-07 Yang TseFix excessive escaping.
2006-07-07 Yang TseFix CURL_CHECK_HEADERS_ONCE
2006-07-06 Yang TseFix MinGW/MSYS support in CURL_CHECK_FUNC_RECV and...
2006-07-05 Yang TsePrevent definition of HAVE_WINxxx_H symbols and avoid...
2006-07-04 Yang TseUse a more descriptive var name.
2006-07-04 Yang TseGet qualifier of arg 2 for send() apart into SEND_QUAL_...
2006-07-04 Yang TsePlatforms that don't have/run configure need default...
2006-07-04 Yang TseFind out return types and argument types for functions...
2006-07-03 Yang TseUse CURL_CHECK_FUNC_GETNAMEINFO results in CURL_CHECK_N...
2006-07-02 Yang TseMake CURL_CHECK_NI_WITHSCOPEID actually try to compile...
2006-07-02 Yang TseFix shell globbing in CURL_CHECK_FUNC_GETNAMEINFO
2006-07-02 Yang TseFix shell globbing in CURL_CHECK_FUNC_GETNAMEINFO
2006-07-01 Yang TseGet qualifier of arg 1 for getnameinfo apart. Take 2.
2006-06-30 Yang TseGet qualifier of arg 1 for getnameinfo apart.
2006-06-30 Yang TseRemove experimental notice from CURL_CHECK_FUNC_GETNAMEINFO
2006-06-26 Daniel Stenberginclude config-win32.h in release archives
2006-06-24 Daniel Stenberg1.3.1
2006-06-19 William AhernRemove "big endian" DNS section and RR data integer...
2006-06-19 William AhernHandle EAGAIN/EWOULDBLOCK readiness errors, which can...
2006-05-24 Daniel StenbergCopied the NO_UNDEFINED magic from libcurl to make...
2006-05-10 Daniel StenbergBram Matthys brought my attention to a libtool peculiar...
2006-05-05 Daniel Stenbergtwo more contributors
2006-05-03 Daniel Stenbergmoved the curl_off_t check to within the --enable-debug...
next