summaryrefslogtreecommitdiff
path: root/lib/hostip.c
Commit message (Expand)AuthorAgeFilesLines
* whitespace cleanup: no space first in conditionalsDaniel Stenberg2011-04-271-3/+3
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-3/+3
* hostip: comment fixed to state current situationDaniel Stenberg2011-04-251-2/+4
* async resolvers: further cleanupsDaniel Stenberg2011-04-251-2/+2
* fix compiler warning: conversion may lose significant bitsYang Tse2010-12-011-1/+2
* hostip: edit commentYang Tse2010-11-261-1/+1
* ip_version: moved to connection structDaniel Stenberg2010-11-111-1/+1
* CURLOPT_RESOLVE: addedDaniel Stenberg2010-11-081-3/+3
* fix compiler warning: variable might be clobbered by longjmp or vforkYang Tse2010-04-131-2/+2
* simplify code of Curl_resolv_timeout()Kamil Dudka2010-04-041-64/+64
* eliminate a race condition in Curl_resolv_timeout()Kamil Dudka2010-04-041-2/+3
* avoid compiler warning without USE_ALARM_TIMEOUTDaniel Stenberg2010-03-241-1/+1
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* fix the alarm()-based DNS timeoutThomas Lopatic2010-03-221-9/+15
* adjust preprocessor symbol definition check relative to resolver specialtyYang Tse2010-01-231-2/+2
* wrap long lines and do some indent policingDaniel Stenberg2010-01-221-2/+4
* Constantine Sapuntzakis refactoring of async callbacks, allowingYang Tse2010-01-221-17/+1
* VMS specific preprocessor symbol checking adjustmentsYang Tse2009-12-301-1/+1
* Make usage of calloc()'s arguments consistent with rest of code baseYang Tse2009-11-181-1/+1
* Constantine Sapuntzakis patch for hostip.cYang Tse2009-11-121-20/+0
* 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