summaryrefslogtreecommitdiff
path: root/lib/hostip.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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