* eet: Fix a dead lock when reopening the same file.
[profile/ivi/eet.git] / src / lib / eet_lib.c
2010-03-16 cedric * eet: Fix a dead lock when reopening the same file.
2010-03-15 cedric * eet: Reintroduce eet cache lock fix.
2010-03-07 rasteralso revert - on3e of these 2 - or both, causes a deadl...
2010-03-07 rasterremove this patch (and will remove next too).. somethgn...
2010-03-05 cedric * eet: Fix a dead lock when eet file was open more...
2010-03-05 cedric * eet: Fix clearcache race condition.
2010-03-02 rasterfmatting.
2010-03-01 cedric * eet: Fix override of global symbols.
2010-02-04 englebassDon't do unnecessary strcmp
2010-01-17 cedric * eet: Add mempool for Eet_Node structure.
2010-01-05 rasteranother deadlock in eet - threadsafe goop! fix fix...
2009-12-04 rasterdeadlock fuckers! fix! :)
2009-12-03 cedric * eet: All this header are not needed in this case.
2009-12-03 cedric * eet: All operation on Eet_File should be thread...
2009-11-02 caroopenssl/err.h included twice
2009-10-09 caroformatting
2009-10-09 caroinitialize eina first in eet_init().
2009-10-08 carofix eet_init() when called several times but is failing
2009-10-08 carosimplify eet_init() and eet_shutdown() a bit
2009-10-02 caroremove useless Eina_Log macros. Patch by Mathieu Taille...
2009-09-30 cedric * eet: Fix some llvm report.
2009-09-17 barbieriimprove logging messages introduced by Mathieu Taillefu...
2009-09-15 cedric * eet: Use eina_log.
2009-09-04 caroet_init should fail if eina_init fails
2009-08-23 caro * remove the inclusion of config.h in Eet_private...
2009-07-23 cedric * eet: Fix initialization for system that don't suppor...
2009-07-08 cedric * eet: Reorder gcry init so that it's correctly taken...
2009-04-16 cedric * eet: Add a faster way to compute signature. But...
2009-03-25 cedric * eet_lib: Prevent double init of gcry.
2009-03-18 rasterdisable fsync
2009-03-17 barbierimake sure data is on disk, don't get empty files on...
2009-02-26 barbieriFix problem reported by clang.
2009-02-19 carodo not include unistd.h if vc++ is used
2009-02-19 caroInclude winsock2.h before time.h. Requested by vc++
2009-02-09 cedric * eet/src/lib/Eet.h,
2008-12-29 cedricRemove dead assignment and change condition for easier...
2008-11-26 cedricAdd a function to get the raw signature data.
2008-11-14 cedricMake password callback work (PKCS8 support), fix minor...
2008-11-13 cedricAdd crypto support to eet.
2008-10-20 cedricUse eina conversion functions (Remove code from eet).
2008-10-13 cedricCorrectly use ferror.
2008-10-13 cedricRemove more compiler warning.
2008-09-19 cedricFix memory leak with a proper shutdown of Openssl,...
2008-09-11 cedricFix typo in the typo.
2008-09-11 cedricFix typo.
2008-09-11 cedricUse the right function here.
2008-09-08 cedricOk, the patch didn't apply cleanly and some missed...
2008-09-08 cedricAnother typo.
2008-09-08 cedricTypo.
2008-09-08 cedricAdd signature support in eet.
2008-09-03 cedricAdd the prototype for this long pending function in...
2008-09-03 cedricRecommit Joerg Sonnenberger patch with more fix.
2008-09-03 rasterroll back eet change (revert patch) as this breaks...
2008-09-02 cedricLittle bit modified patch from Joerg Sonnenberger that...
2008-08-22 cedricFix two source of memory leak.
2008-08-20 cedric Fix a typo that prevent some valid file to be loaded.
2008-08-13 cedricDelay unlink and reopen as long as possible in read...
2008-07-17 cedricImprove decode speed by using precomputed hash.
2008-06-27 barbieriCheck if file was really open before continue.
2008-06-09 barbieriInitialize ef->writes_pending.
2008-06-09 rasterleak--
2008-05-29 raster* add efreet garbage data check
2008-05-27 cedricDisabling support of old eet file format was broken.
2008-05-19 cedricRemove all use of strcpy as we already know the length.
2008-05-19 cedricOld eet file format are now marked as deprecated. The...
2008-05-16 cedricAdd some test around efn->offset and set it properly...
2008-05-16 cedricFix EET_FILE_MODE_READ_WRITE when file doesn't exist.
2008-04-10 rasterbitching--
2008-04-09 dourssecegcc (not mingw32ce) defines same structures, function...
2008-04-03 kwoAdd unistd.h for unlink(), comment out unused code.
2008-03-29 doursseremove trailing spaces and factorize Windows detection
2008-03-28 rasteradd string.h
2008-03-28 dourssereorganise header files so that evil is better included...
2008-03-28 rasterup eet to alpha status. see email to e-devel.
2008-03-09 rasterthe rest of cedrics patchesfor fixing dictionaries...
2008-03-08 doursse * define EAPI on Windows according to the following...
2008-03-07 doursse * EAPI_DEF is actually useless. go back to EAPI
2008-03-06 rasteradd cedrics dict check patch
2008-03-02 doursseuse evil on win32:
2008-03-02 rasterfix ref count issues on file modify while in use. lost...
2008-03-01 rastercedric's eet and edje patches to use eet dictionaries...
2008-01-27 englebassinclude files in the correct order
2008-01-27 englebassformatting
2008-01-26 vapierreplace some win32 ifdef hacks with autoconf checks
2008-01-24 doursse[win32] use the correct value for an invalid handle...
2008-01-21 rastercedric's eet race patch
2007-12-14 rasterpatches, caching fixes, zone dynamic creation/deletion...
2007-12-01 ningersoOnly enforce file size in read mode, otherwise this...
2007-11-12 rasterrefuse to handle a 0 sized file without an error
2007-09-25 doursse * Add conversion functions to replace the use of snpri...
2007-09-10 rasterconsistency - use old style datatypes.
2007-09-08 rasterand now we have a small tool that can extract, import...
2007-06-28 rastersave a few bytes by packing structures better... simple...
2007-05-23 rasterfix custom file info to be less delicate - not perfectl...
2007-05-02 rasterusless if's
2007-01-20 dourssefix compilation with MinGW
2006-12-28 englebassMove hash gen func to own file.
2006-10-16 rastersafe reading of mmap! corupt eet/edje files would segv e!
2006-09-16 rasterfix mmap bug
2006-08-28 rasterfix segv!
next