efl/legacy/ecore/src/lib/ecore_con
Bluezery 16a9961f58 From: Bluezery <ohpowel@gmail.com>
Subject: Re: [E-devel] [Patch][ecore_con_url] Add proxy & timeout set
API

There existed two problems when using ecore_con_url. We cannot set
proxy and set timeout.
So, I added two APIs for solving these problems.
Proxy can be set by setting libcurl option.
Timeout also can be set but It need to add handler for Linux alarm
signal. (Please refer:
http://curl.haxx.se/libcurl/c/curl_easy_setopt.html#CURLOPTTIMEOUT)
So I implemented it by using ecore timer.




SVN revision: 66414
2011-12-21 06:18:25 +00:00
..
Ecore_Con.h From: Bluezery <ohpowel@gmail.com> 2011-12-21 06:18:25 +00:00
Makefile.am introducinggggggggggggggg <drum roll>: 2011-12-06 03:32:16 +00:00
ecore_con.c fix a Heroes of SVN-level breakage from 66068 which prevented all ecore-con fds from being closed :D 2011-12-20 06:22:30 +00:00
ecore_con_alloc.c introducinggggggggggggggg <drum roll>: 2011-12-06 03:32:16 +00:00
ecore_con_ares.c ...make that twice 2011-12-06 03:51:01 +00:00
ecore_con_info.c introducinggggggggggggggg <drum roll>: 2011-12-06 03:32:16 +00:00
ecore_con_local.c Ecore-con: Allow to disable local sockets support, and disable them on ps3 2011-09-29 21:05:32 +00:00
ecore_con_local_win32.c ecore_con : fix compilation on Windows 2011-07-17 11:11:25 +00:00
ecore_con_private.h From: Bluezery <ohpowel@gmail.com> 2011-12-21 06:18:25 +00:00
ecore_con_socks.c fix impossible possible segv 2011-12-16 18:06:19 +00:00
ecore_con_ssl.c unify and improve gnutls debug output 2011-12-08 05:58:47 +00:00
ecore_con_url.c From: Bluezery <ohpowel@gmail.com> 2011-12-21 06:18:25 +00:00