summaryrefslogtreecommitdiff
path: root/lib/hostip.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed some compiler warnings with gccDan Fandrich2008-10-011-3/+2
* Fixed a couple of compile warnings.Dan Fandrich2008-09-291-2/+4
* Moved all signal-based name resolution timeout handling into a single newDan Fandrich2008-09-291-12/+178
* ntoa() and inet_ntoa_r() no longer usedYang Tse2008-09-241-4/+0
* remove unnecessary typecasting of calloc()Yang Tse2008-09-061-1/+1
* Removed some redundant type castsDan Fandrich2008-09-021-1/+1
* - Andreas Schuldei improved Phil Blundell's patch for IPv6 using c-ares, and IDaniel Stenberg2008-07-091-2/+115
* - Dmitry Popov filed bug report #1911069Daniel Stenberg2008-03-111-27/+15
* Woops, partly revert my previous commit and do it slightly differently instead.Daniel Stenberg2008-01-151-11/+3
* I made the torture test on test 530 go through. This was actually due toDaniel Stenberg2008-01-151-5/+10
* 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