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
/
hostares.c
Age
Commit message (
Expand
)
Author
2007-02-16
use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling
Yang Tse
2007-02-05
- Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MS
Daniel Stenberg
2006-10-17
Jeff helped me pinpoint that we didn't properly set the expire timer during
Daniel Stenberg
2006-07-25
Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s...
Yang Tse
2006-07-25
Moved functions common to IPv4 and C-ares to hostip.c;
Gisle Vanem
2006-07-24
Use the proper Curl_freeaddrinfo() for CURLRES_ARES.
Gisle Vanem
2006-07-21
Constify 'hostname' and 'service' to various resolver functions.
Gisle Vanem
2006-07-21
Changes for combination ENABLE_IPV6 and USE_ARES.
Gisle Vanem
2006-07-11
include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined.
Yang Tse
2006-05-05
get the Curl_sockerrno proto
Daniel Stenberg
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
2006-04-10
First curl_multi_socket() commit. Should primarily be considered as an internal
Daniel Stenberg
2005-04-19
only define _REENTRANT if not already defined, and only in setup.h
Daniel Stenberg
2005-02-09
FTP code turned into state machine. Not completely yet, but a good start.
Daniel Stenberg
2005-02-08
ares_gethostbyname wants a 'ares_host_callback' in the 4th argument
Daniel Stenberg
2005-02-08
Curl_addrinfo?_callback() and addrinfo_callback() now returns
Gisle Vanem
2005-02-08
Curl_wait_for_resolv() no longer disconnects on failure, but leaves that
Daniel Stenberg
2004-10-06
removed tabs and trailing whitespace from source
Daniel Stenberg
2004-06-24
Source cleanups. The major one being that we now _always_ use a Curl_addrinfo
Daniel Stenberg
2004-05-11
curl_global_init_mem() allows the memory functions to be replaced.
Daniel Stenberg
2004-05-07
James Bursa changed two error message to use the display-name instead of the
Daniel Stenberg
2004-05-07
get the display host name properly
Daniel Stenberg
2004-05-06
Michael Benedict brought a fix that fills in the errorbuffer properly
Daniel Stenberg
2004-04-27
Made host name and proxy name get stored in a 'struct hostname' and set
Daniel Stenberg
2004-04-26
removed assignment of variable never used
Daniel Stenberg
2004-04-26
Major hostip.c cleanup and split into multiple files and easier #ifdef
Daniel Stenberg