platform/upstream/c-ares.git
2007-02-17 Yang TseMove portable error number symbolic name definitions...
2007-02-17 Yang Tsecompiler warning fix
2007-02-17 Yang Tsecompiler warning fix
2007-02-16 Yang Tseadd debug messages for fopen() failures
2007-02-16 Yang Tseuse macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKER...
2007-02-16 Yang Tsecompiler warning fix
2007-02-15 Yang Tseintroduce uppercase macros SOCKERRNO, SET_SOCKERRNO...
2007-02-15 Yang Tseicc 9.0 when compiling its generated code for its own...
2007-02-15 Yang Tsecompiler warning fix
2007-02-14 Yang TseOops, missing argument separator comma
2007-02-14 Yang Tsein debug messages also show error description
2007-02-14 Yang Tseavoid using funtion isblank() and just use our ISBLANK
2007-02-13 Yang Tsecheck for isblank() at configuration stage. If not...
2007-02-13 Yang Tseuse our own ISUPPER and ISLOWER macros
2007-02-13 Yang Tseuse our own ISBLANK macro
2007-02-13 Yang TseFix c-ares failing to get the search sequence of /etc...
2007-02-08 Yang Tsecompiler warning fix
2007-02-08 Yang Tseuse macro AC_AIX to define `_ALL_SOURCE', if on AIX.
2007-02-07 Yang Tseuse same AIX XLC compiler options as curl's
2007-02-07 Yang Tse*) Remove duplicate declaration of TYPE_SOCKADDR_STORAGE
2007-02-06 Gisle VanemINADDR_NONE no longer used.
2007-02-06 Gisle VanemAdded debug option ('-d') for Watt-32 programs.
2007-02-06 Gisle VanemAdded HAVE_PROCESS_H for DOS/Win32.
2007-02-06 Gisle VanemFix compiler warning.
2007-02-06 Gisle VanemInclude <sys/time.h> and <unistd.h> inside HAVE_x_H.
2007-02-06 Gisle VanemInclude <sys/time.h> and <unistd.h> inside HAVE_x_H.
2007-02-06 Yang Tsecompiler warning fix
2007-02-05 Gisle VanemRemove '-Dselect=select_s'. Remove depend.dj-
2007-02-05 Yang Tsecompiler warning fix
2007-02-04 Gisle VanemUse correct 3rd argument for ioctlsocket() under Watt-32.
2007-02-04 Gisle VanemUse correct calling convention.
2007-02-04 Gisle VanemAdded DllMain() function for Watcom.
2007-02-02 Yang Tsecompiler warning fix
2007-02-02 Yang Tseadd debug messages for initialization failures
2007-02-02 Yang Tseadd missing strings for existing error codes
2007-02-02 Yang Tsemove DEBUGF macro definition to setup_once.h
2007-02-01 Yang Tsecompiler warning fix
2007-02-01 Yang Tsecompiler warning fix
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...
next