Daniel Stenberg
|
378e331e92
asyn-ares: call ares_freeaddrinfo() to clean up addrinfo results
|
3 年之前 |
Daniel Stenberg
|
c3fa8c6e76
asyn-ares.c: move all version number checks to the top
|
3 年之前 |
Daniel Stenberg
|
ba904db070
ares: use ares_getaddrinfo()
|
3 年之前 |
Daniel Stenberg
|
c4b8ec495d
asyn-ares: remove check for 'data' in Curl_resolver_cancel
|
3 年之前 |
Dmitry Karpov
|
4bd20889fc
ares: always store IPv6 addresses first
|
3 年之前 |
Lucas Clemente Vella
|
84d2839740
CURLOPT_IPRESOLVE: preventing wrong IP version from being used
|
3 年之前 |
Daniel Stenberg
|
063d3f3b96
tidy-up: make conditional checks more consistent
|
3 年之前 |
Daniel Stenberg
|
692faeab9f
asyn-ares: use consistent resolve error message
|
3 年之前 |
Daniel Stenberg
|
8335c6417e
hostip: remove conn->data from resolver functions
|
3 年之前 |
Daniel Stenberg
|
a304051620
lib: more conn->data cleanups
|
3 年之前 |
Daniel Stenberg
|
215db086e0
lib: pass in 'struct Curl_easy *' to most functions
|
3 年之前 |
Daniel Stenberg
|
afb150499f
asyn-ares: remove Curl_ prefix from static functions
|
3 年之前 |
Daniel Stenberg
|
37cdc2a05c
asyn: use 'struct thread_data *' instead of 'void *'
|
4 年之前 |
Daniel Stenberg
|
4d2f800677
curl.se: new home
|
4 年之前 |
Daniel Stenberg
|
3d64031fa7
symbian: drop support
|
4 年之前 |
Daniel Stenberg
|
d68fc02972
asyn-ares: correct some bad comments
|
4 年之前 |
Marc Hoersken
|
3186f50054
timeouts: move ms timeouts to timediff_t from int and long
|
4 年之前 |
Daniel Stenberg
|
8df455479f
source cleanup: remove all custom typedef structs
|
4 年之前 |
Daniel Stenberg
|
59e351a572
asyn-*: remove support for never-used NULL entry pointers
|
4 年之前 |
Daniel Stenberg
|
0b030a5b23
global_init: move the IPv6 works status bool to multi handle
|
4 年之前 |
Daniel Stenberg
|
8bd14c871f
fix: Copyright year out of date, should be 2020
|
4 年之前 |
Marcel Raad
|
875314ed0b
hostip: move code to resolve IP address literals to `Curl_resolv`
|
4 年之前 |
Daniel Stenberg
|
a55faf33d4
cleanup: remove the 'numsocks' argument used in many places
|
5 年之前 |
James Brown
|
d331227cf0
c-ares: honor port numbers in CURLOPT_DNS_SERVERS
|
5 年之前 |
Daniel Stenberg
|
8ece8177f1
cleanup: remove FIXME and TODO comments
|
5 年之前 |
Marcel Raad
|
6b3dde7fe6
build: fix "clarify calculation precedence" warnings
|
5 年之前 |
Marcel Raad
|
d1b5cf830b
build: fix Codacy/CppCheck warnings
|
5 年之前 |
Brad Spencer
|
80208d68dc
resolve: apply Happy Eyeballs philosophy to parallel c-ares queries
|
5 年之前 |
Brad Spencer
|
84a30d0a41
curl_multi_remove_handle() don't block terminating c-ares requests
|
6 年之前 |
Romain Fliedel
|
6765e6d9e6
ares: remove fd from multi fd set when ares is about to close the fd
|
6 年之前 |