index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
hostip.c
Age
Commit message (
Expand
)
Author
2014-01-28
hostip: don't remove DNS entries that are in use
Romulo A. Ceccon
2013-11-25
hostip: don't prune DNS cache entries that are in use
Daniel Stenberg
2013-08-08
global dns cache: fix memory leak
Daniel Stenberg
2013-08-08
global dns cache: didn't work [regression]
Daniel Stenberg
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2013-01-03
build: rename 93 lib/*.c files
Yang Tse
2013-01-03
build: make use of 93 lib/*.c renamed files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-12-14
setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>
Yang Tse
2012-11-18
fixed memory leak: CURLOPT_RESOLVE with multi interface
Daniel Stenberg
2012-01-02
hostip.c: fix potential write past the end of string buffer
Yang Tse
2012-01-02
hostip.c: fix Curl_loadhostpairs() OOM handling
Yang Tse
2011-12-31
create_hostcache_id: use the key lower cased
Daniel Stenberg
2011-12-31
CURLOPT_RESOLVE: avoid adding already present host names
Daniel Stenberg
2011-12-23
resolve: don't leak pre-populated dns entries
Daniel Stenberg
2011-09-01
hostip.c: return immediately from Curl_resolv_timeout() upon expired timeout.
Yang Tse
2011-07-26
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
Yang Tse
2011-04-27
whitespace cleanup: no space first in conditionals
Daniel Stenberg
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2011-04-25
hostip: comment fixed to state current situation
Daniel Stenberg
2011-04-25
async resolvers: further cleanups
Daniel Stenberg
2010-12-01
fix compiler warning: conversion may lose significant bits
Yang Tse
2010-11-26
hostip: edit comment
Yang Tse
2010-11-11
ip_version: moved to connection struct
Daniel Stenberg
2010-11-08
CURLOPT_RESOLVE: added
Daniel Stenberg
2010-04-13
fix compiler warning: variable might be clobbered by longjmp or vfork
Yang Tse
2010-04-04
simplify code of Curl_resolv_timeout()
Kamil Dudka
2010-04-04
eliminate a race condition in Curl_resolv_timeout()
Kamil Dudka
2010-03-24
avoid compiler warning without USE_ALARM_TIMEOUT
Daniel Stenberg
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2010-03-22
fix the alarm()-based DNS timeout
Thomas Lopatic
2010-01-23
adjust preprocessor symbol definition check relative to resolver specialty
Yang Tse
2010-01-22
wrap long lines and do some indent policing
Daniel Stenberg
2010-01-22
Constantine Sapuntzakis refactoring of async callbacks, allowing
Yang Tse
2009-12-30
VMS specific preprocessor symbol checking adjustments
Yang Tse
2009-11-18
Make usage of calloc()'s arguments consistent with rest of code base
Yang Tse
2009-11-12
Constantine Sapuntzakis patch for hostip.c
Yang Tse
2009-11-12
Make hostip.c compile again
Yang Tse
2009-11-11
- Constantine Sapuntzakis posted bug #2891595
Daniel Stenberg
2009-09-01
- Peter Sylvester made a debug featuer for Curl_resolv() that now will force
Daniel Stenberg
2009-04-21
libcurl's memory.h renamed to curl_memory.h
Yang Tse
2009-04-21
Moved potential inclusion of system's malloc.h and memory.h header files to
Yang Tse
2008-11-06
Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single one
Yang Tse
2008-10-30
Use our Curl_addrinfo definition even when an addrinfo struct is available.
Yang Tse
2008-10-20
*** empty log message ***
Yang Tse
2008-10-19
fix compiler warning
Yang Tse
2008-10-19
attempt to fix or allow further detection of an elusive icc SIGSEGV
Yang Tse
2008-10-19
attempt to fix compiler warning relative to potential misaligned data access
Yang Tse
2008-10-18
Removed a line of dead code (discovered by Coverity)
Dan Fandrich
[next]