Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
compiler warning: variable is initialized but not referenced | |||
2011-05-21 | compiler warning: fix | Yang Tse | |
Fix compiler warning: enumerated type mixed with another type | |||
2011-04-29 | resolver_error: remove bad semicolon | Daniel Stenberg | |
2011-04-28 | gai_strerror: provide private implementation | Daniel Stenberg | |
There are systems (like NetWare) without its own gai_strerror() function. | |||
2011-04-28 | treaded-resolver: better error messages | Daniel Stenberg | |
Now use gai_strerror() to get proper error messages when getaddrinfo() has failed. Detect the function in configure. Code based on work and suggestions by Jeff Pohlmeyer and Guenter Knauf | |||
2011-04-27 | source cleanup: unify look, style and indent levels | Daniel Stenberg | |
By the use of a the new lib/checksrc.pl script that checks that our basic source style rules are followed. | |||
2011-04-25 | async resolvers: further cleanups | Daniel Stenberg | |
asyn-ares.c and asyn-thread.c are two separate backends that implement the same (internal) async resolver API for libcurl to use. Backend is specified at build time. The internal resolver API is defined in asyn.h for asynch resolvers. |