summaryrefslogtreecommitdiff
path: root/vc/cares/vc6cares.dsp
AgeCommit message (Collapse)AuthorFilesLines
2012-12-18vc6cares.dsp: add ares_create_query.c and ares_parse_soa_reply.cYang Tse1-0/+8
2012-02-23Added support for parsing NAPTR recordssaghul1-0/+4
2011-05-20winsock: compilation fixesYang Tse1-0/+4
Provide winsock iphlpapi alternative definitions to prevent compilation failures when using a variety of winsock header implementations.
2011-03-24build: move platform stuff to ares_platform.c and ares_platform.hYang Tse1-0/+8
2011-03-23build: use getenv() replacement function for systems which lack itYang Tse1-0/+8
2010-12-18build: add some explicit file references to VS project filesYang Tse1-0/+24
2010-06-11add ares_parse_mx_reply.c to VS dsp fileYang Tse1-0/+4
2010-03-05Added IPv6 name servers supportYang Tse1-0/+4
2010-02-28Added ares_nowarn.* to VC6 project fileYang Tse1-0/+8
2009-11-23Changed c-ares naming conventions when using MSVC as described in README.msvcYang Tse1-8/+8
2009-11-20Add ares_data.c and ares_data.hYang Tse1-0/+8
2009-11-11Add kernel32.libYang Tse1-4/+4
2009-11-10Sync linker and resource compiler options with Makefile.msvcYang Tse1-16/+16
2009-11-09Follow Makefile.msvc subdirectory naming scheme, and sync compiler optionsYang Tse1-42/+42
2009-10-29Updated MSVC 6.0 workspace and project files that allows buildingYang Tse1-0/+373
dynamic and static c-ares libraries in debug and release flavours. Additionally each of the three sample programs is built against each of the four possible c-ares libraries, generating all this a total number of 12 executables and 4 libraries.