Daniel Stenberg
|
b419e7ae0c
hostcache: made all host caches use structs, not pointers
|
9 years ago |
Daniel Stenberg
|
81ee1e69fe
hostip: fix compiler warnings
|
9 years ago |
Stefan Bühler
|
846f492053
actually implement CURLOPT_RESOLVE removals
|
9 years ago |
Stefan Bühler
|
b4be97fb67
move Curl_share_lock and ref counting into Curl_fetch_addr
|
9 years ago |
Stefan Bühler
|
0db831976e
fix refreshing of obsolete dns cache entries
|
9 years ago |
Daniel Stenberg
|
9395999543
checksrc: use space after comma
|
9 years ago |
Tobias Stoeckmann
|
851c29269b
hostip: Fix signal race in Curl_resolv_timeout.
|
9 years ago |
Daniel Stenberg
|
df5578a7a3
mprintf.h: remove #ifdef CURLDEBUG
|
9 years ago |
Daniel Stenberg
|
9547954978
hostip: remove 'stale' argument from Curl_fetch_addr proto
|
9 years ago |
Steve Holme
|
151ae59436
code/docs: Use correct case for IPv4 and IPv6
|
10 years ago |
Michael Wallner
|
09b5a99816
resolve: cache lookup for async resolvers
|
10 years ago |
Romulo A. Ceccon
|
31860ab8c8
hostip: don't remove DNS entries that are in use
|
10 years ago |
Daniel Stenberg
|
030a2b8cb8
hostip: don't prune DNS cache entries that are in use
|
11 years ago |
Daniel Stenberg
|
d20def2046
global dns cache: fix memory leak
|
11 years ago |
Daniel Stenberg
|
d2b36e466a
global dns cache: didn't work [regression]
|
11 years ago |
Yang Tse
|
5a053ffe80
build: fix circular header inclusion with other packages
|
12 years ago |
Yang Tse
|
4a5aa6682d
Revert changes relative to lib/*.[ch] recent renaming
|
12 years ago |
Yang Tse
|
5b6e7927c6
build: rename 93 lib/*.c files
|
12 years ago |
Yang Tse
|
13606bbfde
build: make use of 93 lib/*.c renamed files
|
12 years ago |
Yang Tse
|
f871de0064
build: make use of 76 lib/*.h renamed files
|
12 years ago |
Yang Tse
|
a0b207164c
setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>
|
12 years ago |
Daniel Stenberg
|
409f2a041f
fixed memory leak: CURLOPT_RESOLVE with multi interface
|
12 years ago |
Yang Tse
|
cc69e56ce3
hostip.c: fix potential write past the end of string buffer
|
13 years ago |
Yang Tse
|
8e25d1b93b
hostip.c: fix Curl_loadhostpairs() OOM handling
|
13 years ago |
Daniel Stenberg
|
81ebdd9e28
create_hostcache_id: use the key lower cased
|
13 years ago |
Daniel Stenberg
|
5e0a44e4d5
CURLOPT_RESOLVE: avoid adding already present host names
|
13 years ago |
Daniel Stenberg
|
2caa454dc1
resolve: don't leak pre-populated dns entries
|
13 years ago |
Yang Tse
|
f2285a6d39
hostip.c: return immediately from Curl_resolv_timeout() upon expired timeout.
|
13 years ago |
Yang Tse
|
f1586cb477
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
|
13 years ago |
Daniel Stenberg
|
889d1e973f
whitespace cleanup: no space first in conditionals
|
13 years ago |