summaryrefslogtreecommitdiff
path: root/tests/commandtest.c
Commit message (Expand)AuthorAgeFilesLines
...
* util: Fix deadlock across fork()Marc Hartmayer2017-10-101-5/+10
* tests: fix some resource leaksPavel Hrdina2017-04-111-0/+3
* tests: Rename VIRT_TEST_* macros to VIR_TEST_*Andrea Bolognani2017-04-041-1/+1
* Remove src/nodeinfoMartin Kletzander2017-03-271-1/+0
* tests: command: Fix build on ppc64/aarch64Andrea Bolognani2016-07-141-1/+1
* virCommandExec: Report error if execve failsMichal Privoznik2016-07-121-0/+69
* Rename virtTestDifference to virTestDifference.Tomáš Ryšavý2016-06-081-8/+8
* tests: Rename virtTestRun to virTestRun.Tomáš Ryšavý2016-06-081-2/+2
* tests: More usage of virGetLastErrorMessage()Jovanka Gulicoska2016-05-191-54/+27
* Avoid using !STREQ and !STRNEQIshmanpreet Kaur Khera2015-10-211-5/+5
* tests: fix some memleaks in testsZhang Bo2015-04-271-0/+1
* command: test umask supportEric Blake2014-09-031-0/+3
* commandtest: Resolve Coverity RESOURCE_LEAKJohn Ferlan2014-08-221-0/+1
* util: add virCommandPassListenFDs() functionMartin Kletzander2014-08-221-0/+56
* tests: support dynamic prefixes in commandtestMartin Kletzander2014-08-221-19/+30
* Coverity: Resolve a FORWARD_NULLJohn Ferlan2014-03-251-0/+1
* Indent top-level labels by one space in tests/Ján Tomko2014-03-251-17/+17
* Require spaces around equality comparisonsMartin Kletzander2014-03-181-1/+1
* build: Include sys/wait.h in commandtest.cJán Tomko2014-03-041-0/+1
* virFork: simplify semanticsEric Blake2014-03-031-8/+4
* util: make it easier to grab only regular command exitEric Blake2014-03-031-0/+23
* util: make it easier to grab only regular process exitEric Blake2014-03-031-4/+4
* util: make it easier to reflect child exit statusEric Blake2014-03-031-0/+64
* virFork: give specific status on failure prior to execEric Blake2014-03-031-2/+41
* maint: align whitespaces with project conventions.Thorsten Behrens2014-01-201-2/+2
* Fix coverity complain in commandtest.cPavel Hrdina2014-01-151-0/+1
* Make virCommand env handling robust in setuid envDaniel P. Berrange2013-10-211-4/+4
* Remove test case average timingDaniel P. Berrange2013-10-081-1/+1
* Merge virCommandPreserveFD / virCommandTransferFDDaniel P. Berrange2013-07-181-2/+3
* Adapt to VIR_ALLOC and virAsprintf in tests/*Michal Privoznik2013-07-101-6/+2
* Adapt to VIR_STRDUP and VIR_STRNDUP in tests/*Michal Privoznik2013-05-101-1/+1
* build: clean up stray files found by 'make distcheck'Eric Blake2013-05-061-1/+1
* virutil: Move string related functions to virstring.cMichal Privoznik2013-05-021-1/+1
* commandtest: Resolve some coverity resource leaksJohn Ferlan2013-02-161-5/+12
* tests: reserve more fds for commandtestEric Blake2013-02-051-2/+11
* tests: Create test for virCommandDoAsyncIOMichal Privoznik2013-02-051-0/+49
* Introduce event loop to commandtestMichal Privoznik2013-02-051-0/+87
* commandtest: Need to initialize 'errbuf'John Ferlan2013-01-221-1/+1
* Rename virterror.c virterror_internal.h to virerror.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename util.{c,h} to virutil.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename memory.{c,h} to viralloc.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename command.{c,h} to vircommand.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Remove spurious whitespace between function name & open bracketsDaniel P. Berrange2012-11-021-2/+2
* tests: test previous commitEric Blake2012-09-241-0/+2
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-201-1/+1
* command: shell-quote when logging commandsEric Blake2012-08-311-2/+4
* Desert the FSF address in copyrightOsier Yang2012-07-231-2/+2
* command: avoid deadlock on EPIPE situationEric Blake2012-06-041-0/+42
* More coverity findings addressedStefan Berger2012-04-271-4/+5
* Cleanup for a return statement in source filesMartin Kletzander2012-03-261-2/+2