summaryrefslogtreecommitdiff
path: root/src/lib/eio
Commit message (Expand)AuthorAgeFilesLines
* doxygen docs: Fix tons of invalid Doxygen commandsXavi Artigas2020-03-101-2/+0
* doxygen: fix duplicated toc sectionsXavi Artigas2020-02-281-1/+1
* Tabs: remove themXavi Artigas2020-02-121-2/+2
* eo files: Avoid container<ptr(value_type)> usage.Lauro Moura2019-11-291-1/+1
* eio - fbsd - make fd for monitored file close on execCarsten Haitzler (Rasterman)2019-10-121-0/+1
* eio/dir: fix null derefMike Blumenkrantz2019-09-261-2/+3
* efl_io_model: next try to fix this race conditionMarcel Hollerbach2019-09-199-1/+88
* Revert "efl_io_model: remove custom counting logic"Marcel Hollerbach2019-09-181-0/+81
* eio: fix warningVincent Torri2019-09-121-1/+1
* efl: change all occurences of @owned to @moveDaniel Kolesa2019-09-061-8/+8
* docs: minor tweaks to efl_io_modelXavi Artigas2019-09-051-4/+8
* efl_io_model: remove custom counting logicMarcel Hollerbach2019-09-041-81/+0
* eio - don't call cb's after a cancelCarsten Haitzler (Rasterman)2019-08-301-0/+6
* eio/poll: avoid ever dereferencing the backend's parent in a threadMike Blumenkrantz2019-08-231-8/+8
* efl/io: fix race condition with child model deletionMike Blumenkrantz2019-08-231-18/+25
* make mman.h privateVincent Torri2019-08-191-1/+0
* getenv - reduce continually calling getenv for the same vars do onceCarsten Haitzler (Rasterman)2019-08-081-1/+8
* Eio: enable eio_file_chown if chown is available on the platformVincent Torri2019-07-282-9/+16
* eo: use efl_provider_{un,}register infrastructure instead of Efl_Loop one.Cedric BAIL2019-07-171-2/+2
* efl: use eina_streq for all property operation in model to avoid crash on NUL...Cedric BAIL2019-07-101-4/+4
* eio: fix Efl.Io.Model properties iterator.Cedric BAIL2019-06-051-1/+57
* efl/io_model: check for parent object existence before removing wrefMike Blumenkrantz2019-05-291-1/+1
* include evil_private.h in last files, and disable symbolic links on Windows i...Vincent Torri2019-05-222-0/+4
* Eio: avoid symbolic link on WindowsVincent Torri2019-05-211-0/+8
* remove Evil.h when not necessary, include evil_private.h when necessaryVincent Torri2019-05-204-4/+11
* eio: correctly set reference count of cached child object.Cedric BAIL2019-05-091-0/+2
* eio: rely on inheritance and reflection for Efl.IoModel path property.Cedric BAIL2019-04-211-10/+2
* eio: ensure that the monitor starts when it is called toMarcel Hollerbach2019-04-021-1/+4
* efl_io_model: start early on monitoringMarcel Hollerbach2019-04-021-13/+23
* docs: Fix common misspellings in EO filesXavi Artigas2019-04-021-1/+1
* eio: work around the lack of integration between Ecore_Thread and Eina_Future.Cedric BAIL2019-03-271-9/+111
* eio: Efl.Io.Model should not make request when the object is invalidating its...Cedric BAIL2019-03-271-2/+2
* eio: remove unecessary use of weak reference.Cedric BAIL2019-03-272-22/+1
* eio: guarantee that we will at least process one request per loop iteration f...Cedric BAIL2019-03-271-4/+10
* eio: rely on efl_future_then to properly protect Eo object during the lifecyc...Cedric BAIL2019-03-271-10/+8
* eio: path and filename property should always remind accessible even in case ...Cedric BAIL2019-03-271-1/+1
* docs: Remove obsolete @since tags from EO filesXavi Artigas2019-03-201-4/+0
* efl: remove EFL_EO_API_SUPPORT macroDaniel Kolesa2019-03-181-2/+0
* build: add a option to disable eo file installationMarcel Hollerbach2019-03-141-3/+6
* eolian: enable checking of beta/stable contexts in all classesDaniel Kolesa2019-03-111-1/+1
* eo files: mark a bunch of types with @betaMike Blumenkrantz2019-03-083-5/+5
* eio: Efl.Io.Model doesn't have a parent class that actually provide any prope...Cedric BAIL2019-03-011-1/+1
* eio: fix not to overflow data by performing arithmetic.Hermet Park2019-02-271-1/+1
* eio: enforce proper lifecycle for all Efl.Io_Model and fix discovered lifecyc...Cedric BAIL2019-02-231-49/+66
* efl_io_model: fix not to cause memory overflow by strcpyJaehyun Cho2019-02-221-1/+1
* eio: fix a potentional BOF problemWonki Kim2019-02-211-23/+77
* Mark BETA classes individuallyXavi Artigas2019-02-142-2/+2
* Remove individual class BETA guardsXavi Artigas2019-02-131-1/+0
* efl_model : rename all efl_model based classes.SangHyeon Jade Lee2019-01-315-125/+125
* docs: Fix assorted typos in legacy documentationXavi Artigas2019-01-281-5/+5