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
/
lib
/
config.dos
Age
Commit message (
Expand
)
Author
2009-06-19
sclose() function-like macro definition used to close a socket,
Yang Tse
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
2008-11-03
Added '#define HAVE_GETNAMEINFO' and qualifiers/types
Gisle Vanem
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
2008-09-24
configure script now checks availability of the inet_ntop() function,
Yang Tse
2008-08-21
Added '#define HAVE_STRUCT_IN6_ADDR 1' needed when
Gisle Vanem
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
2008-07-21
when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this will
Yang Tse
2008-07-17
RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now defined
Yang Tse
2008-07-16
fix comment
Yang Tse
2008-07-16
Configure process now checks availability of recvfrom() socket function and
Yang Tse
2008-07-14
Remove duplicate file inclusions. These are already done in lib/setup.h
Yang Tse
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
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
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 s...
Yang Tse
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