index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ares
/
setup_once.h
Age
Commit message (
Expand
)
Author
2007-10-24
Windows build targets have socklen_t definition in ws2tcpip.h but some
Yang Tse
2007-10-17
actually sync with lib/setup_once.h
Yang Tse
2007-10-17
sync with lib/setup_once.h
Yang Tse
2007-04-25
Steve Little's fixes to allow compilation on VMS 64-bit mode
Yang Tse
2007-04-11
convenience SIG_ATOMIC_T macro definition
Yang Tse
2007-04-04
move WinSock definitions of EBADF, EINTR, EINVAL and EAFNOSUPPORT to setup_o...
Yang Tse
2007-02-22
Check for stdbool.h at configuration stage, and include it if available.
Yang Tse
2007-02-21
curlassert macro replaced with DEBUGASSERT macro defined in setup_once.h
Yang Tse
2007-02-20
Move header file inclusion logic and definition of timeval
Yang Tse
2007-02-18
fix ENAMETOOLONG and ENOTEMPTY may already be defined in errno.h
Yang Tse
2007-02-17
Move portable error number symbolic name definitions to setup_once.h
Yang Tse
2007-02-15
introduce uppercase macros SOCKERRNO, SET_SOCKERRNO(), ERRNO and SET_ERRNO()
Yang Tse
2007-02-14
avoid using funtion isblank() and just use our ISBLANK
Yang Tse
2007-02-13
check for isblank() at configuration stage. If not available
Yang Tse
2007-02-13
use our own ISUPPER and ISLOWER macros
Yang Tse
2007-02-13
use our own ISBLANK macro
Yang Tse
2007-02-02
move DEBUGF macro definition to setup_once.h
Yang Tse
2007-01-27
sync with lib/setup_once.h
Yang Tse
2006-11-25
Make sure RETSIGTYPE is properly defined
Yang Tse
2006-11-22
Added a check in configure that verifies if <signal.h> is available,
Yang Tse
2006-10-27
Sync with lib/setup_once.h
Yang Tse
2006-10-18
Sync with lib/setup_once.h
Yang Tse
2006-10-18
Tor's spell fixes
Daniel Stenberg
2006-10-18
Move definition of IS*() macros to setup_once.h
Yang Tse
2006-07-31
Force compilation failure in case macros sread() or swrite() are not defined.
Yang Tse
2006-07-28
First step trying to avoid the multiple header inclusion and recursion nightm...
Yang Tse