aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-201-1/+1
* command: shell-quote when logging commandsEric Blake2012-08-311-6/+19
* command: avoid double close in virExecWithHookJán Tomko2012-08-211-9/+5
* util: include stderr in log message when an external command failsLaine Stump2012-08-071-3/+7
* add function virCommandNewVAListDmitry Guryanov2012-08-011-0/+22
* Desert the FSF address in copyrightOsier Yang2012-07-231-2/+2
* Convert (nearly) all files in src/util/ to use virReportError()Daniel P. Berrange2012-07-181-57/+53
* maint: include ignore-value in internal.hPeter Krempa2012-06-281-1/+0
* command: avoid potential deadlock on handshakeEric Blake2012-06-071-0/+5
* maint: command.c whitespace cleanupsEric Blake2012-06-041-12/+24
* command: avoid deadlock on EPIPE situationEric Blake2012-06-041-9/+13
* file: Log closing filedescriptorsJiri Denemark2012-06-041-1/+1
* command: Fix debug message during handshakeJiri Denemark2012-06-041-1/+1
* command: check for fork error before closing fdWen Congyang2012-05-301-4/+4
* command: avoid double close bugsEric Blake2012-05-301-10/+6
* virCommand: Extend debug message for handshakeMichal Privoznik2012-05-301-2/+4
* build: fix output of pid valuesMarc-André Lureau2012-05-021-1/+1
* Consistent style for usage of sizeof operatorDaniel P. Berrange2012-03-301-1/+1
* build: fix output of pid valuesEric Blake2012-03-021-11/+9
* command: allow merging stdout and stderr in string captureEric Blake2012-02-031-2/+14
* command: Fix ATTRIBUTE_UNUSED on virSetCapabilitiesMichal Privoznik2012-02-011-2/+4
* util: extend virExecWithHook()Taku Izumi2012-01-311-6/+10
* util: add functions to keep capabilitiesTaku Izumi2012-01-311-6/+38
* virCommandProcessIO(): make poll() usage more robustLaszlo Ersek2012-01-241-15/+2
* build: fix mingw virCommand buildEric Blake2012-01-061-27/+27
* command: Discard FD_SETSIZE limit for opened filesMichal Privoznik2012-01-051-25/+86
* virCommand: Properly handle POLLHUPMichal Privoznik2012-01-041-3/+21
* command: handle empty buffer argument correctlyEric Blake2011-12-031-1/+12
* command: avoid fd leak on failureEric Blake2011-10-131-6/+11
* debug: Annotate some variables as unusedMichal Privoznik2011-09-271-3/+6
* Move pidfile functions into util/virpidfile.{c,h}Daniel P. Berrange2011-08-121-1/+2
* build: silence coverity false positivesEric Blake2011-08-021-3/+5
* util: change virFile*Pid functions to return < 0 on failureLaine Stump2011-07-251-1/+1
* build: rename files.h to virfile.hEric Blake2011-07-211-1/+1
* command: avoid leaking fds across forkEric Blake2011-07-211-28/+29
* command: move all docs into .c fileEric Blake2011-07-211-83/+288
* build: add syntax check for proper flags useEric Blake2011-07-151-1/+1
* command: introduce virPidWait, virPidAbortEric Blake2011-07-141-44/+115
* util: reject unknown flags, and prefer unsigned flagsEric Blake2011-07-131-8/+8
* build: use gnulib pthread_sigmaskEric Blake2011-07-071-10/+0
* util: Correct the error prompt stringOsier Yang2011-06-221-1/+3
* command: avoid double closeEric Blake2011-06-141-12/+32
* command: reduce duplicated debug messagesEric Blake2011-06-141-20/+0
* build: silence coverity false positiveEric Blake2011-06-081-1/+1
* Move virRun, virExec*, virFork to util/commandCole Robinson2011-06-071-2/+564
* build: silence coverity false positiveEric Blake2011-06-031-0/+3
* command: avoid leak on failureEric Blake2011-06-031-1/+1
* Allow handshake with child process during startupDaniel P. Berrange2011-06-021-1/+182
* Disable virCommandExec on Win32Daniel P. Berrange2011-05-161-0/+13
* command: Fix compilation on FreeBSDMatthias Bolte2011-05-141-0/+1