Age | Commit message (Collapse) | Author |
|
|
|
compiler warning: variable is initialized but not referenced
|
|
Fix compiler warning: enumerated type mixed with another type
|
|
|
|
There are systems (like NetWare) without its own gai_strerror()
function.
|
|
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
|
|
By the use of a the new lib/checksrc.pl script that checks that our
basic source style rules are followed.
|
|
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.
|