summaryrefslogtreecommitdiff
path: root/lib/asyn-thread.c
Commit message (Expand)AuthorAgeFilesLines
...
* Curl_resolver_is_resolved: show proper host name on failed resolveKim Vandry2013-02-181-15/+20
* Curl_resolver_is_resolved: fix compiler warningDaniel Stenberg2013-02-181-3/+3
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+679
* build: rename 93 lib/*.c filesYang Tse2013-01-031-679/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-12/+12
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-6/+0
* win32-threaded-resolver: stop using a dummy socketDaniel Stenberg2012-01-041-27/+4
* CURLOPT_DNS_SERVERS: set name servers if possibleJason Glasgow2011-11-171-0/+9
* asyn-thread: check for dotted addresses before thread startsChristian Hägele2011-08-061-2/+16
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-6/+0
* errno.h inclusion conditionally done in setup_once.hYang Tse2011-07-241-1/+0
* code style: space between close paren and open braceDaniel Stenberg2011-07-041-1/+1
* asyn-thread: fix compiler warningYang Tse2011-06-211-4/+2
* compiler warning: fixYang Tse2011-05-211-1/+1
* resolver_error: remove bad semicolonDaniel Stenberg2011-04-291-1/+1
* gai_strerror: provide private implementationDaniel Stenberg2011-04-281-0/+38
* treaded-resolver: better error messagesDaniel Stenberg2011-04-281-10/+31
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-24/+27
* async resolvers: further cleanupsDaniel Stenberg2011-04-251-0/+632