Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-27 | whitespace cleanup: no space first in conditionals | Daniel Stenberg | |
"if(a)" is our style, not "if( a )" | |||
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. |