efl/legacy
Mike Blumenkrantz 3fc5ceadd7 add ecore_main_fd_handler_file_add() for use with regular files.
epoll does not handle reading from files since it is only a mechanism for determining whether a fd is ready for read/write/error, and regular files are always ready. as a result, we must select on them explicitly without adding to the epoll fd

I realize that this is a feature freeze, but it's rather non-invasive and this is an absolute must-have to fix mounting for e17 so...sorry!


SVN revision: 74741
2012-08-01 14:37:24 +00:00
..
ecore add ecore_main_fd_handler_file_add() for use with regular files. 2012-08-01 14:37:24 +00:00
edje edje log: fix some progname leftovers. 2012-07-31 22:45:44 +00:00
eet eet: as pointed by Vincent, remove useless check as we don't use those function any more. 2012-07-28 14:26:47 +00:00
eeze set NONBLOCK on /proc/self/mountinfo file descriptor 2012-08-01 13:32:38 +00:00
efreet eina: cleanup eina_file_map_lines API before release. 2012-07-31 07:23:16 +00:00
eina fix problem in dealing with debians multiarch on prefix finding. 2012-08-01 06:28:37 +00:00
eio fix minor version defines to be at 1.6 (in sync now) ready for going 2012-07-16 06:36:02 +00:00
embryo fix minor version defines to be at 1.6 (in sync now) ready for going 2012-07-16 06:36:02 +00:00
emotion emotion: prevent race condition during gstreamer module shutdown or file set. 2012-08-01 08:41:53 +00:00
eobj Eo: Also fix the case when the chain is not allocated. 2012-07-31 07:34:27 +00:00
ephysics EPhysics: small fixes related to slider constraint 2012-07-31 22:24:51 +00:00
escape added short description in the missing README contents 2012-04-07 01:25:36 +00:00
ethumb ethumb: Fix .so version. 2012-07-10 21:18:18 +00:00
evas Evas: Fix evas build from botched copy/paste. 2012-08-01 14:32:26 +00:00
evil evil: why sed when rm works ? Get rid of the stupid .la files 2012-07-21 18:44:50 +00:00