History log of /curl/lib/hostasyn.c (Results 51 – 59 of 59)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: curl-7_13_1
# 6a2e21ec 09-Feb-2005 Daniel Stenberg

FTP code turned into state machine. Not completely yet, but a good start.
The tag 'before_ftp_statemachine' was set just before this commit in case
of future need.


Revision tags: before_ftp_statemachine
# d1183129 08-Feb-2005 Gisle Vanem

Curl_addrinfo?_callback() and addrinfo_callback() now returns
CURLE_OK or CURLE_OUT_OF_MEMORY.
Add typecast in hostares.c.


Revision tags: curl-7_13_0, curl-7_12_3, curl-7_12_2
# 39af394a 06-Oct-2004 Daniel Stenberg

removed tabs and trailing whitespace from source


# 2ee6c334 03-Oct-2004 Daniel Stenberg

set async.done to TRUE last in the addrinfo callback to prevent the risk that
the multi-threaded resolver does wrong


Revision tags: curl-7_12_1
# 785bad38 24-Jun-2004 Daniel Stenberg

Gisle cleaned up remaining host resolve re-org issues


# c39858aa 24-Jun-2004 Daniel Stenberg

Source cleanups. The major one being that we now _always_ use a Curl_addrinfo
linked list for name resolved data, even on hosts/systems with only IPv4
stacks as this simplifies a lot of code.


Revision tags: pre-aifix, curl-7_12_0
# 17eb1fca 18-May-2004 Daniel Stenberg

+ when storing the address in the cache fails, cleanup the resolved address
properly
+ delete trailing whitespace


# bbafb2eb 11-May-2004 Daniel Stenberg

curl_global_init_mem() allows the memory functions to be replaced.
memory.h is included everywhere for this.


# 648e82f0 26-Apr-2004 Daniel Stenberg

Major hostip.c cleanup and split into multiple files and easier #ifdef
usage.


123