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
/
hostasyn.c
Age
Commit message (
Expand
)
Author
2011-07-26
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
Yang Tse
2011-04-25
async resolvers: further cleanups
Daniel Stenberg
2011-04-25
asynch resolvers: unified
Vsevolod Novikov
2011-01-27
ares: memory leak fix
Daniel Stenberg
2010-12-27
c-ares: fix cancelled resolves
Daniel Stenberg
2010-12-18
ares: ask for both IPv4 and IPv6 addresses
Tommie Gannert
2010-03-24
remove the CVSish $Id$ lines
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-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-10-30
Use our Curl_addrinfo definition even when an addrinfo struct is available.
Yang Tse
2008-09-29
Removed unneeded includes of signal.h and setjmp.h
Dan Fandrich
2008-09-24
ntoa() and inet_ntoa_r() no longer used
Yang Tse
2007-09-28
Adapted the c-ares code to the API change c-ares 1.5.0 brings in the
Daniel Stenberg
2007-04-03
update copyright year
Yang Tse
2007-02-26
Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files
Gisle Vanem
2006-07-25
Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s...
Yang Tse
2006-07-25
Added note for CURLRES_ARES and CURLRES_IPV6.
Gisle Vanem
2006-07-11
include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined.
Yang Tse
2006-05-04
Roland Blom filed bug report #1481217
Daniel Stenberg
2006-04-26
Use the HAVE_MALLOC_H and HAVE_PROCESS_H defines
Gisle Vanem
2005-04-19
only define _REENTRANT if not already defined, and only in setup.h
Daniel Stenberg
2005-03-31
Updated the copyright year since changes have been this year.
Daniel Stenberg
2005-02-09
FTP code turned into state machine. Not completely yet, but a good start.
Daniel Stenberg
2005-02-08
Curl_addrinfo?_callback() and addrinfo_callback() now returns
Gisle Vanem
2004-10-06
removed tabs and trailing whitespace from source
Daniel Stenberg
2004-10-03
set async.done to TRUE last in the addrinfo callback to prevent the risk that
Daniel Stenberg
2004-06-24
Gisle cleaned up remaining host resolve re-org issues
Daniel Stenberg
2004-06-24
Source cleanups. The major one being that we now _always_ use a Curl_addrinfo
Daniel Stenberg
2004-05-18
+ when storing the address in the cache fails, cleanup the resolved address
Daniel Stenberg
2004-05-11
curl_global_init_mem() allows the memory functions to be replaced.
Daniel Stenberg
2004-04-26
Major hostip.c cleanup and split into multiple files and easier #ifdef
Daniel Stenberg