summaryrefslogtreecommitdiff
path: root/libdm/datastruct/hash.c
Commit message (Expand)AuthorAgeFilesLines
* gcc: use more zero length arraysZdenek Kabelac2021-09-221-1/+1
* cleanup: better expressing passing key arg to _hashZdenek Kabelac2020-09-011-4/+5
* gcc: zero-sized array to fexlible array C99Zdenek Kabelac2020-09-011-1/+1
* build: Don't generate symlinks in include/ dirJoe Thornber2018-05-141-1/+1
* cleanup: use zallocZdenek Kabelac2018-03-171-5/+3
* doc: change fsf addressZdenek Kabelac2016-01-211-1/+1
* hash: change name of new lookup functionDavid Teigland2015-11-171-2/+2
* lvmetad: different style for hash functionsDavid Teigland2015-11-171-30/+20
* lvmetad: change the new hash to take data lenDavid Teigland2015-11-131-10/+13
* lvmetad: handle duplicate VG namesDavid Teigland2015-11-131-0/+133
* Use void pointer instead of char for binary keyZdenek Kabelac2011-03-101-6/+6
* Add dm_zalloc and use it and dm_pool_zalloc throughout.Alasdair Kergon2010-09-301-7/+3
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-2/+2
* Fix hash lookup segfault when keys compared are different lengths.Alasdair Kergon2009-11-031-1/+5
* more tweaking to get things to compile - dmlib.h for log fns, list.hAlasdair Kergon2008-11-031-1/+1
* Skip add_dev_node when ioctls disabled.Alasdair Kergon2008-05-211-2/+4
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-211-3/+3
* Deal with some more compiler warnings. Hope this doesn't break anything...Alasdair Kergon2007-04-271-2/+2
* Add dm_event_handler_[gs]et_timeout functions.Alasdair Kergon2007-01-221-2/+4
* Fix hash function to avoid using a negative array offset.Alasdair Kergon2006-01-091-2/+2
* Don't inline _find in hash.c and tidy signed/unsigned etc.Alasdair Kergon2006-01-041-13/+16
* export bitset, pool, hash, mallocAlasdair Kergon2005-10-161-46/+45
* Code to build and display device dependency tree.Alasdair Kergon2005-10-161-0/+262