Eina: cosmetic (move eina_file_mmap_faulty to the 'global' part)
[profile/ivi/eina.git] / src / lib / eina_file.c
2012-03-07 caroEina: cosmetic (move eina_file_mmap_faulty to the ...
2012-02-23 cedriceina: introduce Eina_Stat to prevent issue when buildin...
2012-02-22 cedriceina: update info in eina_file_stat seems more usefull.
2012-02-22 cedriceina: add eina_file_stat helper function.
2012-01-21 caroEina: formatting
2012-01-19 englebasseina: formatting
2012-01-03 cedriceina: warning--.
2012-01-03 cedriceina: detect fault during Eina_File mmap memory access...
2011-12-06 cedriceina: the new endless story of fixing header in all...
2011-12-05 cedriceina: follow Vincent advice.
2011-12-05 cedriceina: improve system header detection.
2011-11-14 caroEina: warning--
2011-11-05 kakarotoEina: Port eina to the Ps3 by including Escape
2011-10-19 cedriceina: fallback for case where file system doesn't handl...
2011-10-07 rasterfd leak --
2011-10-05 barbierieina: remove couple of warnings
2011-10-04 cedriceina: actually sanitize all file inserted in the cache.
2011-10-04 cedriceina: add sub-second resolution correctness.
2011-10-04 cedriceina: forgotten lock in eina_file.
2011-09-18 kakarotoEina: In eina_file_open, only set the CLOEXEC flag...
2011-09-18 kakarotoEina: Always use fpathconfig and never assume NAME_MAX...
2011-09-15 cedriceina: add eina_xattr.{c,h}.
2011-09-15 cedriceina: use eina safety check in eina_file.c.
2011-09-15 cedriceina: add XAttr support to eina.
2011-08-28 discomfitorseriously guys.
2011-08-10 discomfitorfix segv from missing null check
2011-07-13 cedriceina: fix build on NetBSD.
2011-07-04 rasteradd eina mmap safety handling.
2011-06-22 rasterdont bloody cache files! all this will do is leak them...
2011-06-06 cedriceina: make Eina_File thread safe.
2011-06-01 caroEina : eina_file : eina_file_size_get() should return...
2011-05-17 cedriceina: fix eina_file to be really usable.
2011-05-13 cedriceina: always put map in memory when requested and use...
2011-04-21 rasterpopulate optional.
2011-04-14 caroEina: eina_file.c: use fcntl instead of O_CLOEXEC
2011-04-14 caroEina: eina_file.c replace ACCESSPERMS, which is not...
2011-04-13 rastererrrr.. how about we DONT make every eina using app...
2011-04-13 caromove doxy tag
2011-04-13 caroput __UNUSED__ where we usually put it : after the...
2011-04-13 cedriceina: add Eina_File API.
2011-04-07 rastermore dox -> .h
2011-03-22 cedriceina: refactoring.
2011-03-09 cedriceina: better fix for large file.
2011-03-09 cedriceina: fix stat failure when size, blocks count or seria...
2011-01-06 carorevert non wanted changes
2011-01-06 caromove AC_GNU_SOURCE before libtool init
2010-12-09 barbieriUse EINA_PATH_MAX where it makes sense.
2010-11-06 caro * port eina_file_*_ls() on Windows and put the code...
2010-11-06 caroformatting, whitespaces--
2010-11-03 cedric * eina: fix typos.
2010-11-03 cedric * eina: fix possible race condition between opendir...
2010-11-02 cedric * eina: use fstatat when available.
2010-11-02 cedric * eina: add eina_file_stat_ls and guaranty that eina_f...
2010-11-02 cedric * eina: remove dirent so apps don't rely on non portab...
2010-10-30 rasteraaagh. dirent... bad! too many things in dirent that...
2010-10-28 cedric * eina: fix usage of eina_file_*ls in thread.
2010-10-25 cedric * eina: make eina_file_ls and eina_file_direct_ls...
2010-10-07 etrunkoEina: Don't #define _GNU_SOURCE
2010-09-29 carofix
2010-09-29 caroNAME_MAX defined to 255 on sun (if not defined).
2010-09-21 discomfitorrevert whoops
2010-09-21 discomfitorecore_con_url_free migration
2010-09-08 lucasFix common misspellings
2010-08-21 lucasConvert (hopefully) all comparisons to NULL
2010-08-19 cedric * eina: fix structure content to be more futur proof...
2010-07-28 rasteruncrustify eina.
2010-07-13 caroinclude sys/syslimits.h on mac os x for PATH_MAX and...
2010-07-11 carofix compilation on Windows
2010-07-06 barbieriadd eina_file_direct_ls()
2010-07-02 cedric * eina: rename ecore_file_ls_iterator to eina_file_ls.
2010-02-11 devilhornsFix typo in doc.
2009-09-07 barbieriuse quotes to include config.h
2009-09-06 barbieriEINA API BREAK: no more individual modules init/shutdown.
2009-08-28 caro * add eina_config.h in all source files. Fix linking...
2009-08-23 caro * Put definition of alloca before any standard header
2009-06-22 carofix a bit the documentation, but there are still
2009-01-23 caroput macro after declarations, otherwise vc++ is not...
2009-01-23 caro * minor formatting
2008-12-26 barbierieina safety checks.
2008-12-23 cedricMake it compile on Solaris.
2008-09-20 carofinish doc of the file module. Add a warning if eina_fi...
2008-09-19 caro * add benchmark and file documentation
2008-09-03 cedricAdd a routine to extract path information.
2008-09-01 cedricUpdate copyright credit correctly.
2008-08-31 caro * fix compilation on Windows
2008-08-28 caro * move standard header files from eina_private.h to...
2008-08-18 cedricAdd a proposal for a module/plugins API that should...
2008-08-09 dourssefix doxy doc
2008-08-06 cedricLicense changes (BSD -> LGPL)
2008-07-30 cedricUse only the needed headers per file and remove some...
2008-07-30 cedricAdding turran work to unify EFL data types and functions.