Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-19 | sclose() function-like macro definition used to close a socket, | Yang Tse | |
now solely based on HAVE_CLOSESOCKET and HAVE_CLOSESOCKET_CAMEL config file preprocessor definitions. | |||
2009-06-11 | DOS adjustments | Yang Tse | |
2009-05-02 | Use build-time configured curl_socklen_t instead of socklen_t | Yang Tse | |
2009-04-18 | Added HAVE_LIMITS_H. | Gisle Vanem | |
2008-11-13 | Refactor configure script detection of functions used to set sockets into | Yang Tse | |
non-blocking mode, and decouple function detection from function capability. | |||
2008-11-03 | Added '#define HAVE_GETNAMEINFO' and qualifiers/types | Gisle Vanem | |
for it. | |||
2008-11-03 | djgpp/DOS does have getaddrinfo(). | Gisle Vanem | |
2008-09-24 | HAVE_INET_PTON will only be defined when an IPv6 capable working | Yang Tse | |
inet_pton function is available. | |||
2008-09-24 | configure script now checks availability of the inet_ntop() function, | Yang Tse | |
and when not crosscompiling verifies if it is IPv6 capable. HAVE_INET_NTOP will only be defined when an IPv6 capable working inet_ntop function is available. | |||
2008-08-21 | Added '#define HAVE_STRUCT_IN6_ADDR 1' needed when | Gisle Vanem | |
building with 'USE_ARES'. | |||
2008-08-21 | Assume we have 'CRYPTO_cleanup_all_ex_data()' on OpenSSL/DOS too. | Gisle Vanem | |
2008-08-07 | Initial support of curlbuild.h and curlrules.h which allows | Yang Tse | |
to have a curl_off_t data type no longer gated to off_t. | |||
2008-07-21 | when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this will | Yang Tse | |
now cause the definition of RECVFROM_TYPE_ARG2_IS_VOID, RECVFROM_TYPE_ARG5_IS_VOID or RECVFROM_TYPE_ARG6_IS_VOID, as appropriate. | |||
2008-07-17 | RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now defined | Yang Tse | |
to the data type pointed by its respective argument and not the pointer type. | |||
2008-07-16 | fix comment | Yang Tse | |
2008-07-16 | Configure process now checks availability of recvfrom() socket function and | Yang Tse | |
finds out its return type and the types of its arguments. Added definitions for non-configure systems config files, and introduced macro sreadfrom which will be used on udp sockets as a recvfrom() wrapper. | |||
2008-07-14 | Remove duplicate file inclusions. These are already done in lib/setup.h | Yang Tse | |
and lib/setup_once.h | |||
2007-04-03 | DOS targets do have setmode(). | Gisle Vanem | |
2007-03-28 | djgpp uses gcc which has varadic macros. | Gisle Vanem | |
2007-02-26 | Removed unneeded 'HAVE_x' defines. | Gisle Vanem | |
2006-11-24 | Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILE | Yang Tse | |
as appropriate for platforms that don't have autotools support | |||
2006-10-27 | Fixed 'x_TYPE_ARG2' to match prototypes of recv() and send(). | Gisle Vanem | |
2006-10-27 | Get rid of the special sread()+swrite() for MSDOS. Use recv() | Gisle Vanem | |
and send(). Added needed HAVE_x defines. | |||
2006-10-27 | Added 'RECV_TYPE_ARGx' needed in getinfo.c. | Gisle Vanem | |
2006-10-15 | Rearranged target HAVE_x section. | Gisle Vanem | |
2006-10-14 | Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools ↵ | Yang Tse | |
support | |||
2006-08-30 | Added HAVE_SYS_TIME_H for djgpp and HighC. | Gisle Vanem | |
2006-08-29 | Added support for Watcom/DOS. | Gisle Vanem | |
2006-08-29 | Renamed config.dj -> config.dos. Added #ifdef-section for djgpp. | Gisle Vanem | |