summaryrefslogtreecommitdiff
path: root/libdm/libdm-report.c
Commit message (Expand)AuthorAgeFilesLines
* libdm: check for mem when _canonicalize_field_idsZdenek Kabelac2016-10-031-1/+4
* libdm: report: add dm_report_group_output_and_pop_allPeter Rajnoha2016-08-091-38/+21
* libdm: report: postpone printing of JSON starting '{' character till it's neededPeter Rajnoha2016-08-091-36/+14
* libdm: report: add dm_report_destroy_rowsPeter Rajnoha2016-08-091-0/+5
* libdm: report: fix json reporting to escape '"' character that may appear in ...Peter Rajnoha2016-07-261-3/+29
* libdm: report: fix field width calculation when using dm_report_column_headingsPeter Rajnoha2016-06-281-24/+41
* coverity: fix issues detected in recent codePeter Rajnoha2016-06-281-2/+2
* libdm: log: remove log_print_bypass_report calls and register new print_log_l...Peter Rajnoha2016-06-231-16/+16
* libdm: select: recognize special selection string 'all' as an alias for blank...Peter Rajnoha2016-06-201-1/+3
* libdm: report: add dm_report_set_selectionPeter Rajnoha2016-06-201-31/+93
* libdm: report: add DM_REPORT_OUTPUT_MULTIPLE_TIMES report flag to keep report...Peter Rajnoha2016-06-201-26/+57
* refactor: move field width calculation and sort preparation from _do_report_o...Peter Rajnoha2016-06-201-12/+16
* libdm: report: remember special field to display selection status in struct r...Peter Rajnoha2016-06-201-6/+7
* log: also pass log_print through report and add log_print_bypass_report for u...Peter Rajnoha2016-06-201-16/+16
* libdm: report: implement DM_REPORT_GROUP_JSON for JSON report outputPeter Rajnoha2016-06-201-11/+230
* libdm: report: implement DM_REPORT_GROUP_BASIC for extended report outputPeter Rajnoha2016-06-201-1/+69
* libdm: report: implement DM_REPORT_GROUP_SINGLE for a group containing single...Peter Rajnoha2016-06-201-0/+50
* libdm: report: introduce dm_report_groupPeter Rajnoha2016-06-201-4/+184
* cleanup: use #define for field's quote and pair character and also for the er...Peter Rajnoha2016-04-081-13/+18
* cleanup: use sizeof instead of macro.Zdenek Kabelac2016-02-231-4/+4
* libdm: fix string boundaryZdenek Kabelac2016-02-231-2/+3
* doc: change fsf addressZdenek Kabelac2016-01-211-1/+1
* cleanup: cast resulting value explicitelyZdenek Kabelac2015-11-191-1/+1
* cleanup: add stack tracesZdenek Kabelac2015-11-181-2/+2
* libdm: report: consolidate use of string list selection structuresPeter Rajnoha2015-11-181-16/+16
* cleanup: use embeded listZdenek Kabelac2015-11-171-18/+18
* cleanup: unify NULL custom checkZdenek Kabelac2015-11-171-31/+41
* libdm: fix check of pointerZdenek Kabelac2015-11-161-2/+2
* libdm: check for passed custom time valueZdenek Kabelac2015-11-161-0/+4
* libdm: check if passed return pointer is not NULLZdenek Kabelac2015-11-161-2/+4
* libdm: put in secure checkZdenek Kabelac2015-11-131-0/+4
* libdm: replace assign with incrementZdenek Kabelac2015-11-091-3/+2
* libdm: exlicitly check for NULLZdenek Kabelac2015-11-091-1/+3
* libdm: add dm_report_compact_given_fieldsPeter Rajnoha2015-10-161-2/+60
* libdm: report: make it possible to use blank value as selection for string li...Peter Rajnoha2015-09-171-10/+28
* style: Standardise some error paths.Alasdair G Kergon2015-09-051-1/+1
* cleanup: avoid printing -0.00Zdenek Kabelac2015-09-031-1/+2
* libdm: reset report field widths in _destroy_rows()Bryn M. Reeves2015-09-021-2/+14
* cleanup: preserve constness of some pointersZdenek Kabelac2015-08-181-19/+19
* dmsetup: Restructure arg handling.Alasdair G Kergon2015-08-131-0/+5
* libdm: do not attempt to output column headings with --rowsBryn M. Reeves2015-08-081-0/+3
* libdm: remove report interval supportBryn M. Reeves2015-08-081-44/+0
* libdm: add dm_report_column_headingsBryn M. Reeves2015-08-081-3/+5
* libdm: fix report rows and headings memory and state leaksBryn M. Reeves2015-08-081-4/+31
* libdm: Whitespace.Alasdair G Kergon2015-08-051-10/+10
* report: also recognize variants without underscores for <prefix>_all fieldsPeter Rajnoha2015-08-041-3/+8
* report: update comment for _is_same_field fnPeter Rajnoha2015-08-031-3/+4
* report: recognize report field name variants without any underscores tooPeter Rajnoha2015-08-031-11/+81
* dmsetup: Add --count and --interval to reports.Bryn M. Reeves2015-07-311-0/+44
* cleanup: avoid double assignZdenek Kabelac2015-07-151-3/+3