inet_ntop.c: s/socklen_t/ares_socklen_t
[platform/upstream/c-ares.git] / setup_once.h
2013-02-15 Gisle Vanemcurl_setup_once.h: definition of HAVE_CLOSE_S defines...
2012-12-17 Yang Tsesetup_once.h: HP-UX specific 'bool', 'false' and 'true...
2012-12-14 Yang Tsesetup_once.h: HP-UX <sys/socket.h> issue workaround
2012-12-14 Yang Tsesetup_once.h: refactor inclusion of <unistd.h> and...
2012-12-12 Yang Tsesetup_once.h: HP-UX specific TRUE and FALSE definitions
2012-04-17 Yang Tsesetup_once.h: tighten requirements for stdbool.h header...
2011-09-04 Yang Tsesetup_once.h cleanup and sync
2011-03-22 Yang Tsesetup_once: system error codes for Windows CE
2011-03-22 Yang TseSystem's errno.h inclusion cleanup.
2011-03-15 Gisle VanemWatt-32: use errno
2010-12-15 Yang Tsesetup_once: provide ISASCII macro
2010-11-12 Yang TseFix compiler warning: array subscript has type 'char'
2010-05-31 Tor Arntsenimprove alternative definition of bool to use enum...
2010-05-31 Yang Tsefix VS2010 compiler warnings
2010-03-27 Daniel Stenbergremove all $Id$ lines
2009-12-30 Yang TseVMS specific preprocessor symbol checking adjustments
2009-06-19 Yang Tsesclose() function-like macro definition used to close...
2009-06-10 Yang TseAdjusted to take in account that...
2009-05-02 Yang TseUse build-time configured ares_socklen_t instead of...
2009-04-21 Yang TseMoved potential inclusion of system's malloc.h and...
2008-08-27 Yang TseDon't abort configuration if recvfrom() is not available.
2008-07-21 Yang TseChange recvfrom's sixth argument data type to the ...
2008-07-21 Yang TseUse the sreadfrom() wrapper to replace recvfrom() in...
2008-07-17 Yang TseRECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYP...
2008-07-16 Yang TseConfigure process now checks availability of recvfrom...
2008-05-21 Yang Tsefix: remove need and definition of HAVE_SOCKLEN_T symbol
2007-10-24 Yang TseWindows build targets have socklen_t definition in...
2007-10-17 Yang Tseactually sync with lib/setup_once.h
2007-10-17 Yang Tsesync with lib/setup_once.h
2007-04-25 Yang TseSteve Little's fixes to allow compilation on VMS 64...
2007-04-11 Yang Tseconvenience SIG_ATOMIC_T macro definition
2007-04-04 Yang Tsemove WinSock definitions of EBADF, EINTR, EINVAL and...
2007-02-22 Yang TseCheck for stdbool.h at configuration stage, and include...
2007-02-21 Yang Tsecurlassert macro replaced with DEBUGASSERT macro define...
2007-02-20 Yang TseMove header file inclusion logic and definition of...
2007-02-18 Yang Tsefix ENAMETOOLONG and ENOTEMPTY may already be defined...
2007-02-17 Yang TseMove portable error number symbolic name definitions...
2007-02-15 Yang Tseintroduce uppercase macros SOCKERRNO, SET_SOCKERRNO...
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-02 Yang Tsemove DEBUGF macro definition to setup_once.h
2007-01-27 Yang Tsesync with lib/setup_once.h
2006-11-25 Yang TseMake sure RETSIGTYPE is properly defined
2006-11-22 Yang TseAdded a check in configure that verifies if <signal...
2006-10-27 Yang TseSync with lib/setup_once.h
2006-10-18 Yang TseSync with lib/setup_once.h
2006-10-18 Daniel StenbergTor's spell fixes
2006-10-18 Yang TseMove definition of IS*() macros to setup_once.h
2006-07-31 Yang TseForce compilation failure in case macros sread() or...
2006-07-28 Yang TseFirst step trying to avoid the multiple header inclusio...