summaryrefslogtreecommitdiff
path: root/ares
Commit message (Expand)AuthorAgeFilesLines
* don't free(NULL)Daniel Stenberg2004-05-031-1/+2
* 1.2.0c-ares-1_2_0Daniel Stenberg2004-04-131-0/+4
* updated to not include the msvc-generated filesDaniel Stenberg2004-04-111-2/+0
* when checked out from CVS, run this to generate the proper scriptsDaniel Stenberg2004-04-111-0/+4
* we're working on 1.2.0 nowDaniel Stenberg2004-04-081-2/+2
* mention the man page updates from the other dayDaniel Stenberg2004-04-061-0/+4
* generated files, no need to keep in CVSDaniel Stenberg2004-04-052-0/+0
* edits, mainly to make the generated html output nicerDaniel Stenberg2004-04-022-18/+13
* minor editsDaniel Stenberg2004-04-025-25/+15
* Dirk Manske's ares_cancel() function was added.Daniel Stenberg2004-04-015-4/+95
* edited slightly, point out our new mailinglistDaniel Stenberg2004-04-011-8/+10
* remind us about cvs tagging when we've built a release archiveDaniel Stenberg2004-04-011-0/+2
* Dominick Meglio man page fixesDaniel Stenberg2004-04-014-15/+9
* Dominick Meglio fixed a missing commaDaniel Stenberg2004-03-311-1/+1
* Dominick Meglio's new ares_expand_string() functionDaniel Stenberg2004-03-307-29/+154
* changed the long to int typecasts to see if icc 8.0 complains less on thisDaniel Stenberg2004-03-231-4/+4
* ignore aclocal.m4Daniel Stenberg2004-03-121-0/+1
* Gisle Vanem improved build on Windows.cares-1_1_0Daniel Stenberg2004-03-101-0/+3
* mingw has str(n)casecmp() functionsDaniel Stenberg2004-03-092-0/+4
* timezone dummy to build better on Windows - Gisle VanemDaniel Stenberg2004-03-091-1/+2
* Gisle Vanem fixed the bad argc checkDaniel Stenberg2004-03-091-1/+1
* this is generated, removed from CVSDaniel Stenberg2004-03-081-14/+0
* attempted typecase to silence the MIPSpro warning:Daniel Stenberg2004-03-031-1/+1
* Dirk Manske fixed the attempt to install the removed errmem manpageDaniel Stenberg2004-02-291-1/+0
* minor size_t fix to kill a warningDaniel Stenberg2004-02-272-3/+3
* updated the debug option function from curl's acinclude.m4Daniel Stenberg2004-02-271-8/+9
* fixed a "comparison between signed and unsigned" warningDaniel Stenberg2004-02-261-1/+1
* minor fixes to avoid MIPSPro pedantic warningsDaniel Stenberg2004-02-261-4/+2
* don't mix int and size_t, it generates warnings!Daniel Stenberg2004-02-261-1/+1
* added the better debug option logic from curl by adding acinclude.m4 to theDaniel Stenberg2004-02-255-379/+126
* Don't check for HAVE_ defines in this header file, it is meant to be publicDaniel Stenberg2004-02-251-1/+4
* fixDaniel Stenberg2004-02-251-0/+3
* Dan Fandrich fixed a minor flaw in Dominick's fix!Daniel Stenberg2004-02-251-1/+1
* check for a few basic header filesDaniel Stenberg2004-02-231-0/+8
* include sys/select.hDaniel Stenberg2004-02-231-0/+4
* ares_free_errmem is goneDaniel Stenberg2004-02-232-1/+8
* unused and now removedDaniel Stenberg2004-02-232-67/+0
* more int vs long/size_t fixes after icc compiler warningsDaniel Stenberg2004-02-231-2/+3
* more int/long fixes after icc "remarks"Daniel Stenberg2004-02-231-2/+2
* next_id is an unsigned short, typecast the assign to prevent picky compilersDaniel Stenberg2004-02-231-1/+2
* typecase the bitfiddling results since we get a long and we store an int,Daniel Stenberg2004-02-231-4/+4
* make ares_expand_name() take a long * instead of an int *, since we doDaniel Stenberg2004-02-236-7/+11
* strlen() returns a size_t, which might be larger than int on some platformsDaniel Stenberg2004-02-231-1/+2
* Dominick Meglio's fix for supporting multiple names in the Nameserver keyDaniel Stenberg2004-02-222-116/+171
* this code uses no long long, so we can have warnings about themDaniel Stenberg2004-02-221-1/+1
* check for standard headers when --enable-debug is usedDaniel Stenberg2004-02-191-0/+3
* I removed the socklen_t requirement from memdebug.h, so we don't need toDaniel Stenberg2004-02-181-48/+0
* The --enable-debug option really requires this to be built as part of curl.Daniel Stenberg2004-02-181-2/+52
* memdebug build, 'make' no longer builds the demo toolsDaniel Stenberg2004-02-171-0/+9
* 'make all' also builds the demosDaniel Stenberg2004-02-171-4/+4