summaryrefslogtreecommitdiff
path: root/src/util/vircommand.c
Commit message (Expand)AuthorAgeFilesLines
* util: Update format strings in translated messages (part 1)Jiri Denemark2023-04-011-20/+18
* util: add an API to retrieve the resolved path to a virCommand's binaryLaine Stump2023-03-101-11/+40
* util: virPidFileAcquirePath: remove waitForLock argumentJán Tomko2023-03-081-1/+1
* virCommandSetSendBuffer: Take double pointer of @bufferMichal Privoznik2022-12-011-3/+3
* virCommandDoAsyncIO: Drop misleading statement about main event loopMichal Privoznik2022-12-011-2/+0
* vircommand: Document virCommandSetSendBuffer() behaviour wrt daemonizeMichal Privoznik2022-12-011-0/+3
* virCommand: Introduce APIs for core schedulingMichal Privoznik2022-10-201-0/+63
* util: Preserve macOS dyld environment by defaultAndrea Bolognani2022-08-221-0/+2
* util: Remove virCommandPassFDIndex()Jonathon Jongsma2022-05-161-26/+2
* util: remove virCommandPassFDGetFDIndex()Jonathon Jongsma2022-05-161-27/+0
* syntax-check: sc_avoid_write: Don't use blanket file exceptionsPeter Krempa2022-02-151-2/+2
* util: Check for errors in virLogSetFromEnvMartin Kletzander2022-01-051-1/+2
* util: virExec may blocked by reading pipe if grandchild prematurely exitXu Chao2021-11-241-0/+4
* virCommandGetArgList: Remove 'nargs' argumentPeter Krempa2021-10-121-3/+1
* util: command: Introduce virCommandToStringBufPeter Krempa2021-06-151-18/+32
* Remove static analysis assertionsPeter Krempa2021-05-241-3/+0
* Replace AbsPath judgement method with g_path_is_absolute()Luke Yue2021-04-211-1/+1
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-106/+102
* virCommandToStringFull: Improve linebreaking behaviourPeter Krempa2021-04-121-6/+23
* virCommandSetDryRun: Add flags to linebreak and strip prefix from the command...Peter Krempa2021-04-121-5/+16
* virCommandSetDryRun: Rework resetting of the dry run dataPeter Krempa2021-04-121-1/+42
* virCommandToString: Allow stripping command pathPeter Krempa2021-04-121-3/+20
* Do not check return value of VIR_REALLOC_NJiri Denemark2021-03-221-3/+2
* Do not check return value of VIR_EXPAND_NJiri Denemark2021-03-221-1/+1
* Do not check return value of VIR_RESIZE_NJiri Denemark2021-03-221-8/+8
* util: Have virCommand remember whether limits are setAndrea Bolognani2021-03-081-3/+12
* util: Always pass a pid to virProcessSetMax*()Andrea Bolognani2021-03-081-5/+7
* virCommandSetSendBuffer: Provide saner semanticsPeter Krempa2021-03-051-12/+27
* virCommandFDSet: Remove return valuePeter Krempa2021-03-051-19/+3
* virCommandAddEnvBuffer: Remove unused functionPeter Krempa2021-03-051-26/+0
* util: vircommand: Add wrappers for virCommand error checkingPeter Krempa2021-03-051-61/+86
* util: vircommand: Remove OOM handlingPeter Krempa2021-03-021-76/+20
* virCommandAddArgBuffer: Simplify clearing of @bufPeter Krempa2021-03-021-7/+7
* virCommandAddEnv: Make stealing of argument more obviousPeter Krempa2021-03-021-4/+5
* Replace virStringSplit with g_strsplitPeter Krempa2021-02-111-1/+1
* util: replace VIR_FREE with g_free in all vir*Free() functionsLaine Stump2021-02-051-12/+12
* vircommand: Simplify virCommandAddArgTim Wiederhake2021-02-021-6/+1
* lib: Replace VIR_AUTOSTRINGLIST with GStrvMichal Privoznik2020-12-021-1/+1
* util: introduce virCommandPassFDIndexJán Tomko2020-12-011-2/+26
* virCommandAddArg: Don't abort on invalid inputPeter Krempa2020-11-241-1/+1
* remove unnecessary cleanup labels and unused return variablesLaine Stump2020-11-021-6/+3
* change DIR* int g_autoptr(DIR) where appropriateLaine Stump2020-11-021-2/+1
* util: command: use g_new0Ján Tomko2020-10-061-20/+9
* util: split out VIR_ALLOC callsJán Tomko2020-10-061-2/+4
* virBitmapNew: Don't check return valuePeter Krempa2020-10-051-2/+1
* vircommand.c: write child pidfile before process tuning in virExec()Daniel Henrique Barboza2020-10-021-9/+10
* util: command: do not return after abortJán Tomko2020-08-031-1/+0
* src: fix word spell typosFangge Jin2020-07-091-1/+1
* util: use g_auto() for all virBuffersLaine Stump2020-07-081-2/+1
* virCommand: Introduce virCommandGetArgListPeter Krempa2020-05-201-0/+23