| Commit message (Expand) | Author | Age | Files | Lines |
* | ignore aclocal.m4 | Daniel Stenberg | 2004-03-12 | 1 | -0/+1 |
* | Gisle Vanem improved build on Windows.cares-1_1_0 | Daniel Stenberg | 2004-03-10 | 1 | -0/+3 |
* | mingw has str(n)casecmp() functions | Daniel Stenberg | 2004-03-09 | 2 | -0/+4 |
* | timezone dummy to build better on Windows - Gisle Vanem | Daniel Stenberg | 2004-03-09 | 1 | -1/+2 |
* | Gisle Vanem fixed the bad argc check | Daniel Stenberg | 2004-03-09 | 1 | -1/+1 |
* | this is generated, removed from CVS | Daniel Stenberg | 2004-03-08 | 1 | -14/+0 |
* | attempted typecase to silence the MIPSpro warning: | Daniel Stenberg | 2004-03-03 | 1 | -1/+1 |
* | Dirk Manske fixed the attempt to install the removed errmem manpage | Daniel Stenberg | 2004-02-29 | 1 | -1/+0 |
* | minor size_t fix to kill a warning | Daniel Stenberg | 2004-02-27 | 2 | -3/+3 |
* | updated the debug option function from curl's acinclude.m4 | Daniel Stenberg | 2004-02-27 | 1 | -8/+9 |
* | fixed a "comparison between signed and unsigned" warning | Daniel Stenberg | 2004-02-26 | 1 | -1/+1 |
* | minor fixes to avoid MIPSPro pedantic warnings | Daniel Stenberg | 2004-02-26 | 1 | -4/+2 |
* | don't mix int and size_t, it generates warnings! | Daniel Stenberg | 2004-02-26 | 1 | -1/+1 |
* | added the better debug option logic from curl by adding acinclude.m4 to the | Daniel Stenberg | 2004-02-25 | 5 | -379/+126 |
* | Don't check for HAVE_ defines in this header file, it is meant to be public | Daniel Stenberg | 2004-02-25 | 1 | -1/+4 |
* | fix | Daniel Stenberg | 2004-02-25 | 1 | -0/+3 |
* | Dan Fandrich fixed a minor flaw in Dominick's fix! | Daniel Stenberg | 2004-02-25 | 1 | -1/+1 |
* | check for a few basic header files | Daniel Stenberg | 2004-02-23 | 1 | -0/+8 |
* | include sys/select.h | Daniel Stenberg | 2004-02-23 | 1 | -0/+4 |
* | ares_free_errmem is gone | Daniel Stenberg | 2004-02-23 | 2 | -1/+8 |
* | unused and now removed | Daniel Stenberg | 2004-02-23 | 2 | -67/+0 |
* | more int vs long/size_t fixes after icc compiler warnings | Daniel Stenberg | 2004-02-23 | 1 | -2/+3 |
* | more int/long fixes after icc "remarks" | Daniel Stenberg | 2004-02-23 | 1 | -2/+2 |
* | next_id is an unsigned short, typecast the assign to prevent picky compilers | Daniel Stenberg | 2004-02-23 | 1 | -1/+2 |
* | typecase the bitfiddling results since we get a long and we store an int, | Daniel Stenberg | 2004-02-23 | 1 | -4/+4 |
* | make ares_expand_name() take a long * instead of an int *, since we do | Daniel Stenberg | 2004-02-23 | 6 | -7/+11 |
* | strlen() returns a size_t, which might be larger than int on some platforms | Daniel Stenberg | 2004-02-23 | 1 | -1/+2 |
* | Dominick Meglio's fix for supporting multiple names in the Nameserver key | Daniel Stenberg | 2004-02-22 | 2 | -116/+171 |
* | this code uses no long long, so we can have warnings about them | Daniel Stenberg | 2004-02-22 | 1 | -1/+1 |
* | check for standard headers when --enable-debug is used | Daniel Stenberg | 2004-02-19 | 1 | -0/+3 |
* | I removed the socklen_t requirement from memdebug.h, so we don't need to | Daniel Stenberg | 2004-02-18 | 1 | -48/+0 |
* | The --enable-debug option really requires this to be built as part of curl. | Daniel Stenberg | 2004-02-18 | 1 | -2/+52 |
* | memdebug build, 'make' no longer builds the demo tools | Daniel Stenberg | 2004-02-17 | 1 | -0/+9 |
* | 'make all' also builds the demos | Daniel Stenberg | 2004-02-17 | 1 | -4/+4 |
* | include ares_private.h to make sure we get the memdebug stuff included | Daniel Stenberg | 2004-02-17 | 3 | -1/+4 |
* | If CURLDEBUG is set we use the libcurl internal memdebug system to track | Daniel Stenberg | 2004-02-17 | 1 | -0/+8 |
* | only build adig and ahost if 'make demos' is used | Daniel Stenberg | 2004-02-16 | 1 | -1/+3 |
* | don't assume we can use gcc 2.96+ options | Daniel Stenberg | 2004-02-15 | 1 | -1/+3 |
* | removed usage of unset variables (by a function that does nothing!) | Daniel Stenberg | 2004-02-13 | 2 | -8/+2 |
* | install ares_version.h as well | Daniel Stenberg | 2004-02-11 | 1 | -0/+2 |
* | Dirk Manske's fix to install ares_version.h as well | Daniel Stenberg | 2004-02-11 | 1 | -0/+1 |
* | include process.h to get the _getpid() proto | Daniel Stenberg | 2004-02-05 | 1 | -0/+1 |
* | fixed "comparison between signed and unsigned" complaints | Daniel Stenberg | 2004-02-04 | 1 | -2/+2 |
* | don't use 'sin' as variable name as the picky compiler warnings complain | Daniel Stenberg | 2004-02-04 | 1 | -12/+12 |
* | fixing | Daniel Stenberg | 2004-02-04 | 1 | -0/+10 |
* | prevent a compiler warning about a macro definition | Daniel Stenberg | 2004-02-04 | 1 | -0/+1 |
* | prevent the windows version to use global symbol names | Daniel Stenberg | 2004-02-04 | 2 | -2/+17 |
* | we use the more aggressive compiler warnings | Daniel Stenberg | 2004-02-04 | 1 | -4/+1 |
* | made more pointers unsigned, as they were mostly used passed in to functions | Daniel Stenberg | 2004-02-04 | 1 | -3/+3 |
* | typecast comparision between signed and unsigned | Daniel Stenberg | 2004-02-04 | 2 | -2/+2 |