summaryrefslogtreecommitdiff
path: root/libdm/datastruct
Commit message (Expand)AuthorAgeFilesLines
* gcc: use more zero length arraysZdenek Kabelac2021-09-221-1/+1
* libdm: symbol versioning with -fltoZdenek Kabelac2021-04-061-1/+1
* configure: support builds without versioningZdenek Kabelac2021-03-301-3/+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
* libdm: use libdm headerZdenek Kabelac2018-12-141-1/+1
* build: Don't generate symlinks in include/ dirJoe Thornber2018-05-143-3/+3
* cleanup: use zallocZdenek Kabelac2018-03-171-5/+3
* libdm: add min_num_bits to dm_bitset_parse_list()Bryn M. Reeves2016-12-131-1/+21
* libdm: add dm_bit_get_last()/dm_bit_get_prev()Bryn M. Reeves2016-12-131-0/+36
* libdm: fix mask leak in dm_bitset_parse_listBryn M. Reeves2016-07-061-1/+1
* libdm: add dm_bitset_parse_list()Bryn M. Reeves2016-07-051-0/+98
* doc: change fsf addressZdenek Kabelac2016-01-213-3/+3
* 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-302-9/+5
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-2/+2
* Minor optimalization of _test_word.Zdenek Kabelac2010-07-081-2/+2
* Add dm_list_splice() to join two lists.Zdenek Kabelac2010-05-061-1/+23
* Add dm_bitset_equal to libdevmapper.Alasdair Kergon2010-04-201-0/+11
* Add dm_bit_and. (ejt)Alasdair Kergon2010-04-191-0/+7
* fix last commitAlasdair Kergon2010-04-191-1/+1
* Simplify dm_bitset_create. (ejt)Alasdair Kergon2010-04-191-5/+2
* Speed up dm_bit_get_next with ffs().Alasdair Kergon2010-04-191-10/+3
* remove no-longer-used filesAlasdair Kergon2010-01-192-101/+0
* Remove unnecessary / duplicate dm_list macros and functions.Dave Wysochanski2009-11-251-208/+0
* Fix hash lookup segfault when keys compared are different lengths.Alasdair Kergon2009-11-031-1/+5
* more fixesAlasdair Kergon2008-11-041-0/+1
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-032-66/+66
* more tweaking to get things to compile - dmlib.h for log fns, list.hAlasdair Kergon2008-11-032-2/+2
* Skip add_dev_node when ioctls disabled.Alasdair Kergon2008-05-211-2/+4
* make list_move consistent with other list fnsAlasdair Kergon2008-04-102-8/+12
* Add list_move() support function for list manipulation.Dave Wysochanski2008-03-261-0/+10
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-214-12/+12
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-202-6/+6
* Add "const" attributes where possible: first cut.Jim Meyering2007-08-072-14/+14
* Standardise protective include file #defines.Alasdair Kergon2007-04-272-4/+4
* 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
* remove inlinesAlasdair Kergon2006-04-191-0/+136
* Check for libsepol.Alasdair Kergon2006-04-191-67/+12
* Rename _log to dm_log and export.Alasdair Kergon2006-01-311-2/+5
* 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
* Use hash, bitset, malloc, pool from libdevmapper.Alasdair Kergon2005-10-161-0/+20
* export bitset, pool, hash, mallocAlasdair Kergon2005-10-162-65/+63
* Code to build and display device dependency tree.Alasdair Kergon2005-10-164-0/+458