summaryrefslogtreecommitdiffstats
path: root/libdm/datastruct/hash.c
Commit message (Expand)AuthorAgeFilesLines
* 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