summaryrefslogtreecommitdiff
path: root/lib/hostip.c
Commit message (Expand)AuthorAgeFilesLines
* Nico Baggus' VMS adjustmentsDaniel Stenberg2001-08-061-0/+5
* finally fixed the 'ret' compiler warningDaniel Stenberg2001-05-301-1/+2
* Jun-ichiro itojun Hagino's IPv6 adjustmentsDaniel Stenberg2001-02-051-0/+23
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-051-6/+9
* dual-license fixDaniel Stenberg2001-01-031-28/+11
* GetHost() now sets the third pointer to NULL when the lookup fails, as theDaniel Stenberg2000-11-211-0/+2
* added comment on a variable that is unused on some platformsDaniel Stenberg2000-11-211-1/+1
* added memory debugging include fileDaniel Stenberg2000-10-091-0/+5
* GetHost() did not properly assign the third argument pointer!Daniel Stenberg2000-10-081-0/+1
* #include <malloc.h> was removed, it causes warnings on openbsdDaniel Stenberg2000-09-291-1/+0
* GetHost() changed function argumentsDaniel Stenberg2000-09-211-13/+30
* GetHost() now should return NULL when it fails, even for Tru64 unixDaniel Stenberg2000-09-181-0/+1
* #include "setup.h" moved first of all includesDaniel Stenberg2000-08-241-2/+2
* hostname and large file support addedDaniel Stenberg2000-08-241-1/+1
* Albert Chin-A-Young's fixesDaniel Stenberg2000-08-231-6/+16
* the gethostbyname_r() usage was improved by Fred NozDaniel Stenberg2000-08-171-3/+5
* Fixed to use the new HAVE_GETHOSTBYxxxx_R_x defines, now trying to supportDaniel Stenberg2000-08-041-14/+28
* haxx.nu => haxx.seDaniel Stenberg2000-06-201-2/+2
* David LeBlanc corrected one of my mistakesDaniel Stenberg2000-05-311-1/+2
* Adjusted to the GETHOSTBYADDR_R_NARGS styleDaniel Stenberg2000-05-301-1/+13
* David LeBlanc's fixes!Daniel Stenberg2000-05-291-23/+50
* Initial revisionDaniel Stenberg1999-12-291-0/+111