summaryrefslogtreecommitdiff
path: root/tools/vsh-table.c
Commit message (Expand)AuthorAgeFilesLines
* tools: Remove unused includesPeng Liang2022-06-161-1/+0
* vsh-table: Hide vshTableRow typedefMichal Privoznik2021-12-171-0/+1
* util: alloc: Reimplement VIR_APPEND_ELEMENT using virAppendElementPeter Krempa2021-08-061-6/+3
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-18/+18
* vsh-table: Use g_autofree where possibleKristina Hanicova2021-03-041-9/+4
* tools: replace VIR_FREE with g_free in all vir*Free() functionsLaine Stump2021-02-051-5/+5
* tools: use g_new0 instead of VIR_ALLOC*Ján Tomko2020-10-011-14/+7
* tools: remove unnecessary includesJán Tomko2020-08-031-2/+0
* tools: use g_auto() for all virBuffersLaine Stump2020-07-081-1/+1
* tools: replace wcwidth() with g_unichar_* APIsDaniel P. Berrangé2020-01-291-1/+1
* use g_ascii_isprint instead of c_isprint from gnulibPavel Hrdina2019-12-101-2/+1
* use g_ascii_iscntrl instead of c_iscntrl from gnulibPavel Hrdina2019-12-101-1/+1
* replace use of gnulib snprintf by g_snprintfPavel Hrdina2019-11-151-3/+3
* tools: use g_strdup instead of VIR_STRDUPJán Tomko2019-10-211-2/+1
* vsh-table: allow empty columnsJán Tomko2019-02-121-3/+0
* Remove all Author(s): lines from source file headersDaniel P. Berrangé2018-12-131-4/+0
* Fix minor typos in messages and docsYuri Chornoivan2018-12-051-1/+1
* vsh-table: Get rid of trailing spacesSimon Kobyda2018-11-281-2/+4
* src: More cleanup of some system headers already contained in internal.hErik Skultety2018-09-201-1/+0
* vsh: Add API for printing tables.Simon Kobyda2018-08-241-0/+460