Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-15 | sync with reality | Yang Tse | |
2008-05-15 | remove compilation time generated files | Yang Tse | |
2008-05-15 | use same time source for timeout initialization and processing | Yang Tse | |
2008-05-14 | Improve toolchain detection for WinCE cross compilation: | Yang Tse | |
When cross compiling WinCE with the arm-wince-cegcc-gcc C compiler symbol __CEGCC__ is defined and the unix-like compatibility layer is used. For our purposes this is not a native Windows build. When cross compiling WinCE with the arm-wince-mingw32ce-gcc C compiler symbol __MINGW32CE__ is defined and the unix-like compatibility layer is not used. For our purposes this _is_ a native Windows build. | |||
2008-05-14 | skip checks for Windows specific header files | Yang Tse | |
when build target is not a native Windows one | |||
2008-05-14 | WinCE cross compilation adjustments: | Yang Tse | |
HAVE_WINSOCK2_H shall not be defined. HAVE_WS2TCPIP_H shall not be defined. | |||
2008-05-13 | - Introducing millisecond resolution support for the timeout option. See | Daniel Stenberg | |
ares_init_options()'s ARES_OPT_TIMEOUTMS. | |||
2008-05-13 | also ignore this | Yang Tse | |
2008-05-13 | also ignore this | Yang Tse | |
2008-05-13 | ignore this compilation time generated files | Yang Tse | |
2008-05-13 | don't keep in CVS this compilation time generated file | Yang Tse | |
2008-05-13 | add MSVC6 project for acountry sample program | Yang Tse | |
2008-05-13 | update MSVC6 projects to use the multithreaded DLL runtime library | Yang Tse | |
2008-05-13 | add MSVC6 project for acountry sample program | Yang Tse | |
2008-05-12 | skip libtool C++ preprocessor compiler and linker checks | Yang Tse | |
2008-05-12 | ignore libcares.pc | Yang Tse | |
2008-05-12 | configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol only | Yang Tse | |
when function clock_gettime() is available and the monotonic timer is also available. Otherwise, in some cases, librt or libposix4 could be used for linking even when finally not using the clock_gettime() function due to lack of the monotonic clock. | |||
2008-05-10 | fix syntax error: missing semicolon | Yang Tse | |
2008-05-10 | Add library checking for clock_gettime() support | Yang Tse | |
2008-05-09 | Use monotonic time source if available. | Yang Tse | |
2008-05-09 | Removed AC_PROG_CC_STDC again. It enforces C99/gnu99 stdandard which is too | Daniel Stenberg | |
liberal for me. Also, autoconf 2.61 and earlier doesn't work with icc 10.1 for this macro. (2.62 confirmed to work though). See discusson on the mailing list starting here: http://daniel.haxx.se/projects/c-ares/mail/c-ares-archive-2008-05/0001.shtml | |||
2008-05-08 | include strings.h (if available) for the strcasecmp() proto | Daniel Stenberg | |
2008-05-08 | check for strings.h in configure and use it for the strcasecmp() proto | Daniel Stenberg | |
2008-05-07 | adjusted to work with the updated configure.ac | Daniel Stenberg | |
2008-05-07 | - Sebastian made c-ares able to return all PTR-records when doing reverse | Daniel Stenberg | |
lookups. It is not common practice to have multiple PTR-Records for a single IP, but its perfectly legal and some sites have those. | |||
2008-05-07 | - Doug Goldstein provided a configure patch: updates autoconf 2.13 usage to | Daniel Stenberg | |
autoconf 2.57 usage (which is the version you have specified as the minimum version). It's a minor change but it does clean up some warnings with newer autoconf (specifically 2.62). | |||
2008-05-05 | Improved parsing of resolver configuration files | Yang Tse | |
2008-04-07 | make previous compiler warning fix more portable | Yang Tse | |
2008-04-07 | fix compiler warning: indirection to slightly different base types | Yang Tse | |
2008-04-07 | fix compiler warning: local variable may be used without having been initialized | Yang Tse | |
2008-04-07 | fix compiler warning: unreferenced formal parameter | Yang Tse | |
2008-04-07 | fix compiler warning: assignment within conditional expression | Yang Tse | |
2008-04-04 | - Alexey Simak fixed the VC dsp file by adding the missing source file | Daniel Stenberg | |
ares_expand_string.c | |||
2008-04-04 | Alexey Simak made adig support NAPTR records | Daniel Stenberg | |
2008-04-04 | Eino Tuominen improved the code when a file is used to seed the randomizer | Daniel Stenberg | |
2008-02-29 | Force AIX xlc to fail and not generate object code if the source code has | Yang Tse | |
compiled with errors. This behaviour is needed for autoconf macros which rely on the ability to compile with or without errors, and is safer than xlc's default of failing only upon severe errors. | |||
2008-02-27 | added get_ver.awk since c-ares is a standalone project, and should therefore ↵ | Gunter Knauf | |
also compile when cURL is absent. | |||
2008-02-27 | a couple of small fixes to the makefile: | Gunter Knauf | |
fixed comments; fixed INSTDIR define, simplified rules; changed to use get_ver.awk in current dir rather than the curl one. | |||
2008-02-16 | fixed linker def file for tools when compiled with gcc/nlmconv. | Gunter Knauf | |
2008-02-14 | added some files which were missing in release tarballs. | Gunter Knauf | |
2008-01-17 | updated copyright for new year. | Gunter Knauf | |
2008-01-02 | Added '-d' option for Watt-32 debugging. | Gisle Vanem | |
2007-12-18 | MSVC 9.0 (VS2008) does not support Windows build targets prior to WinXP, | Yang Tse | |
and makes wrong asumptions of build target when it isn't specified. So, if no build target has been defined we will target WinXP when building with MSVC 9.0 (VS2008). | |||
2007-12-11 | build acountry too | Daniel Stenberg | |
2007-12-11 | Added acountry.c. | Gisle Vanem | |
2007-12-11 | Added build of acountry.nlm. | Gisle Vanem | |
2007-12-11 | Added build of acountry.exe. | Gisle Vanem | |
2007-12-11 | Build acountry.exe. Added 'socklen_t' define. | Gisle Vanem | |
2007-12-11 | Another sample application that returns country-code and | Gisle Vanem | |
name from an IPv4-address or host-name. Using the service of countries.nerd.dk. | |||
2007-12-10 | grrr, the previous commit was meant to properly make sure that we don't | Daniel Stenberg | |
link any executables when doing debug builds since they kind of assume symbols provided by libcurl, but it also wrongly included acountry.c |