47def809 | 04-Oct-2001 |
Daniel Stenberg |
made sure the correct pieces of code are compiled on IPv4-only hosts, and the pack_hostent() is only compiled if gethostbyname_r() isn't present. |
cfb32ec0 | 04-Oct-2001 |
Daniel Stenberg |
supports the new ADDR prefix for getaddrinfo() and freeaddrinfo() tracing |
5d9ae88f | 04-Oct-2001 |
Daniel Stenberg |
getaddrinfo() cleanups |
9d066935 | 03-Oct-2001 |
Daniel Stenberg |
Keith McGuigan's excellent fix that makes a cloned copy of the hostent struct for when gethostbyname() is used so that we have the memory of the struct allocated. This turns out to be needed
Keith McGuigan's excellent fix that makes a cloned copy of the hostent struct for when gethostbyname() is used so that we have the memory of the struct allocated. This turns out to be needed if the curl handled is passed between threads on Windows and possibly other operating systems where we use that function.
show more ...
|
bc40063e | 03-Oct-2001 |
Daniel Stenberg |
Nico Baggus' updated for 7.9 |
3c92d453 | 03-Oct-2001 |
Daniel Stenberg |
Bj�rn Stenberg reported successfully having built curl on StrongARM Linux |
fcf4fccf | 03-Oct-2001 |
Daniel Stenberg |
non-blocking connects *done* |
eafd2c6b | 03-Oct-2001 |
Daniel Stenberg |
me fix curl_formadd() again |
64f00454 | 03-Oct-2001 |
Daniel Stenberg |
hm, I edited away the fine functionality and with this edit test case 9 is once again running OK |
d6787274 | 03-Oct-2001 |
Daniel Stenberg |
7.9.1 pre-release 1 status |
efc15fb1 | 03-Oct-2001 |
Daniel Stenberg |
The ARRAY stuff is now added |
3d4cd8c9 | 03-Oct-2001 |
Daniel Stenberg |
added new curl_formadd() stuff |
42025999 | 03-Oct-2001 |
Daniel Stenberg |
Georg Huettenegger's fix that makes us no longer use curl_formparse() but instead entirely rely on the curl_formadd() function. The former one is subject for removal in a future release. |
66087bda | 03-Oct-2001 |
Daniel Stenberg |
Georg Huettenegger's curl_formadd fixes |
ac70a434 | 02-Oct-2001 |
Daniel Stenberg |
the changes done since the 7.9 release |
72dbe9da | 02-Oct-2001 |
Daniel Stenberg |
praise Bjorn Reese for mastering these dusty corners of socket hacking, now we check for the error state before believing we are connected in IPv6 cases |
dd028817 | 02-Oct-2001 |
Daniel Stenberg |
added port number in informational connect message |
ced89553 | 02-Oct-2001 |
Daniel Stenberg |
IPv6 adjustments, connect()ing to bad ports still don't work properly for IPv6 |
51ca5fcb | 02-Oct-2001 |
Daniel Stenberg |
major connecting updates |
56ff2aa0 | 01-Oct-2001 |
Daniel Stenberg |
pick the correct timeout before the connecthost call |
9f77771f | 01-Oct-2001 |
Daniel Stenberg |
faster bailout on timeouts |
f0fa8588 | 01-Oct-2001 |
Daniel Stenberg |
added comment to the tvdiff |
32986305 | 01-Oct-2001 |
Daniel Stenberg |
removed warning |
dc27488c | 01-Oct-2001 |
Daniel Stenberg |
corrected for IPv6 |
375e615a | 01-Oct-2001 |
Daniel Stenberg |
added five non-blocking #defines |