]> git.ipfire.org Git - thirdparty/kmod.git/history - libkmod/libkmod-hash.c
python: update version to 0.9.1
[thirdparty/kmod.git] / libkmod / libkmod-hash.c
2013-09-20  Lucas De Marchilibkmod-hash: always align n_buckets to power of 2
2013-01-16  Lucas De MarchiUpdate copyright notices
2012-10-12  Leandro Pereiralibkmod-hash: Plug possible memory leak when free_value...
2012-05-21  Lucas De Marchilibkmod-hash: use generic function for unaligned access
2012-02-03  Ambroz BizjakFix unaligned memory access in hash function
2012-01-09  Lucas De MarchiUpdate copyright
2012-01-05  Dave Reisnerlibkmod/hash: check for NULL before freeing hash
2011-12-27  Lucas De Marchihash: add iterator
2011-12-27  Lucas De Marchibuild-sys: create libkmod-util.la convenience lib
2011-12-27  Lucas De MarchiCopy missing hash functions from kmod-depmod to libkmod
2011-12-27  Lucas De MarchiRemove kmod_ prefix from hash implementation
2011-12-12  Lucas De MarchiChange licenses
2011-12-12  Lucas De Marchicoding style: fix lines over 80 chars
2011-12-05  Gustavo Sverzut... Add simple hash implementation