errrr.. how about we DONT make every eina using app spew out:
[profile/ivi/eina.git] / src / lib / eina_file.c
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.