summaryrefslogtreecommitdiff
path: root/tests/vboxsnapshotxmltest.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Use virTestCompareToString() moreMichal Privoznik2022-12-011-2/+1
* Remove empty cleanup sectionsJán Tomko2021-12-131-6/+2
* Prefer g_auto(GStrv) over g_strfreev()Michal Privoznik2021-11-111-2/+1
* tests: use g_autofreeJán Tomko2021-09-091-8/+4
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-1/+1
* lib: Replace virFileMakePath() with g_mkdir_with_parents()Michal Privoznik2021-03-041-1/+1
* Replace virStringSplit with g_strsplitPeter Krempa2021-02-111-1/+1
* check for NULL before calling g_regex_unrefJán Tomko2020-09-081-1/+2
* Use g_strfeev instead of virStringFreeListJán Tomko2020-08-031-1/+1
* tests: use g_auto for all virBuffersLaine Stump2020-07-081-2/+1
* Include unistd.h where usedJán Tomko2020-02-241-0/+2
* Add a space before ending a commentJán Tomko2020-01-301-1/+1
* tests: use GRegex in vboxsnapshotxmltestJán Tomko2019-11-141-12/+8
* tests: Use g_strdup_printf() instead of virAsprintf()Michal Privoznik2019-11-121-3/+2
* util: buffer: Remove virBufferErrorPeter Krempa2019-10-241-5/+0
* tests: use g_strdup instead of VIR_STRDUPJán Tomko2019-10-211-3/+1
* Revert "Include unistd.h directly by files using it"Peter Krempa2019-04-101-1/+0
* Include unistd.h directly by files using itPeter Krempa2019-04-101-0/+1
* src: More cleanup of some system headers already contained in internal.hErik Skultety2018-09-201-1/+0
* internal: Move <stdio.h> include to internal.hErik Skultety2018-09-201-1/+0
* Remove backslash alignment attemptsAndrea Bolognani2017-11-031-3/+3
* tests: Rename VIRT_TEST_* macros to VIR_TEST_*Andrea Bolognani2017-04-041-1/+1
* virstring: Unify string list function namesMichal Privoznik2016-11-251-1/+1
* Rename virtTestLoadFile to virTestLoadFile.Tomáš Ryšavý2016-06-081-2/+2
* Rename virtTestDifference to virTestDifference.Tomáš Ryšavý2016-06-081-1/+1
* tests: Rename virtTestRun to virTestRun.Tomáš Ryšavý2016-06-081-2/+2
* vboxsnapshotxmltest: Don't write to a file in abs_srcdirMichal Privoznik2014-07-011-13/+16
* Add vbox_snapshot_conf structYohan BELLEGUIC2014-06-101-0/+161