| Commit message (Expand) | Author | Age | Files | Lines |
* | hostip.c: return immediately from Curl_resolv_timeout() upon expired timeout. | Yang Tse | 2011-09-01 | 1 | -0/+4 |
* | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse | 2011-07-26 | 1 | -6/+0 |
* | whitespace cleanup: no space first in conditionals | Daniel Stenberg | 2011-04-27 | 1 | -3/+3 |
* | source cleanup: unify look, style and indent levels | Daniel Stenberg | 2011-04-27 | 1 | -3/+3 |
* | hostip: comment fixed to state current situation | Daniel Stenberg | 2011-04-25 | 1 | -2/+4 |
* | async resolvers: further cleanups | Daniel Stenberg | 2011-04-25 | 1 | -2/+2 |
* | fix compiler warning: conversion may lose significant bits | Yang Tse | 2010-12-01 | 1 | -1/+2 |
* | hostip: edit comment | Yang Tse | 2010-11-26 | 1 | -1/+1 |
* | ip_version: moved to connection struct | Daniel Stenberg | 2010-11-11 | 1 | -1/+1 |
* | CURLOPT_RESOLVE: added | Daniel Stenberg | 2010-11-08 | 1 | -3/+3 |
* | fix compiler warning: variable might be clobbered by longjmp or vfork | Yang Tse | 2010-04-13 | 1 | -2/+2 |
* | simplify code of Curl_resolv_timeout() | Kamil Dudka | 2010-04-04 | 1 | -64/+64 |
* | eliminate a race condition in Curl_resolv_timeout() | Kamil Dudka | 2010-04-04 | 1 | -2/+3 |
* | avoid compiler warning without USE_ALARM_TIMEOUT | Daniel Stenberg | 2010-03-24 | 1 | -1/+1 |
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
* | fix the alarm()-based DNS timeout | Thomas Lopatic | 2010-03-22 | 1 | -9/+15 |
* | adjust preprocessor symbol definition check relative to resolver specialty | Yang Tse | 2010-01-23 | 1 | -2/+2 |
* | wrap long lines and do some indent policing | Daniel Stenberg | 2010-01-22 | 1 | -2/+4 |
* | Constantine Sapuntzakis refactoring of async callbacks, allowing | Yang Tse | 2010-01-22 | 1 | -17/+1 |
* | VMS specific preprocessor symbol checking adjustments | Yang Tse | 2009-12-30 | 1 | -1/+1 |
* | Make usage of calloc()'s arguments consistent with rest of code base | Yang Tse | 2009-11-18 | 1 | -1/+1 |
* | Constantine Sapuntzakis patch for hostip.c | Yang Tse | 2009-11-12 | 1 | -20/+0 |
* | Make hostip.c compile again | Yang Tse | 2009-11-12 | 1 | -2/+8 |
* | - Constantine Sapuntzakis posted bug #2891595 | Daniel Stenberg | 2009-11-11 | 1 | -17/+29 |
* | - Peter Sylvester made a debug featuer for Curl_resolv() that now will force | Daniel Stenberg | 2009-09-01 | 1 | -5/+15 |
* | libcurl's memory.h renamed to curl_memory.h | Yang Tse | 2009-04-21 | 1 | -1/+1 |
* | Moved potential inclusion of system's malloc.h and memory.h header files to | Yang Tse | 2009-04-21 | 1 | -4/+1 |
* | Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single one | Yang Tse | 2008-11-06 | 1 | -85/+0 |
* | Use our Curl_addrinfo definition even when an addrinfo struct is available. | Yang Tse | 2008-10-30 | 1 | -146/+4 |
* | *** empty log message *** | Yang Tse | 2008-10-20 | 1 | -3/+0 |
* | fix compiler warning | Yang Tse | 2008-10-19 | 1 | -6/+6 |
* | attempt to fix or allow further detection of an elusive icc SIGSEGV | Yang Tse | 2008-10-19 | 1 | -0/+1 |
* | attempt to fix compiler warning relative to potential misaligned data access | Yang Tse | 2008-10-19 | 1 | -10/+23 |
* | Removed a line of dead code (discovered by Coverity) | Dan Fandrich | 2008-10-18 | 1 | -1/+1 |
* | protect against 'use after free' or race condition | Yang Tse | 2008-10-17 | 1 | -0/+1 |
* | fix compiler warning | Yang Tse | 2008-10-17 | 1 | -3/+5 |
* | OOM condition fix | Yang Tse | 2008-10-17 | 1 | -1/+3 |
* | attempt to fix or allow further detection of an elusive icc SIGSEGV | Yang Tse | 2008-10-13 | 1 | -13/+25 |
* | attempt to fix or allow further detection of an elusive icc SIGSEGV | Yang Tse | 2008-10-10 | 1 | -17/+29 |
* | fix another error introduced in previously mentioned commit | Yang Tse | 2008-10-03 | 1 | -1/+1 |
* | fix error introduced in previous commit | Yang Tse | 2008-10-03 | 1 | -1/+1 |
* | take 2 at fixing compiler warning: argument might be clobbered by `longjmp' o... | Yang Tse | 2008-10-02 | 1 | -2/+4 |
* | fix compiler warning: `variable' might be clobbered by `longjmp' or `vfork' | Yang Tse | 2008-10-02 | 1 | -1/+1 |
* | Fixed some compiler warnings with gcc | Dan Fandrich | 2008-10-01 | 1 | -3/+2 |
* | Fixed a couple of compile warnings. | Dan Fandrich | 2008-09-29 | 1 | -2/+4 |
* | Moved all signal-based name resolution timeout handling into a single new | Dan Fandrich | 2008-09-29 | 1 | -12/+178 |
* | ntoa() and inet_ntoa_r() no longer used | Yang Tse | 2008-09-24 | 1 | -4/+0 |
* | remove unnecessary typecasting of calloc() | Yang Tse | 2008-09-06 | 1 | -1/+1 |
* | Removed some redundant type casts | Dan Fandrich | 2008-09-02 | 1 | -1/+1 |
* | - Andreas Schuldei improved Phil Blundell's patch for IPv6 using c-ares, and I | Daniel Stenberg | 2008-07-09 | 1 | -2/+115 |