summaryrefslogtreecommitdiff
path: root/src/lib/eina/eina_file_win32.c
Commit message (Expand)AuthorAgeFilesLines
* Eina: fix eina_file_split on Windows and update unit testVincent Torri2015-04-291-21/+20
* eina: win32 release lock in case of errorMichelle Legrand2015-03-121-1/+4
* eina: add more access to created file.Michelle Legrand2015-03-121-2/+2
* eina: fix directory listing on windows when directory is empty.Nicolas Aguirre2015-02-111-7/+15
* eina: correctly handle and report Eina_File error on Windows.Adrien Nader2015-02-111-1/+12
* eina: open files in read-onnly for eina_file_open() on WindowsVincent Torri2014-10-031-5/+4
* eina: make error message more precise.Vincent Torri2014-07-171-2/+16
* eina: win32 and linux version code are the same. Sharing code is better.Cedric BAIL2014-07-141-52/+0
* eina: simplify logic.Cedric BAIL2014-07-141-2/+1
* eina: (Windows) fix creation of files with eina_file_open() in some casesVincent Torri2014-07-131-17/+31
* eina: call the function, then returnVincent Torri2014-07-131-1/+4
* windows: make those warning explicit about what they imply.Cedric BAIL2014-06-271-0/+1
* eina: silence warning of unused parameter on Windows.Cedric BAIL2014-06-271-1/+1
* eina: add more debug information when failing to open a file.Cedric BAIL2014-02-211-1/+2
* eina: Eina_File - don't leak memory when file is not found.Cedric Bail2014-01-051-0/+3
* eina: cleanup file destruction and reintroduce EINA_MAGIC use.Cedric Bail2013-11-201-6/+3
* Revert "eina: fix a possible race condition during eina_file_close."Jérémy Zurcher2013-11-201-2/+5
* eina: fix a possible race condition during eina_file_close.Cedric Bail2013-11-201-5/+2
* eina: long forgotten function in Eina_File for Windows.Cedric Bail2013-10-281-0/+6
* eina: don't try close dummy handle.Cedric Bail2013-09-021-2/+2
* eina: another fix for windows build.Cedric Bail2013-08-081-3/+4
* eina: add eina_file_refresh().Cedric Bail2013-07-311-15/+40
* eina: add support for in memory only Eina_File.Cedric Bail2013-07-311-24/+13
* efl: add macro to swap Windows and Unix path separators.Cedric Bail2013-03-191-7/+1
* eina: share eina_file_copy code accross platform.Cedric BAIL2013-03-151-20/+1
* eina: improve portability of Eina_File.Cedric BAIL2013-03-151-315/+51
* Revert "eina: improve portability of Eina_File."Daniel Willmann2013-03-141-51/+315
* eina: remove duplicated declaration.Cedric BAIL2013-03-141-14/+0
* eina: improve portability of Eina_File.Cedric BAIL2013-03-141-315/+51
* efl: eina_alloca.h to simplify alloca() usage.Gustavo Sverzut Barbieri2013-01-031-17/+1
* merge: __UNUSED__ --> EINA_UNUSED and some fixes in eo.Vincent Torri2012-10-051-8/+8
* efl: backport Igor's eina patch.Cedric BAIL2012-10-041-1/+0
* merge : add einaVincent Torri2012-09-161-0/+1388