Commit Graph
119 Commits
Author SHA1 Message Date
Daniel Stenberg e7293e0779 djgpp fixes by Gisle 2004-07-01 13:55:13 +00:00
Daniel Stenberg 5c1ec168f6 Gisle's win32-fix. 'errno' is not used for errors when socket() fails on
Windows.
2004-07-01 13:54:24 +00:00
Daniel Stenberg 6aa773d810 Gisle added makefile for djgpp builds 2004-07-01 13:53:13 +00:00
Daniel Stenberg 2c465e6dc3 Gisle's djgpp magic 2004-07-01 06:59:43 +00:00
Daniel Stenberg cb0a33076a Gisle Vanem made this build fine with djgpp and the Watt-32 stack. 2004-07-01 06:58:47 +00:00
Daniel Stenberg fcf36da14f prevent compiler warnings on non-win32 platforms 2004-06-14 10:45:30 +00:00
Daniel Stenberg d37a866e8d Gisle Vanem's init patch for Windows 2004-06-10 13:11:32 +00:00
Daniel Stenberg e926081105 fix 2004-06-08 21:26:03 +00:00
Daniel Stenberg 80c6ba9b31 James Bursa fixed a RISC OS init issue, removed trailing whitespace 2004-06-08 21:25:11 +00:00
Daniel Stenberg 080f8f4cd4 free() allocated memory when the ares search can't be made curl-7_12_0 2004-05-27 07:10:36 +00:00
Daniel Stenberg 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
Daniel Stenberg 8cb7fd4e22 better checks to avoid free(NULL) 2004-05-27 07:09:21 +00:00
Daniel Stenberg d870be584d James Bursa's fix to prevent free(NULL) to occur 2004-05-27 06:42:48 +00:00
Daniel Stenberg 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
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.
2004-05-11 21:12:10 +00:00
Daniel Stenberg 5ab993a1e0 don't free(NULL) 2004-05-03 09:17:49 +00:00
Daniel Stenberg 727cd05fab 1.2.0 c-ares-1_2_0 2004-04-13 07:44:26 +00:00
Daniel Stenberg b6d64a543f updated to not include the msvc-generated files 2004-04-11 06:33:02 +00:00
Daniel Stenberg d7b0032a86 when checked out from CVS, run this to generate the proper scripts 2004-04-11 06:32:41 +00:00
Daniel Stenberg cfd6aed32f we're working on 1.2.0 now 2004-04-08 18:10:03 +00:00
Daniel Stenberg 2ee4c913e1 mention the man page updates from the other day 2004-04-06 15:12:50 +00:00
Daniel Stenberg 8e68a9e82e generated files, no need to keep in CVS 2004-04-05 12:38:54 +00:00
Daniel Stenberg 0dce4f1b1a edits, mainly to make the generated html output nicer 2004-04-02 09:56:01 +00:00
Daniel Stenberg a52274e607 minor edits 2004-04-02 09:50:42 +00:00
Daniel Stenberg 86ae23430c Dirk Manske's ares_cancel() function was added. 2004-04-01 08:25:58 +00:00
Daniel Stenberg 8ede9dd9c9 edited slightly, point out our new mailinglist 2004-04-01 08:25:23 +00:00
Daniel Stenberg a674c1fd32 remind us about cvs tagging when we've built a release archive 2004-04-01 08:23:26 +00:00
Daniel Stenberg 9665aaf2c9 Dominick Meglio man page fixes 2004-04-01 06:10:56 +00:00
Daniel Stenberg 9418c349f1 Dominick Meglio fixed a missing comma 2004-03-31 06:10:40 +00:00
Daniel Stenberg af26fa53f3 Dominick Meglio's new ares_expand_string() function 2004-03-30 09:06:42 +00:00
Daniel Stenberg 155aadf0b3 changed the long to int typecasts to see if icc 8.0 complains less on this 2004-03-23 08:42:01 +00:00
Daniel Stenberg f5e1409f2a ignore aclocal.m4 curl-7_11_1 2004-03-12 08:57:10 +00:00
Daniel Stenberg 7325b5ca07 Gisle Vanem improved build on Windows. cares-1_1_0 2004-03-10 11:28:34 +00:00
Daniel Stenberg 3f01f1b772 mingw has str(n)casecmp() functions 2004-03-09 10:18:09 +00:00
Daniel Stenberg 9df1eda502 timezone dummy to build better on Windows - Gisle Vanem 2004-03-09 09:47:51 +00:00
Daniel Stenberg 69cfbb9f48 Gisle Vanem fixed the bad argc check 2004-03-09 09:43:30 +00:00
Daniel Stenberg 471b4a3564 this is generated, removed from CVS 2004-03-08 16:29:45 +00:00
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))
2004-03-03 13:03:35 +00:00
Daniel Stenberg 31c0b3b5cc Dirk Manske fixed the attempt to install the removed errmem manpage 2004-02-29 18:39:31 +00:00
Daniel Stenberg a881c1dfee minor size_t fix to kill a warning 2004-02-27 13:21:47 +00:00
Daniel Stenberg 3ee8f19e0f updated the debug option function from curl's acinclude.m4 2004-02-27 11:29:36 +00:00
Daniel Stenberg 481d5ac1b7 fixed a "comparison between signed and unsigned" warning 2004-02-26 22:19:20 +00:00
Daniel Stenberg ff59e51250 minor fixes to avoid MIPSPro pedantic warnings 2004-02-26 12:47:43 +00:00
Daniel Stenberg 02ffff0b00 don't mix int and size_t, it generates warnings! 2004-02-26 12:45:29 +00:00
Daniel Stenberg 650fd8cee3 added the better debug option logic from curl by adding acinclude.m4 to the
configure stuff
2004-02-25 14:32:39 +00:00
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.
2004-02-25 07:22:00 +00:00
Daniel Stenberg cfe7ce7a57 fix 2004-02-25 07:17:31 +00:00
Daniel Stenberg 45efb3cc73 Dan Fandrich fixed a minor flaw in Dominick's fix! 2004-02-25 06:37:42 +00:00
Daniel Stenberg 74d3b56a0f check for a few basic header files 2004-02-23 16:20:42 +00:00
Daniel Stenberg 27126cba25 include sys/select.h 2004-02-23 16:20:31 +00:00