index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
asyn-ares.c
Age
Commit message (
Expand
)
Author
2017-10-28
Curl_timeleft: change return type to timediff_t
Daniel Stenberg
2017-10-27
resolvers: only include anything if needed
Marcel Raad
2017-10-25
time: rename Curl_tvnow to Curl_now
Daniel Stenberg
2017-10-25
timediff: return timediff_t from the time diff functions
Daniel Stenberg
2017-09-11
code style: use spaces around equals signs
Daniel Stenberg
2017-07-28
timeval: struct curltime is a struct timeval replacement
Daniel Stenberg
2017-06-08
asyn-ares: s/Curl_expire_latest/Curl_expire
Daniel Stenberg
2017-05-24
time: fix type conversions and compiler warnings
Michael Kaufmann
2017-05-10
multi: use a fixed array of timers instead of malloc
Daniel Stenberg
2017-05-10
multi: assign IDs to all timers and make each timer singleton
Daniel Stenberg
2017-03-07
ares: Curl_resolver_wait_resolv: clear *entry first in function
Daniel Stenberg
2017-03-07
ares: better error return on timeouts
Daniel Stenberg
2017-03-06
ares: return error at once if timed out before name resolve starts
Daniel Stenberg
2016-12-13
checksrc: stricter no-space-before-paren enforcement
Daniel Stenberg
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-04-29
lib: include curl_printf.h as one of the last headers
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-11-24
Revert "cleanup: general removal of TODO (and similar) comments"
Daniel Stenberg
2015-11-13
cleanup: general removal of TODO (and similar) comments
Daniel Stenberg
2015-03-17
checksrc: use space after comma
Daniel Stenberg
2015-03-16
free: instead of Curl_safefree()
Daniel Stenberg
2015-03-16
Bug #149: Deletion of unnecessary checks before calls of the function "free"
Markus Elfring
2015-03-03
mprintf.h: remove #ifdef CURLDEBUG
Daniel Stenberg
2014-12-14
asyn-ares: We prefer use of 'CURLcode result'
Steve Holme
2014-10-07
ares::Curl_resolver_cancel: skip checking for NULL conn
Daniel Stenberg
2014-08-31
low-speed-limit: avoid timeout flood
Daniel Stenberg
2014-07-25
c-ares: fix build without IPv6 support
Daniel Stenberg
2014-05-22
bits.close: introduce connection close tracking
Daniel Stenberg
2013-11-10
ares: Fixed compilation under Visual Studio 2012
Kim Vandry
2013-09-17
dns: fix compilation with MinGW from commit df69440d05f113
Steve Holme
2013-09-12
libcurl: New options to bind DNS to local interfaces or IP addresses
Kim Vandry
2013-07-17
asyn-ares: Don't blank ares servers if none configured.
Ben Greear
2013-06-23
c-ares: improve error message on failed resolve
Daniel Stenberg
2013-01-12
Curl_resolver_getsock: fix the function description comment
Daniel Stenberg
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2013-01-03
build: rename 93 lib/*.c files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-12-14
setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>
Yang Tse
2012-10-23
asyn-ares: restore working with c-ares < 1.6.1
Daniel Stenberg
2012-03-13
resolve with c-ares: don't resolve IPv6 when not working
Maxim Prohorov
2011-12-05
Curl_resolver_is_resolved: differentiate between host/proxy errors
Daniel Stenberg
2011-12-05
c-ares: return proxy failure for all proxy types
Daniel Stenberg
2011-12-02
CURLOPT_DNS_SERVERS: set name servers if possible (fix)
Jason Glasgow
2011-12-02
multi: handle timeouts on DNS servers by checking for new sockets
Jason Glasgow
2011-11-17
CURLOPT_DNS_SERVERS: set name servers if possible
Jason Glasgow
2011-07-26
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
Yang Tse
2011-06-02
Remove unnecessary typecast
Yang Tse
2011-05-21
compiler warning: fix
Yang Tse
2011-04-27
whitespace cleanup: no space first in conditionals
Daniel Stenberg
[next]