fix eet docs.
[profile/ivi/eet.git] / src / lib /
2009-08-17 rasterfix eet docs.
2009-08-16 rasterfix - write empty chunks. need them for corner case...
2009-08-14 cedric * eet: Make macro EET_EINA_*_DATA_DESCRIPTOR_CL...
2009-08-13 rasterbeware "class"! those c++ compiler can compile c.....
2009-08-13 cedric * eet: Oops. Fix init order.
2009-08-13 cedric * eet: Fix prefix.
2009-08-13 cedric * eet: Cleanup Eet_Data_Descriptor API.
2009-07-23 cedric * eet: Fix initialization for system that don't suppor...
2009-07-11 barbieriImprove docs in Eet.h
2009-07-08 cedric * eet: Reorder gcry init so that it's correctly taken...
2009-07-06 cedric * eet: Fix compilation when disabling signature, with...
2009-06-24 cedric * eet: SUN compiler don't like ; at the end of this...
2009-06-15 cedric * Eet: Add a clean way to create struct child.
2009-06-04 cedric * eet_node: Fix eet_data_undump segv when Eet_Node...
2009-06-02 cedric * eet_node: Fix API.
2009-05-18 cedric * eet_data: Remove some warning.
2009-05-14 cedric * Eet: Cleanup eet_data dump code.
2009-04-21 raster1. embryo shoudl have soname
2009-04-17 cedric * eet_cipher: Fix memory leak.
2009-04-16 cedric * eet_data: Cleanup a little eet_data_descriptor_decode.
2009-04-16 cedric * eet: Add API to directly store Eet_Node inside and...
2009-04-16 cedric * eet_node.c: Oops, add file to svn.
2009-04-16 cedric * eet: Expose Eet_Node so we can now write external...
2009-04-16 cedric * eet: Add a faster way to compute signature. But...
2009-04-14 cedric * eet_data: Remove not used pointer.
2009-03-25 cedric * eet_lib: Prevent double init of gcry.
2009-03-22 caroFix compilation on OpenBSD (bug #251). Patch by eumel.
2009-03-19 cedric * eet_data: Make it thread safe and fix some memory...
2009-03-18 rasterdisable fsync
2009-03-17 barbierimake sure data is on disk, don't get empty files on...
2009-03-13 rasterllvm complaint fix from Tiago Falcão
2009-03-09 cedric * eet/src/lib/eet_cipher.c: Report size as expected...
2009-03-02 cedric eet: Including two times the same header is useless...
2009-03-02 cedric eet: Fix memleak during cipher.
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 illogict Add some missing unused flags.
2009-02-09 cedric * eet/src/lib/Eet.h,
2009-02-08 illogict Dead assignment. Reported by CLang.
2009-01-30 cedric * eet/src/lib/eet_cipher.c: Fix a corrupted pointer...
2008-12-30 cedricRemove dead debugging code.
2008-12-30 cedricRemove dead assignment.
2008-12-29 cedricRemove useless affectation.
2008-12-29 cedricRemove dead assignment and change condition for easier...
2008-12-29 cedricRemove dead code detected by llvm static analyser.
2008-12-29 cedricRemove unused variable and check error return.
2008-12-29 cedricCheck decompression error. Potential bug detected by...
2008-12-09 cedricFix documentation.
2008-12-05 cedricBetter error handling with eet identity.
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-14 cedricOops, forgot to commit this file. Crypto should now...
2008-11-13 barbierifix typo: cypher -> cipher
2008-11-13 codewarriorrename, build still doesnt work for gnutls.
2008-11-13 cedricAdd crypto support to eet.
2008-10-26 caroautotools cleanups:
2008-10-24 englebassformatting
2008-10-24 cedric* Bug fix :
2008-10-23 cedric* Fix Hash of String bug.
2008-10-23 cedric* Fix bug with string included in a list found by Vikto...
2008-10-22 cedricStrangely, Eet documentation was referencing Evas list...
2008-10-20 cedricUse eina conversion functions (Remove code from eet).
2008-10-20 cedricMake eet depends on eina.
2008-10-16 caro * add m4 macro for documentation, unit tests and coverage
2008-10-13 cedricCorrectly use ferror.
2008-10-13 cedricRemove some more warning.
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 cedricInstruct the compiler to inline the most used function...
2008-09-11 cedricUse the right function here.
2008-09-11 cedricUse bit manipulation instead of memory access, improve...
2008-09-08 cedricOk, the patch didn't apply cleanly and some missed...
2008-09-08 cedricAnother typo.
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-08-10 englebassformatting
2008-08-10 englebassformatting
2008-08-06 englebassignore
2008-07-26 rasterunsigned long... better
2008-07-24 cedricFix wrongly stored image when compressed size is bigger...
2008-07-18 cedricImprove speed by comparing pointer instead of calling...
2008-07-17 pfritzfix compile warnings
2008-07-17 cedricImprove speed of eet_data freelist by using a hash...
2008-07-17 cedricImprove decode speed by using precomputed hash.
2008-07-02 cedricFix INLINED_STRING allocation, this was causing the...
2008-06-27 barbieriCheck if file was really open before continue.
2008-06-27 cedricFix the bug with EET_T_UNKNOW/EET_G_UNKNOWN that did...
2008-06-26 cedricThis patch is a starting point for cleaning up eet_data.c.
2008-06-09 barbieriInitialize ef->writes_pending.
next