Stan Hu
|
c7308592fb
hostip.c: Move macOS-specific calls into global init call
|
1 year ago |
Daniel Stenberg
|
8e85764b7b
lib: remove unused functions, make single-use static
|
1 year ago |
Colin Cross
|
e743425bc6
hostip: move easy_lock.h include above curl_memory.h
|
1 year ago |
Emanuele Torre
|
f198d33e8d
checksrc: disallow spaces before labels
|
1 year ago |
Daniel Stenberg
|
f446258f02
hostip: include easy_lock.h before using GLOBAL_INIT_IS_THREADSAFE
|
1 year ago |
Daniel Stenberg
|
8e6abece40
hostip: use time_t for storing oldest DNS entry
|
1 year ago |
Daniel Stenberg
|
9ed7d56e04
hostip: enforce a maximum DNS cache size independent of timeout value
|
1 year ago |
Daniel Stenberg
|
f62557276a
hostip: store dns timeout as 'int'
|
1 year ago |
Harry Sintonen
|
13718030ad
hostip: add locks around use of global buffer for alarm()
|
1 year ago |
Matt Jolly
|
0ae0abbe72
hostip: refuse to resolve the .onion TLD
|
1 year ago |
Daniel Stenberg
|
788c6b3864
hostip: avoid sscanf and extra buffer copies
|
1 year ago |
Daniel Stenberg
|
2bc1d775f5
copyright: update all copyright lines and remove year ranges
|
1 year ago |
Viktor Szakats
|
b563a92cd6
tidy-up: process.h detection and use
|
2 years ago |
Viktor Szakats
|
1c567f797b
hostip: guard PF_INET6 use
|
2 years ago |
Daniel Stenberg
|
46f3fe0e75
hostip: lazily wait to figure out if IPv6 works until needed
|
2 years ago |
Dmitry Karpov
|
1902e8fc51
resolve: make forced IPv4 resolve only use A queries
|
2 years ago |
Daniel Stenberg
|
8dd95da35b
ctype: remove all use of <ctype.h>, use our own versions
|
2 years ago |
Viktor Szakats
|
c9061f242b
misc: spelling fixes
|
2 years ago |
Daniel Stenberg
|
7632c0d25a
multi: use larger dns hash table for multi interface
|
2 years ago |
Daniel Stenberg
|
b5c0fe20e3
hostip: resolve *.localhost to 127.0.0.1/::1
|
2 years ago |
max.mehl
|
ad9bc5976d
copyright: make repository REUSE compliant
|
2 years ago |
Adam Rosenfield
|
e07a9b668a
conn: fix typo 'connnection' -> 'connection' in two function names
|
2 years ago |
Daniel Stenberg
|
6968fb9d54
lib: remove exclamation marks
|
2 years ago |
Stewart Gebbie
|
8a1fa3b364
hostip: avoid unused parameter error in Curl_resolv_check
|
2 years ago |
MAntoniak
|
39406280bb
misc: remove unused doh flags when CURL_DISABLE_DOH is defined
|
3 years ago |
Daniel Stenberg
|
254f7bd78a
hash: lazy-alloc the table in Curl_hash_add()
|
2 years ago |
Rikard Falkeborn
|
5de119d0b8
hostip: Move allocation to clarify there is no memleak
|
3 years ago |
Daniel Stenberg
|
fe7b64228d
strerror.h: remove the #include from files not using it
|
3 years ago |
Jay Satiro
|
16e9c8e990
hostip: Make Curl_ipv6works function independent of getaddrinfo
|
3 years ago |
Josh Soref
|
de1004eb0f
cleanup: spell DoH with a lowercase o
|
3 years ago |