platform/upstream/c-ares.git
2009-04-30 Yang TseAdded some notes regarding ares_build.h
2009-04-30 Yang Tsefix EOL
2009-04-30 Yang Tsefix EOL
2009-04-30 Yang Tsecope with ares_build.h and ares_rules.h
2009-04-30 Yang Tsebuildconf.bat for CVS-tree c-ares
2009-04-30 Yang TseUse 'unsigned int' instead of size_t attempting to...
2009-04-30 Yang TseNetWare LibC's getpeername() third argument data type...
2009-04-29 Yang TseRemove temporary debug tracing for ares_socklen_t Windo...
2009-04-29 Yang Tseares_socklen_t follow-up
2009-04-29 Yang Tseares_build.h Windows follow-up
2009-04-29 Yang TseAdd temporary debug tracing for ares_socklen_t Windows...
2009-04-29 Yang Tseares_build.h NetWare follow-up
2009-04-29 Yang Tseares_build.h NetWare attempt
2009-04-28 Yang TseInitial step towards a configure time ares_socklen_t...
2009-04-28 Yang Tseignore stamp-h*
2009-04-28 Yang TseAdded CARES_INCLUDES_SYS_TYPES
2009-04-26 Yang TseInitial step towards a configure time curl_socklen_t...
2009-04-22 Yang Tseavoid use of alloca()
2009-04-21 Yang TseMoved potential inclusion of system's malloc.h and...
2009-04-21 Yang Tseignore
2009-04-18 Gisle VanemAdded '-DHAVE_LIMITS_H'.
2009-04-17 Yang Tseremove compiler options used while debugging the icc...
2009-04-15 Yang Tsemoved HAVE_LIMITS_H to common defines
2009-04-15 Yang TseSet HP-UX compiler warning level back to the one that...
2009-04-14 Yang TseHAVE_LIMITS_H definition for NetWare CLIB
2009-04-14 Yang Tseuse HAVE_LIMITS_H symbol to protect limits.h inclusion
2009-04-14 Yang Tsefix compiler warning: implicit conversion shortens...
2009-03-11 Yang Tses/u_long/unsigned long/
2009-02-20 Yang TseDo not halt compilation when using VS2008 to build...
2009-02-13 Yang Tseignore
2009-02-03 Phil Blundell* February 3 2009 (Phil Blundell)
2009-01-31 Daniel Stenberg- ares_gethostbyname() now accepts 'AF_UNSPEC' as a...
2009-01-18 Gisle Vanemfopen() returns error in 'errno' even on Windows.
2009-01-18 Gisle VanemConstified some arguments in local functions.
2009-01-14 Daniel Stenberg- ares.h no longer uses the HAVE_STRUCT_IN6_ADDR define...
2009-01-13 Phil Blundell- ares__send_query() now varies the retry timeout pseud...
2009-01-11 Daniel Stenberg- Phil Blundell added the internal function ares__expan...
2008-12-30 Gunter Knaufadded HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID to ares Makefile...
2008-12-09 Daniel Stenberguse the new URL
2008-12-09 Daniel Stenbergstart over on the 1.6.1 release...
2008-12-09 Daniel Stenbergadd space
2008-12-09 Gisle VanemFix for Win32 targets using Watt-32.
2008-12-09 Dan FandrichC89 compilers (like Minix' ACK) only need to handle...
2008-12-08 Gisle VanemAdded needed defines for Watt-32 on Windows.
2008-12-08 Gisle VanemUndefine 'optarg', 'optind' and 'opterr' when using...
2008-12-08 Gisle Vanemares_writev() shall not be exported when using Watt...
2008-12-08 Gisle VanemRemoved unneeded defines HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T,
2008-12-04 Daniel Stenbergthe initial version of the ares_set_socket_callback...
2008-12-04 Daniel StenbergGregor Jasny provided the patch that introduces ares_se...
2008-12-04 Dan FandrichBring the sys/include.h include test in line with curl's.
2008-12-03 Daniel StenbergLet's not call ares_save_options() deprecated just yet
2008-12-03 Daniel StenbergIntroduce ares_dup(3) and new thoughts about API/ABI...
2008-12-02 Dan FandrichMake sure sys/socket.h is included before netinet/in...
2008-12-01 Daniel Stenbergminor indent fix
2008-12-01 Daniel StenbergConvert the public config struct to the same binary...
2008-11-29 Gisle VanemAdded '-DHAVE_GETHOSTNAME'.
2008-11-29 Dan FandrichMake sure sys/socket.h is included before netinet/in...
2008-11-28 Dan FandrichNetware has gethostname()
2008-11-28 Dan FandrichFixed a couple of typos
2008-11-28 Dan FandrichDon't tweak the HAVE_* macros when using autoconf
2008-11-28 Dan FandrichMake use of gethostname() conditional on it being available
2008-11-28 Dan FandrichOnly set TCP_NODELAY when it exists
2008-11-28 Daniel Stenbergupdated with changes, preparing for a release soon
2008-11-26 Yang TseGerald Combs fixed a bug in ares_parse_ptr_reply()...
2008-11-26 Yang TseBrad Spencer provided changes to allow buildconf to...
2008-11-25 Yang TseIn preparation for the upcomming IPv6 nameservers patch...
2008-11-20 Dan FandrichMake checking for struct ifreq a prerequisite for setting
2008-11-20 Daniel Stenberguse unsigned short better intead of mixing with ints...
2008-11-20 Daniel Stenbergplease the picky compilers by staying with short as...
2008-11-19 Daniel Stenberg- Brad Spencer brought the new function ares_gethostbyn...
2008-11-19 Yang Tseuser provided PATH_SEPARATOR always overrides auto...
2008-11-18 Yang Tseattempting to keep lines below 80 chars
2008-11-18 Yang Tseprovide a common PATH_SEPARATOR check method which...
2008-11-18 Yang Tsecheck for gethostbyaddr and gethostbyname as it is...
2008-11-17 Yang TseMake configure script check if ioctl with the SIOCGIFAD...
2008-11-17 Yang Tsefix leftover from previous commit
2008-11-17 Yang Tsefix inet_pton() runtime configure check
2008-11-16 Yang Tsetrim down configure script size
2008-11-15 Daniel StenbergFixed an OOM condition reported by Jim Meyering
2008-11-14 Yang Tsefix typo affecting inclusion of <arpa/inet.h> in configure
2008-11-14 Yang Tse#include <string.h> in the getaddrinfo() runtime check...
2008-11-14 Yang Tsefix symbol definition check for fcntl.h inclusion
2008-11-13 Yang TseRefactor configure script detection of functions used...
2008-11-01 Daniel StenbergAdded a TODO file to list things we want changed, added...
2008-11-01 Daniel Stenberg- Carlo Contavalli added support for the glibc "rotate...
2008-11-01 Yang TseAdjust WIN32 freeaddrinfo, getaddrinfo and getnameinfo...
2008-11-01 Yang TseWIN32 availability of freeaddrinfo, getaddrinfo and...
2008-10-30 Yang Tsecheck for freeaddrinfo() at configuration phase
2008-10-30 Yang Tseupdate aclocal file serial number
2008-10-30 Yang Tseremove verification of the freeability of the addrinfo...
2008-10-29 Yang Tsefix comment
2008-10-29 Yang Tsemake CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_ADDR
2008-10-28 Yang Tsefix leftover
2008-10-28 Yang TseInitial attempt to detect at configuration time if...
2008-10-28 Yang TseInitial attempt to detect at configuration time if...
2008-10-25 Yang Tseicc adjustments:
2008-10-24 Yang Tsesome more temporary magic for the icc seg-fault issue
2008-10-24 Yang Tseicc permanent adjustment:
2008-10-23 Yang Tseicc adjustments:
2008-10-23 Yang Tse#include <stdlib.h> for exit() prototype
next