eet: fix possible wrong size decoding for simple type.
[profile/ivi/eet.git] / src / lib / eet_data.c
2012-07-16 cedriceet: fix possible wrong size decoding for simple type.
2012-07-16 cedriceet: detect overrun and underrun before everything...
2012-03-29 cedriceet: remove shadow warning.
2012-02-17 caroEet: remove ugly FMT_* compatibility strings as Evil...
2011-12-02 discomfitorremove annoying post-brace comments
2011-11-16 cedriceet: proper indentation.
2011-11-09 lucasUse same type - warning--
2011-10-21 rasterran ecrustify on eet. this seems to do a good job of...
2011-09-15 cedriceet: add eet_data_xattr helper.
2011-07-29 Vincent TorriFrom: Vincent Torri <vtorri@univ-evry.fr>
2011-05-17 caroEet : fix scanf format on Windows
2011-02-22 cedriceet: remove warning of unused code.
2011-02-14 cedric * eet: improve speed and memory usage when decoding...
2011-02-03 englebassremove double declared ret
2011-02-03 englebassprefix macro generated variable with __
2011-02-03 englebassformatting
2010-12-11 caroEINA_MAGIC is already defined with a ';'. Remove it...
2010-12-07 rasteruse typedefs for fn pointers.
2010-11-29 cedric * eet: Improve speed of eet_data_read decoding. Mostly...
2010-10-23 rasterbug exposed by cedric's leak and then my fix... :)
2010-08-27 cedric * eet: fix build of data that doesn't match data descr...
2010-08-26 lucasRevert and re-apply badnull patch
2010-08-21 lucasConvert (hopefully) all comparisons to NULL
2010-08-13 cedric * eet: fix version and trigger the right alloc path.
2010-08-13 cedric * eet: fix bad allocation case triggered by edje new...
2010-08-12 cedric * eet: fix leak in eet.
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 rastertesting uncrustify on eet. this shall be standard efl...
2010-06-29 caroput __UNUSED__ after parameter, not before
2010-06-29 caroOn Windows 64, long is of size 32 bits and not 64 bits...
2010-04-22 cedric * eet: refactor some code.
2010-04-22 cedric * eet: remove EET_G_INHERIT.
2010-04-21 cedric * eet: use const only when needed.
2010-04-21 cedric * eet: Add EET_G_VARIANT and EET_G_UNION.
2010-04-16 cedric * eet: handle fixed point in data stream.
2010-04-07 cedric * eet: we don't need to duplicate hash key...
2010-04-03 caro * update Visual Studio project files
2010-04-02 cedric * eet: minor API/code cleanup.
2010-03-18 barbierieet: mega doc update, still stuff to do.
2010-03-01 cedric * eet: Fix override of global symbols.
2010-01-21 cedric * eet: Add an experimentale API for walking Eet_Node.
2010-01-17 cedric * eet: Add mempool for Eet_Node structure.
2010-01-12 cedric * eet: Add eet_data_node_decode_cipher and eet_data_no...
2010-01-12 cedric * eet: MASSIV REWRITE OF EET_DATA !
2009-12-29 cedric * eet_data: Don't fail on memory starvation.
2009-12-11 cedric * eet_data: Make eet_data_descriptor_free safe on...
2009-12-07 cedric * eet: Fix convertion from any float type to any other...
2009-11-02 caro * add amalgamation option to eet (disabled by default,
2009-09-30 cedric * eet: Fix some llvm report.
2009-09-29 cedric * eet: Add support for fixed point in Eet.
2009-09-17 barbieriimprove logging messages introduced by Mathieu Taillefu...
2009-09-15 cedric * eet_data: Remove unused freeleak.
2009-09-15 cedric * eet: Use eina_log.
2009-08-16 rasterfix - write empty chunks. need them for corner case...
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-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-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: Expose Eet_Node so we can now write external...
2009-04-14 cedric * eet_data: Remove not used pointer.
2009-03-19 cedric * eet_data: Make it thread safe and fix some memory...
2009-03-13 rasterllvm complaint fix from Tiago Falcão
2008-12-29 cedricRemove unused variable and check error return.
2008-11-13 barbierifix typo: cypher -> cipher
2008-11-13 cedricAdd crypto support to eet.
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-20 cedricUse eina conversion functions (Remove code from eet).
2008-09-11 cedricInstruct the compiler to inline the most used function...
2008-08-22 cedricFix two source of memory leak.
2008-08-10 englebassformatting
2008-08-10 englebassformatting
2008-07-26 rasterunsigned long... better
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 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-05-19 cedricRemove some unused variable.
2008-05-19 cedricRemove use of sprintf by propagating the buffer size...
2008-05-19 cedricRemove all use of strcpy as we already know the length.
2008-05-16 cedricThe purpose of descriptor3 was to introduce a way to...
2008-05-15 cedricRemove the wrong and dead code for basic type inside...
2008-05-15 cedricFix a bug with list or hash of basic type. They are...
2008-05-15 cedricFix a typo preventing the parsing of unsigned int.
2008-05-14 cedricFix inlined string dump/undump.
next