Daniel Stenberg
fcf36da14f
prevent compiler warnings on non-win32 platforms
21 years ago
Daniel Stenberg
d37a866e8d
Gisle Vanem's init patch for Windows
21 years ago
Daniel Stenberg
e926081105
fix
21 years ago
Daniel Stenberg
80c6ba9b31
James Bursa fixed a RISC OS init issue, removed trailing whitespace
21 years ago
Daniel Stenberg
080f8f4cd4
free() allocated memory when the ares search can't be made
21 years ago
Daniel Stenberg
76f520955d
clear the domains and sortlist when the 'channel' is first created so that
...
we can compare if non-NULL elsewhere
21 years ago
Daniel Stenberg
8cb7fd4e22
better checks to avoid free(NULL)
21 years ago
Daniel Stenberg
d870be584d
James Bursa's fix to prevent free(NULL) to occur
21 years ago
Daniel Stenberg
44f76e6a27
James Bursa's patch to avoid free(NULL) (mainly because the libcurl memdebug
...
system thinks free(NULL) is badness)
21 years ago
Daniel Stenberg
30f3594a7a
- Nico Stappenbelt reported that when processing domain and search lines in
...
the resolv.conf file, the first entry encountered is processed and used as
the search list. According to the manual pages for both Linux, Solaris and
Tru64, the last entry of either a domain or a search field is used.
21 years ago
Daniel Stenberg
5ab993a1e0
don't free(NULL)
21 years ago
Daniel Stenberg
727cd05fab
1.2.0
21 years ago
Daniel Stenberg
b6d64a543f
updated to not include the msvc-generated files
21 years ago
Daniel Stenberg
d7b0032a86
when checked out from CVS, run this to generate the proper scripts
21 years ago
Daniel Stenberg
cfd6aed32f
we're working on 1.2.0 now
21 years ago
Daniel Stenberg
2ee4c913e1
mention the man page updates from the other day
21 years ago
Daniel Stenberg
8e68a9e82e
generated files, no need to keep in CVS
21 years ago
Daniel Stenberg
0dce4f1b1a
edits, mainly to make the generated html output nicer
21 years ago
Daniel Stenberg
a52274e607
minor edits
21 years ago
Daniel Stenberg
86ae23430c
Dirk Manske's ares_cancel() function was added.
21 years ago
Daniel Stenberg
8ede9dd9c9
edited slightly, point out our new mailinglist
21 years ago
Daniel Stenberg
a674c1fd32
remind us about cvs tagging when we've built a release archive
21 years ago
Daniel Stenberg
9665aaf2c9
Dominick Meglio man page fixes
21 years ago
Daniel Stenberg
9418c349f1
Dominick Meglio fixed a missing comma
21 years ago
Daniel Stenberg
af26fa53f3
Dominick Meglio's new ares_expand_string() function
21 years ago
Daniel Stenberg
155aadf0b3
changed the long to int typecasts to see if icc 8.0 complains less on this
21 years ago
Daniel Stenberg
f5e1409f2a
ignore aclocal.m4
21 years ago
Daniel Stenberg
7325b5ca07
Gisle Vanem improved build on Windows.
21 years ago
Daniel Stenberg
3f01f1b772
mingw has str(n)casecmp() functions
21 years ago
Daniel Stenberg
9df1eda502
timezone dummy to build better on Windows - Gisle Vanem
21 years ago
Daniel Stenberg
69cfbb9f48
Gisle Vanem fixed the bad argc check
21 years ago
Daniel Stenberg
471b4a3564
this is generated, removed from CVS
21 years ago
Daniel Stenberg
401e862bf6
attempted typecase to silence the MIPSpro warning:
...
cc-1506 cc: REMARK File = ../../curl/ares/ares__read_line.c, Line = 46
There is an implicit conversion from "unsigned long" to "int"; rounding, sign
extension, or loss of accuracy may result.
if (!fgets(*buf + offset, *bufsize - offset, fp))
21 years ago
Daniel Stenberg
31c0b3b5cc
Dirk Manske fixed the attempt to install the removed errmem manpage
21 years ago
Daniel Stenberg
a881c1dfee
minor size_t fix to kill a warning
21 years ago
Daniel Stenberg
3ee8f19e0f
updated the debug option function from curl's acinclude.m4
21 years ago
Daniel Stenberg
481d5ac1b7
fixed a "comparison between signed and unsigned" warning
21 years ago
Daniel Stenberg
ff59e51250
minor fixes to avoid MIPSPro pedantic warnings
21 years ago
Daniel Stenberg
02ffff0b00
don't mix int and size_t, it generates warnings!
21 years ago
Daniel Stenberg
650fd8cee3
added the better debug option logic from curl by adding acinclude.m4 to the
...
configure stuff
21 years ago
Daniel Stenberg
ff2794fc5f
Don't check for HAVE_ defines in this header file, it is meant to be public
...
and we can't depend on configure-defines in it. This logic is borrowed from
the public curl headers.
21 years ago
Daniel Stenberg
cfe7ce7a57
fix
21 years ago
Daniel Stenberg
45efb3cc73
Dan Fandrich fixed a minor flaw in Dominick's fix!
21 years ago
Daniel Stenberg
74d3b56a0f
check for a few basic header files
21 years ago
Daniel Stenberg
27126cba25
include sys/select.h
21 years ago
Daniel Stenberg
4e10b07ab0
ares_free_errmem is gone
21 years ago
Daniel Stenberg
9682ecee84
unused and now removed
21 years ago
Daniel Stenberg
a58afac1f1
more int vs long/size_t fixes after icc compiler warnings
21 years ago
Daniel Stenberg
d0d3f7ff6c
more int/long fixes after icc "remarks"
21 years ago
Daniel Stenberg
33907a6f10
next_id is an unsigned short, typecast the assign to prevent picky compilers
...
to warn
21 years ago