Add native Windows thread support instead of using pthread
[framework/uifw/eet.git] / src / lib / eet_lib.c
2010-07-15 caroAdd native Windows thread support instead of using...
2010-07-14 lucasRemove unneeded code with notnull.cocci script
2010-06-29 cedric * eet: add support for eet_alias.
2010-05-29 rasterextra ; - remove
2010-05-21 rastereet now has an eet_version you can runtime check:
2010-04-23 sachielDelete the right file, not the newly added to the cache.
2010-04-09 cedric * eet: Add eet_sync, reduce between file delete and...
2010-04-09 cedric * eet: remove dead code.
2010-04-08 cedric * eet: fix file corruption reported by Tiago...
2010-04-03 caromust include winsock2.h before time.h and jpeglib.h...
2010-04-03 caro * update Visual Studio project files
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-17 rastermove around - flatter.