summaryrefslogtreecommitdiff
path: root/tests/commandtest.c
Commit message (Expand)AuthorAgeFilesLines
* commandtest: Comply with FreeBSD poll()Michal Privoznik2022-12-011-0/+3
* tests: Use virTestCompareToString() moreMichal Privoznik2022-12-011-22/+11
* commandtest: Use virTestCompareToFile() in checkoutput()Michal Privoznik2022-12-011-12/+2
* commandtest: Test virCommandSetSendBuffer() with virCommandDoAsyncIO()Michal Privoznik2022-12-011-0/+97
* virCommandSetSendBuffer: Take double pointer of @bufferMichal Privoznik2022-12-011-2/+2
* commandtest: Use unsigned char in test27()Michal Privoznik2022-12-011-6/+6
* tests: Remove unused includesPeng Liang2022-06-161-2/+0
* lib: Use g_clear_pointer() moreMichal Privoznik2022-02-081-4/+2
* Remove static analysis assertionsPeter Krempa2021-05-241-1/+0
* Drop magic comments for coverityPeter Krempa2021-05-241-1/+0
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-4/+4
* virCommandToStringFull: Improve linebreaking behaviourPeter Krempa2021-04-121-1/+4
* commandtest: test27: Remove pointless 'cleanup' labelPeter Krempa2021-03-051-11/+6
* virCommandSetSendBuffer: Provide saner semanticsPeter Krempa2021-03-051-26/+6
* tests: use g_new0 instead of VIR_ALLOC_NJán Tomko2020-09-231-4/+3
* tests: avoid close of bad file handle in commandtestDaniel P. Berrangé2020-09-221-2/+2
* tests: commandtest: drop unnecessary labelsJán Tomko2020-08-031-70/+36
* tests: commandtest: use VIR_AUTOCLOSEJán Tomko2020-08-031-9/+4
* tests: commandtest: use g_autoptr for virCommandJán Tomko2020-08-031-69/+25
* tests: commandtest: use g_autofreeJán Tomko2020-08-031-50/+26
* tests: commandtest: remove unused 'prefix' parameterJán Tomko2020-08-031-31/+21
* tests: commandtest: Make 'test4' checking daemonization more reliablePeter Krempa2020-07-271-1/+2
* tests: use g_auto for all virBuffersLaine Stump2020-07-081-2/+1
* commandtest: Fix test28 error detectionMichal Privoznik2020-03-241-2/+3
* virprocess: Passthru error from virProcessRunInForkHelperMichal Privoznik2020-03-201-0/+43
* virsh: include virutil.h where usedJán Tomko2020-02-241-0/+1
* src: convert code to use virPipe APIsDaniel P. Berrangé2020-02-041-2/+2
* src: remove sys/wait.h from many filesDaniel P. Berrangé2020-02-041-1/+3
* tests: remove event loop from command testDaniel P. Berrangé2020-02-041-83/+24
* tests: always declare environDaniel P. Berrangé2020-01-171-0/+3
* tests: remove unneeded cleanup labelsDaniel Henrique Barboza2019-11-191-10/+7
* tests: Use g_strdup_printf() instead of virAsprintf()Michal Privoznik2019-11-121-18/+9
* tests: use g_strdup instead of VIR_STRDUPJán Tomko2019-10-211-4/+1
* tests: use G_GNUC_UNUSEDJán Tomko2019-10-151-29/+29
* build: remove use of usleep gnulib module in favour of g_usleepDaniel P. Berrangé2019-10-141-3/+3
* util: replace strerror/strerror_r with g_strerrorDaniel P. Berrangé2019-10-141-5/+5
* util: remove some no-op thread functionsDaniel P. Berrangé2019-09-191-3/+0
* util: simplify virCommand APIs for env passthrough.Daniel P. Berrangé2019-08-071-4/+4
* commandtest: Remove commandhelper.log in test27Michal Privoznik2019-07-291-0/+3
* tests: Call virCommandFree() in cleanup sectionStefan Berger2019-07-261-2/+1
* tests: Extend command test to transfer large data to process on multiple fdsStefan Berger2019-07-261-0/+113
* util: remove code spawning with systemd activation env varsDaniel P. Berrangé2019-07-121-58/+0
* lib: Avoid double close when passing FDs with virCommandPassFD()Michal Privoznik2019-05-171-1/+1
* qemu: use line breaks in command line args written to logDaniel P. Berrangé2018-12-171-1/+63
* tests: Use STRNEQ_NULLABLEJohn Ferlan2018-10-011-2/+2
* src: More cleanup of some system headers already contained in internal.hErik Skultety2018-09-201-2/+0
* internal: Move <stdio.h> include to internal.hErik Skultety2018-09-201-1/+0
* all: Replace virGetLastError with virGetLastErrorCode where we canramyelkest2018-06-051-1/+1
* tests: fix typoNikolay Shirokovskiy2017-11-201-1/+1
* Remove backslash alignment attemptsAndrea Bolognani2017-11-031-3/+3