Daniel Stenberg
|
c39858aac0
Source cleanups. The major one being that we now _always_ use a Curl_addrinfo
|
il y a 20 ans |
Daniel Stenberg
|
8d76d4016d
removed trailing whitespace
|
il y a 20 ans |
Daniel Stenberg
|
9f92657f76
Gisle corrected two comments
|
il y a 20 ans |
Daniel Stenberg
|
9f341f9ce5
Gisle Vanem's improved verbose output and timeout handling when connecting to
|
il y a 20 ans |
Daniel Stenberg
|
e9056f5f95
if shrinking the buffer fails, use the older larger one
|
il y a 20 ans |
Daniel Stenberg
|
bbafb2eb27
curl_global_init_mem() allows the memory functions to be replaced.
|
il y a 20 ans |
Daniel Stenberg
|
4250637e7d
improved the cleaning up of memory when we fail to resolve names due to
|
il y a 20 ans |
Daniel Stenberg
|
245e3122df
Made defines instead of plain numbers for the Curl_resolv() return code to
|
il y a 20 ans |
Daniel Stenberg
|
648e82f05d
Major hostip.c cleanup and split into multiple files and easier #ifdef
|
il y a 20 ans |
Daniel Stenberg
|
3755bffcc2
Gisle Vanem found and fixed a memory leak when doing (failing) Windows
|
il y a 20 ans |
Daniel Stenberg
|
62b7c08bb3
include unistd.h as well for the close() proto on some platforms (like Tru64)
|
il y a 20 ans |
Daniel Stenberg
|
dc25cd6f3a
cleanup leftovers
|
il y a 20 ans |
Daniel Stenberg
|
68e8a0f0d9
asking for CURL_IPRESOLVE_V6 when ipv6 addresses can't be resolved will
|
il y a 20 ans |
Daniel Stenberg
|
1d0b5b507a
Curl_wait_for_resolv() could hang due to the bad timeout timer resolution and
|
il y a 20 ans |
Daniel Stenberg
|
31a693b99a
Gisle Vanem's fix that makes the multi interface work on Windows again even
|
il y a 20 ans |
Daniel Stenberg
|
eb6345de60
somewhat safer typecasting in case sizeof(long) != sizeof(void *) (is there
|
il y a 20 ans |
Daniel Stenberg
|
5ca47f19d7
the pack_hostent() proto isn't used/needed with ipv6 is enabled.
|
il y a 20 ans |
Daniel Stenberg
|
9044fcbb5f
Gisle Vanem's fix for bug item #927979 reported by Nathan O'Sullivan.
|
il y a 20 ans |
Daniel Stenberg
|
ad9e83a90f
Dirk Manske's fix that makes sure we cancel the ares resolve when we time out
|
il y a 20 ans |
Daniel Stenberg
|
675db3a211
removed my previously attempted fix for ares timeouts, not needed
|
il y a 20 ans |
Daniel Stenberg
|
ee1595dcd5
Roy Shan fixed a case that prevented ares name resolve timeouts to occur.
|
il y a 20 ans |
Daniel Stenberg
|
9d0330d5bd
Remove the elapsed time from the most recent select() only.
|
il y a 20 ans |
Daniel Stenberg
|
d5074f74bb
The asynch name resolve methods now all use CURL_TIMEOUT_RESOLVE for
|
il y a 20 ans |
Daniel Stenberg
|
ea0cf7c87b
Dirk Manske found out the Curl_wait_for_resolv() timed out too early.
|
il y a 20 ans |
Daniel Stenberg
|
b8b8473b6d
Lots of comments added an clarified. Added timeout for the ares version
|
il y a 20 ans |
Daniel Stenberg
|
dc46f535ae
The select() timeout is better not static since some implementation actually
|
il y a 20 ans |
Daniel Stenberg
|
5b55f9ecb3
Gnter Knauf's NetWare changes.
|
il y a 20 ans |
Daniel Stenberg
|
47afa058a8
store times in time_t
|
il y a 20 ans |
Daniel Stenberg
|
52d85341ae
only build with the windows threading trace code if
|
il y a 20 ans |
Daniel Stenberg
|
9116dd41bd
tv_sec is an int, so we explicitly typecast the result of long - long to
|
il y a 21 ans |