summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-07-01djgpp fixes by GisleDaniel Stenberg5-2/+22
2004-07-01Gisle's win32-fix. 'errno' is not used for errors when socket() fails onDaniel Stenberg1-4/+12
2004-07-01Gisle added makefile for djgpp buildsDaniel Stenberg2-0/+57
2004-07-01Gisle's djgpp magicDaniel Stenberg1-0/+3
2004-07-01Gisle Vanem made this build fine with djgpp and the Watt-32 stack.Daniel Stenberg3-1/+28
2004-06-14prevent compiler warnings on non-win32 platformsDaniel Stenberg1-1/+3
2004-06-10Gisle Vanem's init patch for WindowsDaniel Stenberg2-25/+122
2004-06-08fixDaniel Stenberg1-0/+3
2004-06-08James Bursa fixed a RISC OS init issue, removed trailing whitespaceDaniel Stenberg1-7/+7
2004-05-27free() allocated memory when the ares search can't be madeDaniel Stenberg1-0/+5
2004-05-27clear the domains and sortlist when the 'channel' is first created so thatDaniel Stenberg1-2/+6
2004-05-27better checks to avoid free(NULL)Daniel Stenberg1-4/+4
2004-05-27James Bursa's fix to prevent free(NULL) to occurDaniel Stenberg1-5/+9
2004-05-13James Bursa's patch to avoid free(NULL) (mainly because the libcurl memdebugDaniel Stenberg1-3/+4
2004-05-11- Nico Stappenbelt reported that when processing domain and search lines inDaniel Stenberg2-2/+18
2004-05-03don't free(NULL)Daniel Stenberg1-1/+2
2004-04-131.2.0Daniel Stenberg1-0/+4
2004-04-11updated to not include the msvc-generated filesDaniel Stenberg1-2/+0
2004-04-11when checked out from CVS, run this to generate the proper scriptsDaniel Stenberg1-0/+4
2004-04-08we're working on 1.2.0 nowDaniel Stenberg1-2/+2
2004-04-06mention the man page updates from the other dayDaniel Stenberg1-0/+4
2004-04-05generated files, no need to keep in CVSDaniel Stenberg2-0/+0
2004-04-02edits, mainly to make the generated html output nicerDaniel Stenberg2-18/+13
2004-04-02minor editsDaniel Stenberg5-25/+15
2004-04-01Dirk Manske's ares_cancel() function was added.Daniel Stenberg5-4/+95
2004-04-01edited slightly, point out our new mailinglistDaniel Stenberg1-8/+10
2004-04-01remind us about cvs tagging when we've built a release archiveDaniel Stenberg1-0/+2
2004-04-01Dominick Meglio man page fixesDaniel Stenberg4-15/+9
2004-03-31Dominick Meglio fixed a missing commaDaniel Stenberg1-1/+1
2004-03-30Dominick Meglio's new ares_expand_string() functionDaniel Stenberg7-29/+154
2004-03-23changed the long to int typecasts to see if icc 8.0 complains less on thisDaniel Stenberg1-4/+4
2004-03-12ignore aclocal.m4Daniel Stenberg1-0/+1
2004-03-10Gisle Vanem improved build on Windows.Daniel Stenberg1-0/+3
2004-03-09mingw has str(n)casecmp() functionsDaniel Stenberg2-0/+4
2004-03-09timezone dummy to build better on Windows - Gisle VanemDaniel Stenberg1-1/+2
2004-03-09Gisle Vanem fixed the bad argc checkDaniel Stenberg1-1/+1
2004-03-08this is generated, removed from CVSDaniel Stenberg1-14/+0
2004-03-03attempted typecase to silence the MIPSpro warning:Daniel Stenberg1-1/+1
2004-02-29Dirk Manske fixed the attempt to install the removed errmem manpageDaniel Stenberg1-1/+0
2004-02-27minor size_t fix to kill a warningDaniel Stenberg2-3/+3
2004-02-27updated the debug option function from curl's acinclude.m4Daniel Stenberg1-8/+9
2004-02-26fixed a "comparison between signed and unsigned" warningDaniel Stenberg1-1/+1
2004-02-26minor fixes to avoid MIPSPro pedantic warningsDaniel Stenberg1-4/+2
2004-02-26don't mix int and size_t, it generates warnings!Daniel Stenberg1-1/+1
2004-02-25added the better debug option logic from curl by adding acinclude.m4 to theDaniel Stenberg5-379/+126
2004-02-25Don't check for HAVE_ defines in this header file, it is meant to be publicDaniel Stenberg1-1/+4
2004-02-25fixDaniel Stenberg1-0/+3
2004-02-25Dan Fandrich fixed a minor flaw in Dominick's fix!Daniel Stenberg1-1/+1
2004-02-23check for a few basic header filesDaniel Stenberg1-0/+8
2004-02-23include sys/select.hDaniel Stenberg1-0/+4