summaryrefslogtreecommitdiff
path: root/lib/datastruct
Commit message (Expand)AuthorAgeFilesLines
* cleanup: eliminate unused assignZdenek Kabelac2021-03-111-1/+1
* build: Don't generate symlinks in include/ dirJoe Thornber2018-05-142-4/+4
* datastruct: Add str_list_wipe.Alasdair G Kergon2016-04-292-5/+14
* doc: change fsf addressZdenek Kabelac2016-01-214-4/+4
* cleanup: drop unneded check for memZdenek Kabelac2015-11-131-2/+2
* str_list: do not support str lists without mempoolsPeter Rajnoha2015-11-112-21/+4
* cleanup: drop unneeded header fileZdenek Kabelac2015-11-091-2/+0
* str_list: add str_list_destroy functionPeter Rajnoha2015-10-302-0/+15
* str_list: add str_list_to_str and str_to_str_list functionsPeter Rajnoha2015-10-302-0/+89
* str_list: also allow memory allocation without memory poolPeter Rajnoha2015-10-301-2/+4
* datastruct: Add str_list_add_list.Alasdair G Kergon2015-03-262-0/+16
* cleanup: consolidate lv_layout and lv_role reportingPeter Rajnoha2014-08-252-2/+16
* Add lv_layout_and_type fn, lv_layout and lv_type reporting fields.Peter Rajnoha2014-08-152-5/+14
* report: select: refactor: move str_list to libdmPeter Rajnoha2014-06-172-32/+6
* cleanup: reduce inclusion of unnecessary headersZdenek Kabelac2014-04-181-3/+0
* cleanup: do include lvm headers in libdm buildZdenek Kabelac2014-04-081-5/+0
* cleanup: self compilable headersZdenek Kabelac2013-12-122-0/+5
* Switch to return voidZdenek Kabelac2012-02-082-8/+5
* Revert the #include changes. Need to fix this at the #include site for now, andPetr Rockai2011-07-181-1/+0
* Add a missing libdevmapper.h #include to lvm-types.h (for dm_list).Petr Rockai2011-07-181-0/+1
* Better const cast logicZdenek Kabelac2011-04-081-4/+4
* Some const cleanupsZdenek Kabelac2010-12-201-1/+1
* Preserve const for char pointerZdenek Kabelac2010-11-112-2/+2
* Extend cling allocation policy to recognise PV tags (cling_by_tags).Alasdair Kergon2010-11-092-4/+8
* Remove unnecessary / duplicate dm_list macros and functions.Dave Wysochanski2009-11-252-353/+0
* Update error return and comments for lvm_list_vg_names/uuids.Dave Wysochanski2009-07-271-2/+4
* more missing bitsAlasdair Kergon2008-11-041-2/+0
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-035-97/+97
* Improve file descriptor leak detection to display likely culprit and filename.Alasdair Kergon2008-08-011-0/+1
* 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
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-1/+1
* Use stack return macros throughout.Alasdair Kergon2008-01-302-20/+10
* Fix strdup memory leak in str_list_dup().Alasdair Kergon2007-09-171-1/+1
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-207-22/+22
* Add "const" attributes where possible: first cut.Jim Meyering2007-08-076-33/+36
* Fix warnings on x86_64 involving ptrdiff_t:Dave Wysochanski2007-04-261-0/+1
* remove inlinesAlasdair Kergon2006-04-191-0/+136
* Check for libsepol.Alasdair Kergon2006-04-192-68/+13
* Use hash, bitset, malloc, pool from libdevmapper.Alasdair Kergon2005-10-169-475/+33
* Option for bitset memory allocation using malloc as well as pool.Alasdair Kergon2005-09-161-1/+10
* Basic support for mirrors.Alasdair Kergon2005-06-011-0/+27
* Fix contiguous allocations with linear.Alasdair Kergon2005-05-111-0/+8
* %Zu->zuAlasdair Kergon2005-05-091-1/+1
* more refinementsAlasdair Kergon2005-04-061-9/+10
* Annotate, tidy and extend list.h.Alasdair Kergon2005-04-061-9/+99
* Extend hash functions to handle non-null-terminated data.Alasdair Kergon2004-06-182-22/+48
* Update copyright notices.Alasdair Kergon2004-03-3010-20/+110
* More str_list fns.Alasdair Kergon2004-03-082-0/+41
* Don't inline hash _findAlasdair Kergon2004-02-131-1/+1