aboutsummaryrefslogtreecommitdiff
path: root/lib/setup_once.h
AgeCommit message (Expand)Author
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2012-12-28build: rename 76 lib/*.h filesYang Tse
2012-12-28lib/*.h: use our standard naming scheme for header inclusion guardsYang Tse
2012-12-17setup_once.h: HP-UX specific 'bool', 'false' and 'true' definitions.Yang Tse
2012-12-14setup_once.h: HP-UX <sys/socket.h> issue workaroundYang Tse
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse
2012-12-12setup_once.h: HP-UX specific TRUE and FALSE definitionsYang Tse
2012-04-14setup_once.h: tighten requirements for stdbool.h header inclusionYang Tse
2012-03-17lwip: basic checks and macros for compatiblityDaniel Stenberg
2011-09-04setup_once.h cleanup and syncYang Tse
2011-09-03revert changes not intended to be pushed with commit 6b75d2c2Yang Tse
2011-09-03fix a bunch of MSVC compiler warningsYang Tse
2011-09-02MemoryTracking: fix logging of free() calls done where Curl_safefree is calledYang Tse
2011-08-05BSD-style lwIP TCP/IP stack support - followupYang Tse
2011-07-24errno.h inclusion conditionally done in setup_once.hYang Tse
2011-05-18CLOSESOCKETFUNCTION: addedDaniel Stenberg
2011-02-14gmtime: remove defineDaniel Stenberg
2011-02-07Curl_gmtime: avoid future mistakesDaniel Stenberg
2010-05-31update year in copyright noticeYang Tse
2010-05-27setup_once: use enum type for 'bool' on non-C99 platformsTor Arntsen
2010-05-20build: allow curl to build with Microsoft VC10Tanguy Fautre
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2009-12-30VMS specific preprocessor symbol checking adjustmentsYang Tse
2009-06-19sclose() function-like macro definition used to close a socket,Yang Tse
2009-06-10Adjusted to take in account that...Yang Tse
2009-05-02Use build-time configured curl_socklen_t instead of socklen_tYang Tse
2009-04-21Moved potential inclusion of system's malloc.h and memory.h header files toYang Tse
2008-08-27Don't abort configuration if recvfrom() is not available.Yang Tse
2008-07-21Change recvfrom's sixth argument data type to the 'historically standard' 'int'Yang Tse
2008-07-21Use the sreadfrom() wrapper to replace recvfrom() in our code.Yang Tse
2008-07-17RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now definedYang Tse
2008-07-16Configure process now checks availability of recvfrom() socket function andYang Tse
2008-05-21fix: remove need and definition of HAVE_SOCKLEN_T symbolYang Tse
2007-10-24Windows build targets have socklen_t definition in ws2tcpip.h but someYang Tse
2007-10-17We use this ZERO_NULL to avoid picky compiler warnings,Yang Tse
2007-09-05Minix doesn't support getsockopt on UDP sockets or send/recv on TCPDan Fandrich
2007-06-12With lots of help from Rich Rauenza(?) in bug #1733119, we introduce a fairlyDaniel Stenberg
2007-04-25Steve Little's fixes to allow compilation on VMS 64-bit modeYang Tse
2007-04-11convenience SIG_ATOMIC_T macro definitionYang Tse
2007-04-04move WinSock definitions of EBADF, EINTR, EINVAL and EAFNOSUPPORT to setup_o...Yang Tse
2007-02-22Check for stdbool.h at configuration stage, and include it if available.Yang Tse
2007-02-21curlassert macro replaced with DEBUGASSERT macro defined in setup_once.hYang Tse
2007-02-20Move header file inclusion logic and definition of timevalYang Tse
2007-02-18fix ENAMETOOLONG and ENOTEMPTY may already be defined in errno.hYang Tse
2007-02-17Move portable error number symbolic name definitions to setup_once.hYang Tse
2007-02-15introduce uppercase macros SOCKERRNO, SET_SOCKERRNO(), ERRNO and SET_ERRNO()Yang Tse
2007-02-14avoid using funtion isblank() and just use our ISBLANKYang Tse
2007-02-13check for isblank() at configuration stage. If not availableYang Tse
2007-02-13use our own ISUPPER and ISLOWER macrosYang Tse