Daniel Stenberg
|
8df455479f
source cleanup: remove all custom typedef structs
|
4 rokov pred |
Daniel Stenberg
|
c069027139
conncache: various concept cleanups
|
4 rokov pred |
Daniel Stenberg
|
4a4b63daaa
socks: make the connect phase non-blocking
|
4 rokov pred |
Daniel Stenberg
|
8bd14c871f
fix: Copyright year out of date, should be 2020
|
4 rokov pred |
Marcel Raad
|
875314ed0b
hostip: move code to resolve IP address literals to `Curl_resolv`
|
4 rokov pred |
Marcel Raad
|
4457e08a7a
hostip: suppress compiler warning
|
5 rokov pred |
Marcel Raad
|
69d95b6d4c
lib: silence conversion warnings
|
5 rokov pred |
Daniel Stenberg
|
b1616dad8f
timediff: make it 64 bit (if possible) even with 32 bit time_t
|
5 rokov pred |
Daniel Stenberg
|
a55faf33d4
cleanup: remove the 'numsocks' argument used in many places
|
5 rokov pred |
Daniel Stenberg
|
3cfcdf08d8
hostip: CURL_DISABLE_SHUFFLE_DNS
|
5 rokov pred |
Daniel Stenberg
|
12d655d456
doh: disable DOH for the cases it doesn't work
|
5 rokov pred |
Daniel Stenberg
|
f73de32d46
CURLOPT_DNS_USE_GLOBAL_CACHE: remove
|
5 rokov pred |
Romain Geissler
|
aa1f1d48f3
Curl_resolv: fix a gcc -Werror=maybe-uninitialized warning
|
5 rokov pred |
Daniel Stenberg
|
81a9fe4e92
hostip: make create_hostcache_id avoid alloc + free
|
5 rokov pred |
Daniel Stenberg
|
05b100aee2
cleanup: make local functions static
|
5 rokov pred |
Claes Jakobsson
|
d8cae791f4
hostip: support wildcard hosts
|
5 rokov pred |
Rick Deist
|
3349a633b8
hostip: fix check on Curl_shuffle_addr return value
|
6 rokov pred |
Viktor Szakats
|
b801b453af
whitespace fixes
|
6 rokov pred |
Daniel Stenberg
|
abff183387
setopt: add CURLOPT_DOH_URL
|
6 rokov pred |
Marcel Raad
|
81be254870
hostip: fix unused variable warning
|
6 rokov pred |
Alibek.Jorajev
|
f66d97b677
CURLOPT_RESOLVE: always purge old entry first
|
6 rokov pred |
Rick Deist
|
d95f3dc0b1
resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSES
|
6 rokov pred |
Daniel Stenberg
|
98eee3396d
Revert "hostip: fix compiler warning: 'variable set but not used'"
|
6 rokov pred |
Michael Kaufmann
|
a577059f92
hostip: fix compiler warning: 'variable set but not used'
|
6 rokov pred |
Francisco Sedano
|
23713645d4
url: Add option CURLOPT_RESOLVER_START_FUNCTION
|
6 rokov pred |
Jay Satiro
|
73050fb6ae
hostip: fix 'potentially uninitialized variable' warning
|
6 rokov pred |
Anders Bakken
|
50d1b3379a
CURLOPT_RESOLVE: Add support for multiple IP addresses per entry
|
6 rokov pred |
Daniel Stenberg
|
b1b94305d8
RESOLVE: output verbose text when trying to set a duplicate name
|
7 rokov pred |
Randall S. Becker
|
76ebd54175
configure: check for netinet/in6.h
|
7 rokov pred |
Daniel Stenberg
|
715f1f53e0
resolve: allow IP address within [] brackets
|
7 rokov pred |