summaryrefslogtreecommitdiff
path: root/lib/setup_once.h
Commit message (Expand)AuthorAgeFilesLines
* setup_once.h: tighten requirements for stdbool.h header inclusionYang Tse2012-04-141-1/+1
* lwip: basic checks and macros for compatiblityDaniel Stenberg2012-03-171-1/+12
* setup_once.h cleanup and syncYang Tse2011-09-041-24/+5
* revert changes not intended to be pushed with commit 6b75d2c2Yang Tse2011-09-031-3/+3
* fix a bunch of MSVC compiler warningsYang Tse2011-09-031-6/+12
* MemoryTracking: fix logging of free() calls done where Curl_safefree is calledYang Tse2011-09-021-2/+23
* BSD-style lwIP TCP/IP stack support - followupYang Tse2011-08-051-0/+16
* errno.h inclusion conditionally done in setup_once.hYang Tse2011-07-241-0/+3
* CLOSESOCKETFUNCTION: addedDaniel Stenberg2011-05-181-1/+0
* gmtime: remove defineDaniel Stenberg2011-02-141-3/+0
* Curl_gmtime: avoid future mistakesDaniel Stenberg2011-02-071-1/+3
* update year in copyright noticeYang Tse2010-05-311-1/+1
* setup_once: use enum type for 'bool' on non-C99 platformsTor Arntsen2010-05-271-6/+24
* build: allow curl to build with Microsoft VC10Tanguy Fautre2010-05-201-0/+25
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* VMS specific preprocessor symbol checking adjustmentsYang Tse2009-12-301-2/+2
* sclose() function-like macro definition used to close a socket,Yang Tse2009-06-191-0/+13
* Adjusted to take in account that...Yang Tse2009-06-101-2/+2
* Use build-time configured curl_socklen_t instead of socklen_tYang Tse2009-05-021-100/+0
* Moved potential inclusion of system's malloc.h and memory.h header files toYang Tse2009-04-211-1/+9
* Don't abort configuration if recvfrom() is not available.Yang Tse2008-08-271-0/+2
* Change recvfrom's sixth argument data type to the 'historically standard' 'int'Yang Tse2008-07-211-1/+1
* Use the sreadfrom() wrapper to replace recvfrom() in our code.Yang Tse2008-07-211-0/+7
* RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now definedYang Tse2008-07-171-6/+6
* Configure process now checks availability of recvfrom() socket function andYang Tse2008-07-161-1/+32
* fix: remove need and definition of HAVE_SOCKLEN_T symbolYang Tse2008-05-211-2/+1
* Windows build targets have socklen_t definition in ws2tcpip.h but someYang Tse2007-10-241-0/+18
* We use this ZERO_NULL to avoid picky compiler warnings,Yang Tse2007-10-171-0/+9
* Minix doesn't support getsockopt on UDP sockets or send/recv on TCPDan Fandrich2007-09-051-2/+15
* With lots of help from Rich Rauenza(?) in bug #1733119, we introduce a fairlyDaniel Stenberg2007-06-121-0/+82
* Steve Little's fixes to allow compilation on VMS 64-bit modeYang Tse2007-04-251-0/+21
* convenience SIG_ATOMIC_T macro definitionYang Tse2007-04-111-0/+11
* move WinSock definitions of EBADF, EINTR, EINVAL and EAFNOSUPPORT to setup_o...Yang Tse2007-04-041-0/+6
* Check for stdbool.h at configuration stage, and include it if available.Yang Tse2007-02-221-0/+26
* curlassert macro replaced with DEBUGASSERT macro defined in setup_once.hYang Tse2007-02-211-2/+13
* Move header file inclusion logic and definition of timevalYang Tse2007-02-201-0/+41
* fix ENAMETOOLONG and ENOTEMPTY may already be defined in errno.hYang Tse2007-02-181-0/+11
* Move portable error number symbolic name definitions to setup_once.hYang Tse2007-02-171-0/+45
* introduce uppercase macros SOCKERRNO, SET_SOCKERRNO(), ERRNO and SET_ERRNO()Yang Tse2007-02-151-0/+28
* avoid using funtion isblank() and just use our ISBLANKYang Tse2007-02-141-4/+0
* check for isblank() at configuration stage. If not availableYang Tse2007-02-131-1/+7
* use our own ISUPPER and ISLOWER macrosYang Tse2007-02-131-0/+2
* use our own ISBLANK macroYang Tse2007-02-131-0/+1
* move DEBUGF macro definition to setup_once.hYang Tse2007-02-021-0/+11
* sync comment with realityYang Tse2007-01-271-2/+2
* recv() doesn't take MSG_NOSIGNAL in its forth argument so let's not pass it.Daniel Stenberg2006-12-161-1/+1
* Make sure RETSIGTYPE is properly definedYang Tse2006-11-251-0/+9
* Added a check in configure that verifies if <signal.h> is available,Yang Tse2006-11-221-0/+10
* Get rid of the special sread()+swrite() for MSDOS. Use recv()Gisle Vanem2006-10-271-6/+0
* Added ISPRINT() required for src/main.c.Gisle Vanem2006-10-181-1/+2