1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-10-06 02:59:37 +00:00
Commit Graph

167 Commits

Author SHA1 Message Date
cb0a33076a Gisle Vanem made this build fine with djgpp and the Watt-32 stack. 2004-07-01 06:58:47 +00:00
fcf36da14f prevent compiler warnings on non-win32 platforms 2004-06-14 10:45:30 +00:00
d37a866e8d Gisle Vanem's init patch for Windows 2004-06-10 13:11:32 +00:00
80c6ba9b31 James Bursa fixed a RISC OS init issue, removed trailing whitespace 2004-06-08 21:25:11 +00:00
76f520955d clear the domains and sortlist when the 'channel' is first created so that
we can compare if non-NULL elsewhere
2004-05-27 07:10:02 +00:00
44f76e6a27 James Bursa's patch to avoid free(NULL) (mainly because the libcurl memdebug
system thinks free(NULL) is badness)
2004-05-13 06:53:29 +00:00
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.
2004-05-11 21:12:10 +00:00
5ab993a1e0 don't free(NULL) 2004-05-03 09:17:49 +00:00
481d5ac1b7 fixed a "comparison between signed and unsigned" warning 2004-02-26 22:19:20 +00:00
ff59e51250 minor fixes to avoid MIPSPro pedantic warnings 2004-02-26 12:47:43 +00:00
45efb3cc73 Dan Fandrich fixed a minor flaw in Dominick's fix! 2004-02-25 06:37:42 +00:00
d0d3f7ff6c more int/long fixes after icc "remarks" 2004-02-23 08:00:56 +00:00
33907a6f10 next_id is an unsigned short, typecast the assign to prevent picky compilers
to warn
2004-02-23 07:57:44 +00:00
bcc693e966 Dominick Meglio's fix for supporting multiple names in the Nameserver key
on Windows.
2004-02-22 22:42:20 +00:00
f05add885b try_config() takes a second parameter as const, to prevent picky compiler
warnings
2004-02-04 07:50:51 +00:00
3d0a7c00df remove rcsid stuff from c files, it serves no useful purpose 2004-02-02 15:59:35 +00:00
5e847a14bd ares 1.1.1 with collected applied patches 2003-10-07 21:54:04 +00:00