summaryrefslogtreecommitdiff
path: root/lib/hostip.c
Commit message (Expand)AuthorAgeFilesLines
* if () => if()Daniel Stenberg2007-11-071-11/+11
* Renamed a variable to avoid shadowing a global declarations.Dan Fandrich2007-09-281-6/+6
* Fixed some minor mismatched types found by splint.Dan Fandrich2007-08-261-2/+2
* Thomas J. Moore provided a patch that introduces Kerberos5 support inDaniel Stenberg2007-07-011-0/+2
* Robert Iakobashvili re-arranged the internal hash code to work with a customDaniel Stenberg2007-06-261-2/+3
* Steve Little's fixes to allow compilation on VMS 64-bit modeYang Tse2007-04-251-1/+15
* Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem2007-02-261-3/+0
* curlassert macro replaced with DEBUGASSERT macro defined in setup_once.hYang Tse2007-02-211-2/+2
* Workaround for Cray UNICOS 9.0 to fix ftp.Dan Fandrich2006-08-211-0/+7
* Minor portability fixes to get things running on UNICOS 9.0 on a Cray Y-MPDan Fandrich2006-08-161-4/+6
* Fix warning: no newline at end of fileYang Tse2006-07-251-1/+3
* Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s...Yang Tse2006-07-251-1/+1
* Moved functions common to IPv4 and C-ares to hostip.c;Gisle Vanem2006-07-251-0/+65
* Remove comment about c-ares not supporting IPv6.Gisle Vanem2006-07-251-2/+1
* Constify arguments to Curl_he2ai() and Curl_addrinfo_copy().Gisle Vanem2006-07-211-2/+2
* Constify 'hostname' and 'service' to various resolver functions.Gisle Vanem2006-07-211-4/+4
* include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined.Yang Tse2006-07-111-1/+1
* Ingmar Runge provided a source snippet that caused a crash. The reason forDaniel Stenberg2006-07-071-6/+7
* Roland Blom filed bug report #1481217Daniel Stenberg2006-05-041-1/+0
* Use the HAVE_MALLOC_H and HAVE_PROCESS_H definesGisle Vanem2006-04-261-4/+3
* Shmulik Regev provided a fix for the DNS cache when using short life times,Daniel Stenberg2006-02-161-1/+39
* only define _REENTRANT if not already defined, and only in setup.hDaniel Stenberg2005-04-191-2/+0
* FTP code turned into state machine. Not completely yet, but a good start.Daniel Stenberg2005-02-091-5/+0
* Use plain structs and not typedef'ed ones in the hash and linked-list code.Daniel Stenberg2005-01-251-5/+5
* Dan Fandrich fix: eliminates some pedantic CodeWarrior compiler warnings andDaniel Stenberg2004-11-181-1/+2
* Prevent a longjmp warning by moving the rc assign within Curl_resolv().Daniel Stenberg2004-10-101-3/+3
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-2/+2
* Made the dns entry remain locked while a connection to the host remains toDaniel Stenberg2004-10-041-2/+7
* the _num_chars() function is not used, removingDaniel Stenberg2004-06-241-24/+0
* Replaced all uses of sprintf() with the safer snprintf(). It is just aDaniel Stenberg2004-06-241-19/+8
* made the Curl_he2ai() take the port number as an int intead, to avoid lotsDaniel Stenberg2004-06-241-1/+1
* prevent warningDaniel Stenberg2004-06-241-1/+1
* Source cleanups. The major one being that we now _always_ use a Curl_addrinfoDaniel Stenberg2004-06-241-130/+11
* removed trailing whitespaceDaniel Stenberg2004-06-101-20/+20
* Gisle corrected two commentsDaniel Stenberg2004-06-101-3/+3
* Gisle Vanem's improved verbose output and timeout handling when connecting toDaniel Stenberg2004-06-101-0/+38
* if shrinking the buffer fails, use the older larger oneDaniel Stenberg2004-05-171-1/+7
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-2/+1
* improved the cleaning up of memory when we fail to resolve names due toDaniel Stenberg2004-05-041-5/+6
* Made defines instead of plain numbers for the Curl_resolv() return code toDaniel Stenberg2004-04-261-12/+13
* Major hostip.c cleanup and split into multiple files and easier #ifdefDaniel Stenberg2004-04-261-1037/+100
* Gisle Vanem found and fixed a memory leak when doing (failing) WindowsDaniel Stenberg2004-04-231-2/+5
* include unistd.h as well for the close() proto on some platforms (like Tru64)Daniel Stenberg2004-04-211-0/+3
* cleanup leftoversDaniel Stenberg2004-04-201-4/+4
* asking for CURL_IPRESOLVE_V6 when ipv6 addresses can't be resolved willDaniel Stenberg2004-04-141-1/+15
* Curl_wait_for_resolv() could hang due to the bad timeout timer resolution andDaniel Stenberg2004-04-141-3/+13
* Gisle Vanem's fix that makes the multi interface work on Windows again evenDaniel Stenberg2004-04-131-7/+28
* somewhat safer typecasting in case sizeof(long) != sizeof(void *) (is thereDaniel Stenberg2004-04-121-2/+2
* the pack_hostent() proto isn't used/needed with ipv6 is enabled.Daniel Stenberg2004-04-061-1/+6
* Gisle Vanem's fix for bug item #927979 reported by Nathan O'Sullivan.Daniel Stenberg2004-04-061-32/+41