summaryrefslogtreecommitdiff
path: root/src/lib/ecore_file
Commit message (Expand)AuthorAgeFilesLines
* ecore_file_can_exec: fix .bat caseVincent Torri2020-09-011-6/+6
* ecore-file: fix ecore_file_can_exec() on WindowsVincent Torri2020-08-311-1/+87
* Get rid of trailing whitespaces (4 / 14)Elyes HAOUAS2020-06-232-4/+4
* refactor buildMarcel Hollerbach2020-05-271-6/+7
* build: lib: harmonize the use of package_c_args in all libsStefan Schmidt2020-05-261-0/+1
* Revert "Fix EAPI definition by defining EFL_BUILD for each built DLL"Carsten Haitzler (Rasterman)2020-05-181-2/+0
* Fix EAPI definition by defining EFL_BUILD for each built DLLVincent Torri2020-05-181-0/+2
* Use __func__ C99 identifier instead of __FUNCTION__ compiler extensionVincent Torri2020-05-071-1/+1
* ecore_file - address issue about false positive of finding a file in ./Carsten Haitzler (Rasterman)2020-04-221-1/+4
* esacpe: remove library from treeStefan Schmidt2019-12-041-4/+0
* doxygen: Prevent auto-linking of invalid linksXavi Artigas2019-11-181-4/+4
* remove Evil.h when not necessary, include evil_private.h when necessaryVincent Torri2019-05-203-10/+9
* build: do not reply on header checking libinotify.hMarcel Hollerbach2019-03-111-1/+1
* efl.file: improve api a bitMike Blumenkrantz2019-02-271-5/+5
* cmake: remove!Marcel Hollerbach2018-12-201-29/+0
* meson: unify system propertiesMarcel Hollerbach2018-10-051-1/+1
* here comes mesonMarcel Hollerbach2018-10-021-0/+39
* docs: Fix typos and some wrong expressions in API reference doc.Myoungwoon Roy, Kim2018-08-301-4/+4
* ecore_file: on shutdown properly set to NULL to avoid confusion when cycling ...Cedric BAIL2018-05-241-0/+1
* ecore: move close_on_destructor to close_on_invalidate as that describe the b...Cedric BAIL2018-05-011-2/+2
* ecore_file: switch from buf to tmpstrMarcel Hollerbach2018-04-101-1/+1
* Revert "cxx: Fix manual code after efl_app change."Carsten Haitzler (Rasterman)2018-03-031-1/+1
* efl: create Efl.App class, the parent of Efl.LoopMike Blumenkrantz2018-02-261-1/+1
* ecore_file: modify check for wd in file monitor delYeshwanth Reddivari2018-02-141-1/+1
* ecore-file: make monitoring truly fork-safeMike Blumenkrantz2018-02-021-4/+24
* Ecore_File: remove symlinks support on Windows (library and test)Vincent Torri2018-01-302-13/+19
* all: Simplify definition of EAPIVincent Torri2018-01-181-4/+4
* ecore_file_monitor: replace EINA_LIST_FOREACH to EINA_LIST_FOREACH_SAFEWooHyun Jung2018-01-151-2/+2
* efl loop - rename ecore_main_loop_get to efl_main_loop_getCarsten Haitzler (Rasterman)2018-01-021-1/+1
* Fix and simpligy windows behaviour.Andy Williams2017-12-311-5/+2
* ecore_file: rename parameter for doxygenJinYong Park2017-10-132-7/+7
* ecore-file: do not emit events when an inotify watch is removedMike Blumenkrantz2017-10-031-11/+3
* EFL For WIN32: Replace HAVE_EVIL define with _WIN32Vincent 'vtorri' Torri2017-09-221-1/+1
* ecore_file: use new API eina_file_close_on_exec.Cedric BAIL2017-04-181-8/+1
* ecore file - use eina_file_mkstmp to solve umask complaintCarsten Haitzler (Rasterman)2017-04-181-8/+20
* docs: Fix typos and some wrong expressionsMyoungwoon Roy, Kim2017-02-271-54/+54
* cmake: add ecore_file.Gustavo Sverzut Barbieri2017-02-021-0/+29
* ecore_file: add case to properly rename a file in WindowsIvan Furs2017-01-121-0/+15
* Revert "ecore_file: use win api for delete folder"Vyacheslav Reutskiy2016-11-301-4/+0
* ecore_file_download: callback completion_cb with status=1.Gustavo Sverzut Barbieri2016-11-231-2/+16
* ecore_file: get stat from correct fileVyacheslav Reutskiy2016-11-231-1/+2
* ecore_file: use win api for delete folderVyacheslav Reutskiy2016-11-231-0/+4
* ecore_file: update docs for ecore_file_rmdirVyacheslav Reutskiy2016-11-231-1/+1
* ecore_file: restore past behavior and fix ecore_file_download tests.Cedric BAIL2016-11-221-0/+6
* ecore_file_download: use new efl_net_dialer_http.Gustavo Sverzut Barbieri2016-11-211-197/+203
* ecore_file/ipc: clean up documentationJee-Yong Um2016-10-045-515/+509
* ecore_file: Fix improper way of comparing in ecore_file_path_dir_exists @fixArtem Popov2016-09-201-1/+1
* ecore_file: fix memory leakJean Guyomarc'h2016-05-061-0/+2
* fix efreet/file monitor stringshare optimizationCarsten Haitzler (Rasterman)2016-04-233-0/+3
* efreetd - reduce memory usage by using stringshare much moreCarsten Haitzler (Rasterman)2016-04-234-25/+23