Commit History

Author SHA1 Message Date
  Yang Tse 374f48675b update year in copyright notice 14 years ago
  Tor Arntsen b4f0e1291f setup_once: use enum type for 'bool' on non-C99 platforms 14 years ago
  Tanguy Fautre 81239edb89 build: allow curl to build with Microsoft VC10 14 years ago
  Daniel Stenberg 2309b4e330 remove the CVSish $Id$ lines 14 years ago
  Yang Tse 3184a91ec8 VMS specific preprocessor symbol checking adjustments 14 years ago
  Yang Tse 2c0c05e96d 15 years ago
  Yang Tse 2c16681225 Adjusted to take in account that... 15 years ago
  Yang Tse 9137e717b0 Use build-time configured curl_socklen_t instead of socklen_t 15 years ago
  Yang Tse 9770899a4b Moved potential inclusion of system's malloc.h and memory.h header files to 15 years ago
  Yang Tse f9894f4ebc Don't abort configuration if recvfrom() is not available. 16 years ago
  Yang Tse 0919de4511 Change recvfrom's sixth argument data type to the 'historically standard' 'int' 16 years ago
  Yang Tse 1b37baf656 Use the sreadfrom() wrapper to replace recvfrom() in our code. 16 years ago
  Yang Tse 39f23aec6b RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now defined 16 years ago
  Yang Tse a9dc900515 Configure process now checks availability of recvfrom() socket function and 16 years ago
  Yang Tse d8efc99217 fix: remove need and definition of HAVE_SOCKLEN_T symbol 16 years ago
  Yang Tse 08c5e2a194 Windows build targets have socklen_t definition in ws2tcpip.h but some 16 years ago
  Yang Tse 92433e596b We use this ZERO_NULL to avoid picky compiler warnings, 16 years ago
  Dan Fandrich 8147c3659d Minix doesn't support getsockopt on UDP sockets or send/recv on TCP 17 years ago
  Daniel Stenberg 375cdf89ad With lots of help from Rich Rauenza(?) in bug #1733119, we introduce a fairly 17 years ago
  Yang Tse 94b253fde7 Steve Little's fixes to allow compilation on VMS 64-bit mode 17 years ago
  Yang Tse 84c5e846b3 convenience SIG_ATOMIC_T macro definition 17 years ago
  Yang Tse 8fe9376d54 move WinSock definitions of EBADF, EINTR, EINVAL and EAFNOSUPPORT to setup_once.h 17 years ago
  Yang Tse 69565afab0 Check for stdbool.h at configuration stage, and include it if available. 17 years ago
  Yang Tse 3a634a273a curlassert macro replaced with DEBUGASSERT macro defined in setup_once.h 17 years ago
  Yang Tse 29bb6f65f1 Move header file inclusion logic and definition of timeval 17 years ago
  Yang Tse ec9e399668 fix ENAMETOOLONG and ENOTEMPTY may already be defined in errno.h 17 years ago
  Yang Tse d9bf55570b Move portable error number symbolic name definitions to setup_once.h 17 years ago
  Yang Tse d21e4eb8ae introduce uppercase macros SOCKERRNO, SET_SOCKERRNO(), ERRNO and SET_ERRNO() 17 years ago
  Yang Tse fbcf86b83e avoid using funtion isblank() and just use our ISBLANK 17 years ago
  Yang Tse be71ccbce3 check for isblank() at configuration stage. If not available 17 years ago