summaryrefslogtreecommitdiff
path: root/src/lib/eina_file.c
Commit message (Expand)AuthorAgeFilesLines
* eina: backport fix for race condition in Eina_File infrastructure.Cedric Bail2013-11-211-5/+9
* eina: backport r83668.Cedric BAIL2013-02-061-1/+1
* eina: don't rely on the order of the declaration of the variablesVincent Torri2012-08-221-4/+8
* eina: cleanup eina_file_map_lines API before release.Cedric BAIL2012-07-311-17/+17
* Eina: oups, typo in #ifdef for including Escape.hYouness Alaoui2012-07-211-1/+1
* Revert "eina: fix eina_file_iterator"Sebastian Dransfeld2012-06-291-0/+3
* eina: fix eina_file_iteratorSebastian Dransfeld2012-06-291-3/+0
* eina: also track lines index.Cedric BAIL2012-06-291-1/+9
* use memset so we never have this problem again and also put inCarsten Haitzler2012-05-231-5/+2
* if we are mallocing structs... lets set all the members to sane valuesCarsten Haitzler2012-05-231-0/+1
* eina: that was a useless piece of code !Cedric BAIL2012-05-111-2/+0
* eina: add eina_file_map_lines.Cedric BAIL2012-05-081-0/+134
* Eina: fix shm_open() check (can be in libc or librt) + various autotools clea...Vincent Torri2012-03-251-1/+1
* eina: fix dead lock issue. This is hidding a bug with eina_hash_pointer_new.Cedric BAIL2012-03-141-6/+14
* eina: build back on FreeBSD.Cedric BAIL2012-03-131-1/+1
* warn--Mike Blumenkrantz2012-03-071-0/+1
* eina: don't reopen file when file didn't change.Cedric BAIL2012-03-071-1/+1
* Eina: cosmetic (move eina_file_mmap_faulty to the 'global' part)Vincent Torri2012-03-071-55/+55
* eina: introduce Eina_Stat to prevent issue when building with different confi...Cedric BAIL2012-02-231-13/+42
* eina: update info in eina_file_stat seems more usefull.Cedric BAIL2012-02-221-22/+30
* eina: add eina_file_stat helper function.Cedric BAIL2012-02-221-8/+18
* Eina: formattingVincent Torri2012-01-211-8/+8
* eina: formattingSebastian Dransfeld2012-01-191-2/+2
* eina: warning--.Cedric BAIL2012-01-031-0/+1
* eina: detect fault during Eina_File mmap memory access and improve Xattr func...Cedric BAIL2012-01-031-0/+89
* eina: the new endless story of fixing header in all possible configuration.Cedric BAIL2011-12-061-0/+1
* eina: follow Vincent advice.Cedric BAIL2011-12-051-1/+1
* eina: improve system header detection.Cedric BAIL2011-12-051-4/+29
* Eina: warning--Vincent Torri2011-11-141-4/+4
* Eina: Port eina to the Ps3 by including EscapeYouness Alaoui2011-11-051-0/+4
* eina: fallback for case where file system doesn't handle MAP_HUGETLB properly.Cedric BAIL2011-10-191-10/+33
* fd leak --Carsten Haitzler2011-10-071-2/+4
* eina: remove couple of warningsGustavo Sverzut Barbieri2011-10-051-0/+7
* eina: actually sanitize all file inserted in the cache.Cedric BAIL2011-10-041-10/+124
* eina: add sub-second resolution correctness.Cedric BAIL2011-10-041-5/+22
* eina: forgotten lock in eina_file.Cedric BAIL2011-10-041-3/+11
* Eina: In eina_file_open, only set the CLOEXEC flag if system supports execYouness Alaoui2011-09-181-0/+2
* Eina: Always use fpathconfig and never assume NAME_MAX is definedYouness Alaoui2011-09-181-15/+24
* eina: add eina_xattr.{c,h}.Cedric BAIL2011-09-151-132/+1
* eina: use eina safety check in eina_file.c.Cedric BAIL2011-09-151-16/+24
* eina: add XAttr support to eina.Cedric BAIL2011-09-151-0/+127
* seriously guys.Mike Blumenkrantz2011-08-281-0/+4
* fix segv from missing null checkMike Blumenkrantz2011-08-101-0/+2
* eina: fix build on NetBSD.Cedric BAIL2011-07-131-0/+4
* add eina mmap safety handling.Carsten Haitzler2011-07-041-0/+3
* dont bloody cache files! all this will do is leak them forever. noCarsten Haitzler2011-06-221-50/+12
* eina: make Eina_File thread safe.Cedric BAIL2011-06-061-11/+44
* Eina : eina_file : eina_file_size_get() should return a size_tVincent Torri2011-06-011-1/+1
* eina: fix eina_file to be really usable.Cedric BAIL2011-05-171-9/+17
* eina: always put map in memory when requested and use HUGETLB when available.Cedric BAIL2011-05-131-11/+50