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-thread.c
Age
Commit message (
Expand
)
Author
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-27
code/docs: Use correct case for IPv4 and IPv6
Steve Holme
2014-12-14
asyn-thread: We prefer 'CURLcode result'
Steve Holme
2014-09-23
threaded-resolver: revert Curl_expire_latest() switch
Daniel Stenberg
2014-08-31
low-speed-limit: avoid timeout flood
Daniel Stenberg
2014-08-31
resolve: cache lookup for async resolvers
Michael Wallner
2014-05-22
bits.close: Fixed compilation warning
Steve Holme
2014-05-22
bits.close: introduce connection close tracking
Daniel Stenberg
2014-01-10
threaded-resolver: never use NULL hints with getaddrinfo
Daniel Stenberg
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-09-10
NI_MAXSERV: remove all use of it
Daniel Stenberg
2013-02-18
resolver_error: remove wrong error message output
Daniel Stenberg
2013-02-18
Curl_resolver_is_resolved: show proper host name on failed resolve
Kim Vandry
2013-02-18
Curl_resolver_is_resolved: fix compiler warning
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-01-04
win32-threaded-resolver: stop using a dummy socket
Daniel Stenberg
2011-11-17
CURLOPT_DNS_SERVERS: set name servers if possible
Jason Glasgow
2011-08-06
asyn-thread: check for dotted addresses before thread starts
Christian Hägele
2011-07-26
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
Yang Tse
2011-07-24
errno.h inclusion conditionally done in setup_once.h
Yang Tse
2011-07-04
code style: space between close paren and open brace
Daniel Stenberg
2011-06-21
asyn-thread: fix compiler warning
Yang Tse
2011-05-21
compiler warning: fix
Yang Tse
2011-04-29
resolver_error: remove bad semicolon
Daniel Stenberg
2011-04-28
gai_strerror: provide private implementation
Daniel Stenberg
2011-04-28
treaded-resolver: better error messages
Daniel Stenberg
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2011-04-25
async resolvers: further cleanups
Daniel Stenberg