and removed the -beta tag...
[framework/uifw/eina.git] / src / lib /
2012-04-24 lucaseina: remove useless check for NULL
2012-04-24 lucaseina: fix copyright
2012-04-20 cedriceina: fix Eina_Inarray API to at least match Eina_Array...
2012-04-20 caroinclude stdlib.h for atoi and getenv
2012-04-19 cedriceina: completly disable backtrace.
2012-04-19 cedriceina: make it possible to force the number of detected...
2012-04-19 cedriceina: disable log backtracking.
2012-04-19 cedriceina: little improvement for EINA_LOG_BACKTRACE.
2012-04-18 cedriceina: add backtrace to Eina_Log.
2012-04-18 rasterand fully de-modelify eina
2012-04-18 rasterand extract model stuff from value...
2012-04-18 rasterwell as there is no reason to put eina_model in release...
2012-04-17 seozeina eina_iterator.c: Fixed formatting.
2012-04-03 caroEina: Fix cases where dlopen is wrongly checked because...
2012-04-03 cedriceina: improve debugging message.
2012-03-31 caroEina: more doc
2012-03-31 caroEina: add missing API on Windows. Do I need to update...
2012-03-31 caroformatting
2012-03-29 sachielHack to avoid freeing old data when calling eina_hash_s...
2012-03-25 caroEina: fix shm_open() check (can be in libc or librt...
2012-03-19 caroEina: Fix a previous commit
2012-03-16 cedriceina: fix build when valgrind is not in a standard...
2012-03-14 cedriceina: fix dead lock issue. This is hidding a bug with...
2012-03-13 cedriceina: build back on FreeBSD.
2012-03-08 caroEina: use Windows macros
2012-03-08 caroEina: use stat64() instead of GetFileAttributesEx()
2012-03-08 rasterFrom: cnook <kimcinoo@gmail.com>
2012-03-07 discomfitorwarn--
2012-03-07 carofix logic
2012-03-07 caroEina: fix leak on windows too
2012-03-07 cedriceina: don't reopen file when file didn't change.
2012-03-07 caroEina: cosmetic (move eina_file_mmap_faulty to the ...
2012-03-07 caroEina: unlock mutex before returning
2012-03-06 barbierinote the bug spotted by Tasn.
2012-03-02 cedriceina: fix warning. Patch by Seo Sanghyeon.
2012-02-27 cedriceina: faster implementation of Eina_Rbtree by Alexandre...
2012-02-24 cedriceina: add Exotic support.
2012-02-23 cedriceina: introduce Eina_Stat to prevent issue when buildin...
2012-02-22 cedriceina: update info in eina_file_stat seems more usefull.
2012-02-22 cedriceina: add eina_file_stat helper function.
2012-02-22 rastersince n->filename became non-stringshared only after...
2012-02-17 caroEina: remove ugly FMT_* compatibility strings as Evil...
2012-02-17 cedriceina: fix forgotten initialization of count during...
2012-02-17 leifChange impl. to follow param name of header.
2012-02-16 barbierieina_model: new events for load/unload.
2012-02-16 barbieri2/3 eina_model: properly eliminate duplicates.
2012-02-16 barbieri1/3 eina_model: lookup interfaces in the correct order.
2012-02-14 tasnEina model: Fix issues with interface inheritance.
2012-02-13 barbierieina_value_stringshare: safer copy, to cope copying...
2012-02-11 barbierimodel: add helper for common pattern
2012-02-11 barbierieina_value: break usage, but makes it more uniform...
2012-02-10 barbierivalue: be safer on reset of existing values.
2012-02-10 barbierivalue: allow multiple flush.
2012-02-10 barbierieina_value: fix convert to string on empty/null cases.
2012-02-10 barbierieina_value_hash: must free hash value after it's flushed.
2012-02-10 barbierieina_model: add xref/xunref, xrefs_get and models_usage...
2012-02-09 barbierieina_model: rename all "search" to "criteria_match"
2012-02-09 barbierieina_model: helper function to setup subclass during...
2012-02-09 tasnEina model: Made i_method_resolve a macro (for interfac...
2012-02-09 lucaseina_sched: fix rt priority drop
2012-02-08 tasnEina model: Made _method_resolve a macro to remove...
2012-02-08 barbierieina_model: correctly retrieve the memory from value.
2012-02-07 tasnEina model: Fix another issue with the method resolve...
2012-02-07 tasnEina Model: Fix wrong error checking in the method...
2012-02-05 caroEina: use new Evil API to detect absolute path name
2012-02-02 barbieriChange eina_mode_child_search to more descriptive
2012-01-31 barbierieina_value: fix struct type.
2012-01-31 discomfitorunbreak eina_value
2012-01-31 tasnEina stringshare: fixed up the previous commit a bit.
2012-01-31 tasnEina stringshare: Added Eina_Stringshare a stringshare...
2012-01-31 discomfitoradd new eina value dummy type TIMESTAMP which is identi...
2012-01-31 barbierieina_value: add EINA_VALUE_TYPE_MODEL
2012-01-31 barbierieina_model: change the way extensions are done.
2012-01-26 tasnEina model: fix a memory leak in the model's "to_string...
2012-01-25 barbieribugfix: reset iterator to head before the second lookup.
2012-01-24 barbierivalue got the helper, will be useful in other cases...
2012-01-24 barbierimore efficient model properties based on struct.
2012-01-24 caroEina: update alloca() declaration from latest autoconf...
2012-01-24 caroEina: Windows version is managed by Evil, now. I'm...
2012-01-23 sachieldereference pointer before using
2012-01-22 caroEina: remove warning when compiling with mingw-w64
2012-01-22 caroEina: DOS2UNIX eina_file_win32.c
2012-01-22 caroEina: remove unused variable
2012-01-22 caroEina "Fix" printf conversion format on Windows. printf...
2012-01-21 caroEina: formatting
2012-01-21 caroEina: Windows fixes
2012-01-21 caroalphabetical order
2012-01-21 barbierieina share log refactor.
2012-01-21 barbierieina_model: fix uninitialized bit
2012-01-21 barbierimatrixsparse: fix pointer after it's freed.
2012-01-21 barbieribeef inlist tests wrt safety pointers
2012-01-21 barbieriwelcome eina_model.
2012-01-20 barbierieina_unicode: add safety checks.
2012-01-20 barbierieina_unicode: fix header inclusion.
2012-01-19 englebasseina: Add FIXME
2012-01-19 englebasseina: formatting
2012-01-15 tasnEina value: Fixed signed and unsigned comparison.
2012-01-13 barbierieina_value: remove left overs.
2012-01-12 barbierieina_value: add struct type.
2012-01-12 barbierieina_value_blob: nicer convertion from string, array...
next