summaryrefslogtreecommitdiff
path: root/src/lib/eina/eina_file_common.c
Commit message (Expand)AuthorAgeFilesLines
* Eina: sanitize eina_path output on WindowsVincent Torri2021-11-101-1/+1
* eina: Rename EAPI macro to EINA_API in Eina libraryFelipe Magno de Almeida2020-11-251-15/+15
* Evil : move mkstemp(s) and mkdtemp in eina_file directlyVincent Torri2020-10-081-93/+1
* eina - statgen (stat generation) - fix enable api to actually enableCarsten Haitzler (Rasterman)2020-08-301-1/+1
* eina: Fix warnings about unused variables on WindowsChristopher Michael2020-02-231-0/+2
* eina file - close on exec - doesnt exist on windows - vtorriCarsten Haitzler (Rasterman)2020-02-151-1/+3
* esacpe: remove library from treeStefan Schmidt2019-12-041-4/+0
* eina: fix spelling in new eina_file_statgen APIStefan Schmidt2019-09-161-1/+1
* eina file - make coverity happy and lock+unlock on initCarsten Haitzler (Rasterman)2019-08-111-1/+3
* eina file - stat generation inexactness supportCarsten Haitzler (Rasterman)2019-07-281-0/+44
* Eina: replace Evil.h with evil_private.h and remove Evil.h when not necessaryVincent Torri2019-05-161-1/+1
* eina_file: check copied using copiedShinwoo Kim2018-08-171-9/+7
* efl: remove inclusion of dirent.h where it is not usedVincent Torri2018-01-121-3/+0
* eina_file: make sure we use a stringshare when virtualized.Al Poole2017-11-301-2/+2
* eina: use a stringshare to store the filename internally.Cedric Bail2017-10-171-6/+19
* eina: continue to check for magic.Cedric BAIL2017-10-051-0/+2
* eina: allow eina_file_close(NULL) to simplify code using Eina_File.Cedric Bail2017-10-041-3/+2
* EFL For WIN32: Replace HAVE_EVIL define with _WIN32Vincent 'vtorri' Torri2017-09-221-1/+1
* eina file - use recursive locks for cache and file to avoid deadlockCarsten Haitzler (Rasterman)2017-08-301-2/+2
* eina_file: fix unmap of unmapped region when Eina_File has copied data and no...Al Poole2017-07-071-0/+1
* eina - fix eina_file_virtualize to copy data to an aligned addrCarsten Haitzler (Rasterman)2017-07-071-11/+10
* eina file: Fix rare crash in line iterationJean-Philippe Andre2017-07-031-2/+2
* eina: add an API to correctly do close on exec.Cedric BAIL2017-04-181-0/+38
* eina: force copy of not copied virtualized file while doing an eina_file_dup.Cedric Bail2017-03-081-0/+13
* eina_file: delete handle->fm(handel of function CreateFileMapping)Ivan Furs2017-03-061-2/+1
* eina: Set magic number in eina_file_virtualizeJean-Philippe Andre2016-12-091-0/+1
* eina: Set magic type name for Eina_FileJean-Philippe Andre2016-12-081-0/+1
* eina: Reinstall magic checks on Eina_FileJean-Philippe Andre2016-12-081-7/+26
* fix possible eina file shutdown issueCarsten Haitzler (Rasterman)2016-10-141-0/+1
* efl - new cmp "fix" code - remove one duplicated cmpCarsten Haitzler (Rasterman)2016-05-261-1/+0
* efl - fix many bounds over/underflow where we use int for ptr cmpCarsten Haitzler (Rasterman)2016-05-261-2/+9
* Eina: Fix eina_file_mk[ds]temp when a path is passedJean-Philippe Andre2016-01-191-10/+42
* eina: use eina_file_path_join() and eina_environment_tmp_get() when neededVincent Torri2015-12-011-27/+4
* eina/efreet: open file with binary file on WindowsVincent Torri2015-11-061-2/+6
* eina: correctly prepare path before sanitizing it.Cedric BAIL2015-10-281-0/+4
* Revert "Eina: Fix 58b194e0ad56fe83cce3946a5deb0045ee0cbce2"Cedric BAIL2015-10-281-1/+1
* Eina: Fix 58b194e0ad56fe83cce3946a5deb0045ee0cbce2Vincent Torri2015-10-281-1/+1
* eina: make sure to cleanup the right string.Cedric BAIL2015-10-231-1/+5
* eina: include blank lines in file iterator T2237Andy Williams2015-03-271-3/+4
* eina: Change newline parsing to handle crlf betterAndy Williams2015-03-271-5/+6
* eina: safety check for NULL pointerJaeun Choi2015-03-191-0/+2
* Eina tmpstr: remove usage of tmpstr_strlen().Tom Hacohen2015-02-091-1/+1
* eina: fix valgrind invalid read of size in eina_file_path_sanitize.Daniel Hirt2015-02-041-1/+1
* Revert "eina: eina_file - fix "invalid read of size 1" in valgrind"Daniel Hirt2015-02-021-1/+1
* eina: eina_file - fix "invalid read of size 1" in valgrindRomain Perier2015-01-301-1/+1
* Eina file: Fix calls to getenvJean-Philippe Andre2014-10-301-2/+4
* eina_file: Give TMPDIR presedence over XDG_RUNTIME_DIR when definedStefan Schmidt2014-10-291-2/+2
* eina: do no use umask on Windows in eina_file_mkstemp()Vincent Torri2014-09-231-1/+12
* eina_file: Try to use XDG_RUNTIME_DIR for tmp dir firstStefan Schmidt2014-09-121-1/+2
* eina_file: fixing wrong return value on access problems in file copy processAndrii Kroitor2014-08-271-0/+1