efl/src/lib
Marcel Hollerbach 5afdbde0db efl_io_model: remove custom counting logic
Summary:
this logic brings a few problems:

- When files are annonced here, without the monitor having the context
of the files, immidiat actions like deletion of the file are resulting
in no deletion event. Which is definitly a bug, so we need to wait here
for the monitor.

- When a new count is annonced before the files are there from the
monitor, we are heading towards the same issue - additionally, we might
already have files available, due to the custom counting that are not
annoncned through the monitor, which means, at a later pointer we are
annoncing a new file which is already available via the API.

Right now i do not see a way to continue with this code, it caused major
issues with our CI and the POLL backend, for now things do work again.
Depends on D9624

Reviewers: zmike, stefan_schmidt, cedric, felipealmeida

Reviewed By: zmike

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D9625
2019-09-04 13:57:27 -04:00
..
ecore efl model - fix use after free 2019-09-04 13:18:17 -04:00
ecore_audio docs: Remove obsolete @since tags from EO files 2019-03-20 20:16:05 +01:00
ecore_avahi
ecore_buffer
ecore_cocoa docs: Fix common misspellings in H files 2019-04-02 13:28:48 +02:00
ecore_con remove useless check of ws2tcpip.h 2019-04-02 10:09:24 -04:00
ecore_drm ecore drm legacy - fix dbus leaks of reply handle 2019-09-04 13:12:20 -04:00
ecore_drm2 ecore drm2 - fix timeout in case case called from thread 2019-05-01 16:17:25 -04:00
ecore_evas ecore_evas: prevent double free evas. 2019-09-04 13:01:31 -04:00
ecore_fb
ecore_file build: do not reply on header checking libinotify.h 2019-03-11 21:23:52 +01:00
ecore_imf
ecore_imf_evas
ecore_input
ecore_input_evas
ecore_ipc ecore_ipc: close dialer io closer when dialer is deleted. 2019-05-30 10:13:56 -04:00
ecore_sdl
ecore_wayland
ecore_win32
ecore_wl2 ecore_wl2: Changed log macro ERR->EINA_LOG_ERR. 2019-09-04 13:07:58 -04:00
ecore_x events: don't check for zeroed event types before registering them 2019-09-04 10:26:52 -04:00
ector ector: ++safety. 2019-09-04 13:16:24 -04:00
edje efl: implement efl.file::unload for classes that implement load 2019-09-04 13:45:58 -04:00
eet docs: Fix common misspellings in H files 2019-04-02 13:28:48 +02:00
eeze
efl efl.h: avoid redefinition of typedef 'Efl_Gfx_Path_Command' 2019-09-04 12:39:44 -04:00
efl_mono efl-csharp: fix crash when events trigger after C# object `Dispose` 2019-04-05 19:59:47 -03:00
efl_wl efl_wfl: fix warning and err prints for wl keymap tmp file 2019-09-04 10:08:47 -04:00
efreet efreet: Fix resource leak 2019-03-15 08:58:17 -04:00
eina eina_vpath: add null checking logic on vpath_resolve api 2019-09-04 13:43:09 -04:00
eio efl_io_model: remove custom counting logic 2019-09-04 13:57:27 -04:00
eldbus eldbus: don't print warnings for user-canceled calls 2019-05-30 10:21:44 -04:00
elementary efl_ui/scroll_manager: make scroll direction changes more responsive with wheel 2019-09-04 13:54:29 -04:00
elocation
elput elput: Remove useless call to eldbus_message_unref 2019-05-01 16:17:25 -04:00
elua
embryo
emile emile - use newer lz4 api instead of deprecated one 2019-09-04 13:15:34 -04:00
emotion efl: implement efl.file::unload for classes that implement load 2019-09-04 13:45:58 -04:00
eo docs: Fix common misspellings in H files 2019-04-02 13:28:48 +02:00
eolian eolian: fix function pointer leak as reported by asan 2019-09-04 13:25:10 -04:00
eolian_cxx eolian_cxx: rework context code, also more flexible scope indentation generator 2019-03-26 16:42:18 -03:00
ephysics ephysics - fix stringshare double del 2019-09-04 13:11:39 -04:00
escape docs: Fix common misspellings in H files 2019-04-02 13:28:48 +02:00
ethumb ethumb - fix error free of static string as stringshare 2019-09-04 13:12:25 -04:00
ethumb_client docs: Fix common misspellings in H files 2019-04-02 13:28:48 +02:00
evas efl_canvas_animation_player: delete previous target event callback 2019-09-04 13:54:09 -04:00
evas_goal
evil Evil: remove fall through warning 2019-05-30 10:11:37 -04:00
.gitignore