efl/legacy/ecore/src/lib/ecore_con
Lucas De Marchi fcad2a9244 Check for libcurl's return codes when appropriate.
Depending on the option being set by curl_easy_setopt, a return value
different from CURL_OK can be returned (the same applies to curl_multi_*
and CURLM_OK).

This commit checks the return value from those calls and usually
displays an error message with ERR() and returns -- in some cases, an
error is shown but the function does not immediately return.

A few lines of code have also been moved around in order to make
returning from functions as harmless as possible.

By: Raphael Kubo da Costa <kubo@profusion.mobi>



SVN revision: 53275
2010-10-11 19:13:12 +00:00
..
.cvsignore Quiet. 2005-07-29 16:41:05 +00:00
Ecore_Con.h Yet another int -> Eina_Bool fix, similar to the one done to 2010-10-08 18:41:49 +00:00
Makefile.am Move Ecore.h (and associated headers) to own dir. 2010-07-09 06:23:19 +00:00
ecore_con.c log domains in lower-case only please. 2010-10-07 22:31:46 +00:00
ecore_con_ares.c Convert (hopefully) all comparisons to NULL 2010-08-21 13:52:25 +00:00
ecore_con_info.c remove whitespaces 2010-09-22 08:03:38 +00:00
ecore_con_local.c FORMATTING 2010-08-04 16:57:32 +00:00
ecore_con_private.h clear out the _try series of functions because they're useless 2010-10-02 21:13:56 +00:00
ecore_con_ssl.c add DBG for successfully completing SSL verification. with this commit, I believe that the ssl api should be 100% functional. 2010-10-02 22:27:30 +00:00
ecore_con_url.c Check for libcurl's return codes when appropriate. 2010-10-11 19:13:12 +00:00