summaryrefslogtreecommitdiff
path: root/src/lib/eina/eina_hash.c
Commit message (Expand)AuthorAgeFilesLines
* eina_hash now has helper functions for managing lists inside hashesMike Blumenkrantz2014-04-251-0/+97
* eina: this is actually a better way of improving Eina_Hash performance.Cedric Bail2013-12-051-2/+7
* eina: improve cmp function of eina_hash string related hash.Cedric Bail2013-12-041-2/+6
* eina: increase hash matching inside of Eina_Hash.Cedric Bail2013-12-041-1/+1
* Revert "eina: check if the complete hash match before checking if the key mat...Cedric Bail2013-12-041-22/+9
* efl: detect 64 bits correctly.Cedric Bail2013-11-091-1/+1
* eina - and e3fl in general - stop using eina_error_get/set - useless reallyCarsten Haitzler (Rasterman)2013-10-111-25/+3
* eina: check if the complete hash match before checking if the key match durin...Cedric Bail2013-09-261-9/+22
* eina: remove the most costly boolean ever.Cedric BAIL2013-04-041-20/+10
* eina: disable randomisation for Eina_Hash superfast.Cedric BAIL2013-02-071-1/+1
* efl/eina: prevent denial of service on eina_hash.Cedric BAIL2013-02-041-1/+1
* efl: remove check for inttypes.h and stdint.hLucas De Marchi2013-01-101-4/+1
* merge: __UNUSED__ --> EINA_UNUSED and some fixes in eo.Vincent Torri2012-10-051-15/+15
* merge : add einaVincent Torri2012-09-161-0/+1379