summaryrefslogtreecommitdiff
path: root/lib/datastruct/str_list.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: eliminate unused assignZdenek Kabelac2021-03-111-1/+1
* build: Don't generate symlinks in include/ dirJoe Thornber2018-05-141-2/+2
* datastruct: Add str_list_wipe.Alasdair G Kergon2016-04-291-5/+13
* doc: change fsf addressZdenek Kabelac2016-01-211-1/+1
* cleanup: drop unneded check for memZdenek Kabelac2015-11-131-2/+2
* str_list: do not support str lists without mempoolsPeter Rajnoha2015-11-111-19/+4
* cleanup: drop unneeded header fileZdenek Kabelac2015-11-091-2/+0
* str_list: add str_list_destroy functionPeter Rajnoha2015-10-301-0/+13
* str_list: add str_list_to_str and str_to_str_list functionsPeter Rajnoha2015-10-301-0/+87
* str_list: also allow memory allocation without memory poolPeter Rajnoha2015-10-301-2/+4
* datastruct: Add str_list_add_list.Alasdair G Kergon2015-03-261-0/+15
* cleanup: consolidate lv_layout and lv_role reportingPeter Rajnoha2014-08-251-2/+15
* Add lv_layout_and_type fn, lv_layout and lv_type reporting fields.Peter Rajnoha2014-08-151-5/+13
* report: select: refactor: move str_list to libdmPeter Rajnoha2014-06-171-6/+6
* Switch to return voidZdenek Kabelac2012-02-081-6/+3
* Preserve const for char pointerZdenek Kabelac2010-11-111-1/+1
* Extend cling allocation policy to recognise PV tags (cling_by_tags).Alasdair Kergon2010-11-091-3/+7
* Update error return and comments for lvm_list_vg_names/uuids.Dave Wysochanski2009-07-271-2/+4
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-031-22/+22
* Use stack return macros throughout.Alasdair Kergon2008-01-301-16/+8
* 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-201-3/+3
* Add "const" attributes where possible: first cut.Jim Meyering2007-08-071-4/+5
* Use hash, bitset, malloc, pool from libdevmapper.Alasdair Kergon2005-10-161-5/+5
* Update copyright notices.Alasdair Kergon2004-03-301-2/+11
* More str_list fns.Alasdair Kergon2004-03-081-0/+39
* more str_list fnsAlasdair Kergon2003-10-151-9/+41
* str_list_delAlasdair Kergon2003-10-151-0/+13
* Extract some common functions.Alasdair Kergon2003-09-171-0/+35