efl/legacy/ecore/src/lib/ecore_file
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_File.h ecore: fix detection of complete file write in ecore_file inotify. 2011-03-01 09:57:13 +00:00
Makefile.am Ecore: Decide whether library will be built or not in upper level 2010-10-28 16:37:41 +00:00
ecore_file.c ecore: we never call perro. 2011-12-08 16:21:29 +00:00
ecore_file_download.c From: Bluezery <ohpowel@gmail.com> 2011-12-21 06:18:25 +00:00
ecore_file_monitor.c fix doc typo 2011-01-27 20:40:02 +00:00
ecore_file_monitor_inotify.c Ecore: fix warnings 2011-12-06 22:33:01 +00:00
ecore_file_monitor_poll.c ecore: include stdlib.h when required. 2011-12-06 16:09:05 +00:00
ecore_file_monitor_win32.c fix returned type of callbacks 2010-06-26 15:35:30 +00:00
ecore_file_path.c ecore: include stdlib.h when required. 2011-12-06 16:09:05 +00:00
ecore_file_private.h Ecore_File: let configure do its job 2011-11-23 23:46:12 +00:00