+eet_alias_get, related, docs, some spelling corrections
[framework/uifw/eet.git] / src / lib / eet_lib.c
2011-07-30 discomfitor+eet_alias_get, related, docs, some spelling corrections
2011-07-29 discomfitorFrom: Vincent Torri <vtorri@univ-evry.fr>
2011-07-16 caroEet : O_BINARY does not exist on linux...
2011-07-16 caroEet : eet_flush2 : add O_BINARY to open()
2011-07-15 lucaseet: fix common misppellings
2011-06-09 cedriceet: correctly protect Eina_File during eet_close.
2011-05-17 cedriceet: use Eina_File and fix forgotten init in Eet test...
2011-05-15 carouse haeders check to include unistd.h
2011-05-14 cedriceet: use eina_lock.
2011-01-21 lucasFix invalid pointer ref
2011-01-07 rasterhve to revert these commits. they hve created a whole...
2011-01-07 carouse configure-time headers checks instead of compiler...
2010-11-29 cedric * eet: improve speed for Eet_String users.
2010-11-26 cedric * eet: reduce memory used by Eet dictionary.
2010-11-21 rasterfix possible leak.
2010-11-18 cedric * eet: correctly handle length of ciphered/compressed...
2010-11-13 cedric * eet: Fix bug when using compression and ciphering.
2010-11-12 cedric * eet: correctly reset content of variable.
2010-11-12 cedric * eet: don't open file two small to be valid.
2010-10-07 barbierilog domains in lower case.
2010-09-19 rasterwarning--
2010-09-08 lucasFix common misspellings
2010-09-06 cedric * eet: fix use of garbage data.
2010-08-26 lucasRevert and re-apply badnull patch
2010-08-22 rastermore check cleans (bogus actually too - but you guys...
2010-08-21 lucasConvert (hopefully) all comparisons to NULL
2010-08-09 cedric * eet: fix dead lock when using alias in eet file.
2010-08-04 lucasFORMATTING
2010-07-31 englebassfix stupid align of *
2010-07-31 englebassremove space after *
2010-07-31 rasterformatting. <- uncrustify
2010-07-28 rasterfix formatting
2010-07-28 rasterformatting!!!!!
2010-07-28 discomfitoraccording to the docs you're supposed to set this or...
2010-07-28 rastertesting uncrustify on eet. this shall be standard efl...
2010-07-20 cedric * eet: reduce likeliness of race condition by checking...
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...
next