summaryrefslogtreecommitdiff
path: root/src/util/vircommand.h
Commit message (Expand)AuthorAgeFilesLines
* util: add an API to retrieve the resolved path to a virCommand's binaryLaine Stump2023-03-101-0/+1
* virCommandSetSendBuffer: Take double pointer of @bufferMichal Privoznik2022-12-011-1/+1
* virCommand: Introduce APIs for core schedulingMichal Privoznik2022-10-201-0/+5
* lib: Use G_NO_INLINE instead of G_GNUC_NO_INLINEMichal Privoznik2022-07-181-1/+1
* util: Remove virCommandPassFDIndex()Jonathon Jongsma2022-05-161-5/+0
* util: remove virCommandPassFDGetFDIndex()Jonathon Jongsma2022-05-161-3/+0
* virCommandGetArgList: Remove 'nargs' argumentPeter Krempa2021-10-121-1/+1
* util: command: Introduce virCommandToStringBufPeter Krempa2021-06-151-0/+4
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-63/+62
* virCommandToString: Allow stripping command pathPeter Krempa2021-04-121-0/+4
* virCommandSetSendBuffer: Provide saner semanticsPeter Krempa2021-03-051-3/+3
* virCommandAddEnvBuffer: Remove unused functionPeter Krempa2021-03-051-3/+0
* util: introduce virCommandPassFDIndexJán Tomko2020-12-011-0/+5
* Fix some wrong usage of ATTRIBUTE_NONNULL()Bihong Yu2020-06-091-2/+1
* virCommand: Introduce virCommandGetArgListPeter Krempa2020-05-201-0/+1
* util: remove virRunJán Tomko2020-04-231-2/+0
* Remove virautoclean.hJán Tomko2019-10-161-1/+0
* Use G_DEFINE_AUTOPTR_CLEANUP_FUNC instead of VIR_DEFINE_AUTOPTR_FUNCJán Tomko2019-10-161-1/+1
* Use G_GNUC_PRINTF instead of ATTRIBUTE_FMT_PRINTFJán Tomko2019-10-151-2/+2
* Use G_GNUC_NO_INLINE instead of ATTRIBUTE_NOINLINEJán Tomko2019-10-151-1/+1
* Use G_GNUC_WARN_UNUSED_RESULT instead of ATTRIBUTE_RETURN_CHECKJán Tomko2019-10-151-9/+9
* use G_GNUC_NULL_TERMINATED instead of ATTRIBUTE_SENTINELJán Tomko2019-10-151-2/+2
* util: simplify virCommand APIs for env passthrough.Daniel P. Berrangé2019-08-071-6/+2
* utils: Remove ATTRIBUTE_NONNULL(1) from virCommandSetSendBufferStefan Berger2019-07-261-1/+1
* utils: Implement function to pass a buffer to send via a fd to virCommandStefan Berger2019-07-261-0/+5
* util: remove code spawning with systemd activation env varsDaniel P. Berrangé2019-07-121-2/+0
* util: command: use #pragma once in headersJonathon Jongsma2019-06-191-7/+4
* util: Don't include 'viralloc.h' into other header filesPeter Krempa2019-04-101-1/+0
* util: Move the VIR_AUTO(CLEAN|PTR) helper macros into a separate headerPeter Krempa2019-04-101-0/+1
* util: command: Introduce virCommandAddEnvXDG helperErik Skultety2019-03-151-0/+2
* util: Use a semicolon for all VIR_DEFINE_AUTOPTR_FUNCJohn Ferlan2019-02-081-1/+1
* qemu: use line breaks in command line args written to logDaniel P. Berrangé2018-12-171-1/+1
* Enforce a standard header file guard symbol nameDaniel P. Berrangé2018-12-141-3/+3
* util: command: define cleanup function using VIR_DEFINE_AUTOPTR_FUNCSukrit Bhatnagar2018-07-141-0/+2
* virCommandPassFD: Give name to flagsMichal Privoznik2018-03-221-2/+2
* util: Fix deadlock across fork()Marc Hartmayer2017-10-101-1/+1
* util: Add virCommandGetGID and virCommandGetUIDMarc Hartmayer2017-10-101-0/+4
* Revert "Prevent more compiler optimization of mockable functions"Daniel P. Berrange2017-07-131-1/+1
* Prevent more compiler optimization of mockable functionsDaniel P. Berrange2017-07-111-1/+1
* annotate all mocked functions with noinlineDaniel P. Berrange2017-04-191-1/+1
* qemu: add a max_core setting to qemu.conf for core dump sizeDaniel P. Berrange2016-09-061-0/+1
* util: Add exitstatus parameter to virCommandRunRegexJohn Ferlan2016-05-181-1/+2
* utils: Implement virCommandPassFDGetFDIndexStefan Berger2015-03-051-0/+3
* qemu: ensure sane umask for qemu processChunyan Liu2014-09-031-0/+1
* util: add virCommandPassListenFDs() functionMartin Kletzander2014-08-221-1/+3
* Move virStorageBackendRun to vircommandJán Tomko2014-03-201-0/+20
* Add ability to register callback for virCommand dry runDaniel P. Berrange2014-03-191-0/+1
* Introduce vircommandpriv.h for functions used by testsJán Tomko2014-03-121-2/+0
* virFork: simplify semanticsEric Blake2014-03-031-1/+1
* util: make it easier to grab only regular command exitEric Blake2014-03-031-0/+2