Romain Fliedel
|
6765e6d9e6
ares: remove fd from multi fd set when ares is about to close the fd
|
6 years ago |
Daniel Stenberg
|
c8373e3dfc
ares: check for NULL in completed-callback
|
6 years ago |
Daniel Stenberg
|
ac9a179fe9
multi: fix memory leak when stopped during name resolve
|
6 years ago |
Jay Satiro
|
908a9a6742
build: remove HAVE_LIMITS_H check
|
7 years ago |
Daniel Stenberg
|
0d85eed3df
Curl_timeleft: change return type to timediff_t
|
7 years ago |
Marcel Raad
|
733190413f
resolvers: only include anything if needed
|
7 years ago |
Daniel Stenberg
|
5d543fe906
time: rename Curl_tvnow to Curl_now
|
7 years ago |
Daniel Stenberg
|
b9d25f9a6b
timediff: return timediff_t from the time diff functions
|
7 years ago |
Daniel Stenberg
|
6b84438d9a
code style: use spaces around equals signs
|
7 years ago |
Daniel Stenberg
|
4dee50b9c8
timeval: struct curltime is a struct timeval replacement
|
7 years ago |
Daniel Stenberg
|
6c59074528
asyn-ares: s/Curl_expire_latest/Curl_expire
|
7 years ago |
Michael Kaufmann
|
8ab22a7453
time: fix type conversions and compiler warnings
|
7 years ago |
Daniel Stenberg
|
31b39c40cf
multi: use a fixed array of timers instead of malloc
|
7 years ago |
Daniel Stenberg
|
e9fd794a61
multi: assign IDs to all timers and make each timer singleton
|
7 years ago |
Daniel Stenberg
|
958e176688
ares: Curl_resolver_wait_resolv: clear *entry first in function
|
7 years ago |
Daniel Stenberg
|
bfaab3180c
ares: better error return on timeouts
|
7 years ago |
Daniel Stenberg
|
29be83ee74
ares: return error at once if timed out before name resolve starts
|
7 years ago |
Daniel Stenberg
|
b228d2952b
checksrc: stricter no-space-before-paren enforcement
|
8 years ago |
Daniel Stenberg
|
434f8d0389
internals: rename the SessionHandle struct to Curl_easy
|
8 years ago |
Daniel Stenberg
|
4f45240bc8
lib: include curl_printf.h as one of the last headers
|
8 years ago |
Daniel Stenberg
|
4af40b3646
URLs: change all http:// URLs to https://
|
8 years ago |
Daniel Stenberg
|
c341311a0e
Revert "cleanup: general removal of TODO (and similar) comments"
|
9 years ago |
Daniel Stenberg
|
64e959ffe3
cleanup: general removal of TODO (and similar) comments
|
9 years ago |
Daniel Stenberg
|
9395999543
checksrc: use space after comma
|
9 years ago |
Daniel Stenberg
|
0f4a03cbb6
free: instead of Curl_safefree()
|
9 years ago |
Markus Elfring
|
29c655c0a6
Bug #149: Deletion of unnecessary checks before calls of the function "free"
|
9 years ago |
Daniel Stenberg
|
df5578a7a3
mprintf.h: remove #ifdef CURLDEBUG
|
9 years ago |
Steve Holme
|
125f655131
asyn-ares: We prefer use of 'CURLcode result'
|
10 years ago |
Daniel Stenberg
|
6352df87b1
ares::Curl_resolver_cancel: skip checking for NULL conn
|
10 years ago |
Daniel Stenberg
|
cacdc27f52
low-speed-limit: avoid timeout flood
|
10 years ago |