summaryrefslogtreecommitdiff
path: root/lib/hostip.c
Commit message (Expand)AuthorAgeFilesLines
...
* Make hostip.c compile againYang Tse2009-11-121-2/+8
* - Constantine Sapuntzakis posted bug #2891595Daniel Stenberg2009-11-111-17/+29
* - Peter Sylvester made a debug featuer for Curl_resolv() that now will forceDaniel Stenberg2009-09-011-5/+15
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-1/+1
* Moved potential inclusion of system's malloc.h and memory.h header files toYang Tse2009-04-211-4/+1
* Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single oneYang Tse2008-11-061-85/+0
* Use our Curl_addrinfo definition even when an addrinfo struct is available.Yang Tse2008-10-301-146/+4
* *** empty log message ***Yang Tse2008-10-201-3/+0
* fix compiler warningYang Tse2008-10-191-6/+6
* attempt to fix or allow further detection of an elusive icc SIGSEGVYang Tse2008-10-191-0/+1
* attempt to fix compiler warning relative to potential misaligned data accessYang Tse2008-10-191-10/+23
* Removed a line of dead code (discovered by Coverity)Dan Fandrich2008-10-181-1/+1
* protect against 'use after free' or race conditionYang Tse2008-10-171-0/+1
* fix compiler warningYang Tse2008-10-171-3/+5
* OOM condition fixYang Tse2008-10-171-1/+3
* attempt to fix or allow further detection of an elusive icc SIGSEGVYang Tse2008-10-131-13/+25
* attempt to fix or allow further detection of an elusive icc SIGSEGVYang Tse2008-10-101-17/+29
* fix another error introduced in previously mentioned commitYang Tse2008-10-031-1/+1
* fix error introduced in previous commitYang Tse2008-10-031-1/+1
* take 2 at fixing compiler warning: argument might be clobbered by `longjmp' o...Yang Tse2008-10-021-2/+4
* fix compiler warning: `variable' might be clobbered by `longjmp' or `vfork'Yang Tse2008-10-021-1/+1
* 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