summaryrefslogtreecommitdiff
path: root/src/lib/ecore_file
Commit message (Expand)AuthorAgeFilesLines
...
* Ecore_File: fix merge and simplify logic in ecore_file_file_get() on WindoWSVincent Torri2015-12-071-22/+9
* ecore_file: fix ecore_file_file_get() on WindowsVincent Torri2015-12-011-1/+17
* ecore_file: Fix ecore_file_file_get function on Windows.Jaehyun Cho2015-11-021-0/+10
* ecore_file: remove whitespacesVincent Torri2015-10-121-4/+4
* ecore_file: fix ecore_file management function on WindowsVincent Torri2015-10-121-22/+94
* Ecore_File: use ecore_file_mkdir()Vincent Torri2015-07-031-1/+1
* Ecore_File: better implementation of ecore_file_mkdir()Vincent Torri2015-07-031-2/+1
* Ecore_File: improve comment of ecore_file_mkdir()Vincent Torri2015-07-031-3/+4
* ecore_file: use portable environment lookup.Cedric BAIL2015-05-141-1/+1
* ecore: remove the need to order the header correctly for Windows.Cedric BAIL2015-05-071-0/+3
* ecore-file: use hash list for inotify monitor trackingMike Blumenkrantz2015-04-231-8/+8
* ecore_file: less confusing documentation of ecore_file_download APIkabeer khan2015-04-171-4/+4
* ecore-file: use hash for finding monitorsMike Blumenkrantz2015-04-091-8/+7
* ecore_file - fix nasty memory issues in ecore_file_app_exe_get()Carsten Haitzler (Rasterman)2015-04-011-118/+33
* ecore_file : Changed documentation of ecore_file_mksubdirskabeer khan2014-11-211-2/+2
* Ecore File: Corrected documentation of ecore_file_monitor_add APIkabeer khan2014-11-041-5/+6
* Ecore File: Corrected documentation of ecore_file_monitor_add APIkabeer khan2014-11-031-6/+5
* ecore-file: Fix formattingChris Michael2014-11-031-11/+3
* ecore-file: Fix formatting.Chris Michael2014-11-031-16/+18
* inotify: Fix safety after read in 3 placesJean-Philippe Andre2014-10-281-1/+2
* ecore_file: remove ecore_file_ls_iterator function from header.Pierre Le Magourou2014-10-201-1/+0
* ecore_file: Check return value of chmod()Stefan Schmidt2014-08-081-1/+1
* ecore_file: this parameter is indeed not used.Cedric BAIL2014-06-271-1/+1
* Revert "fix allocator sizeof operand mismatch reported by clang"Carsten Haitzler (Rasterman)2014-01-091-1/+1
* fix allocator sizeof operand mismatch reported by clangJihoon Kim2014-01-091-1/+1
* efl: Unified eina critical manro to CRI.Daniel Juyung Seo2013-12-262-4/+4
* ecore: remove dead freeSebastian Dransfeld2013-12-231-2/+0
* ecore-file - fix mem leak in ecore_file_app_exe_get() on restartCarsten Haitzler (Rasterman)2013-12-151-7/+7
* ecore_file - finding exe path - if HOME is not set a leak could happenCarsten Haitzler (Rasterman)2013-12-131-2/+6
* ecore_x: Fix buffer overrunSebastian Dransfeld2013-12-071-1/+4
* fix unchecked return value of stat in ecore_file_mvJihoon Kim2013-12-021-1/+2
* ecore/ecore_file: NULL-check for input parameterOleksandr Shcherbina2013-11-301-0/+2
* ecore_file: Print more informative message when inotify_add_watch was failed.Ryuan Choi2013-11-251-1/+2
* ecore_file: fix left over borking.Cedric Bail2013-10-151-1/+0
* ecore-file - remove ifdefs for HAVE_CULR since ecore-con "always" has itCarsten Haitzler (Rasterman)2013-10-151-24/+0
* Check for valid fd returned from ecore_main_fd_handler_fd_get beforeChris Michael2013-08-051-2/+5
* Don't pass negative values to close:Chris Michael2013-08-051-1/+2
* strchr can return NULL, so check validity before tryint to pass NULLChris Michael2013-08-051-2/+4
* fix clang sizeof complaintCarsten Haitzler (Rasterman)2013-07-161-1/+1
* efl: use HAVE_FCNTL around call to fcntl.Cedric Bail2013-03-101-2/+2
* More removal of \rIvan Briano2013-02-171-306/+306
* Remove redundant return statement.Sanjeev BA2013-01-301-2/+1
* efl: eina_alloca.h to simplify alloca() usage.Gustavo Sverzut Barbieri2013-01-031-17/+0
* all efl object deletion functions now take NULL without crashing or erroringMike Blumenkrantz2012-12-241-0/+1
* efl: Created Ecore group and added existing Ecore groups to it.Jonas M. Gastal2012-12-181-0/+1
* efl: don't leak fd on exec.Cedric BAIL2012-12-071-0/+10
* efl/ecore_file: refactor to be more like eio in providing backends.Gustavo Sverzut Barbieri2012-12-065-159/+36
* efl: common inotify checks, simplified.Gustavo Sverzut Barbieri2012-12-063-8/+8
* ecore: remove useless ECORE_HAVE_EET, remove old XCB code and remove BUILD_EC...Vincent Torri2012-12-031-43/+9
* merge: add escape ecore, fix several bugsVincent Torri2012-12-029-0/+3264