aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* util: choose whether to require micro in version stringsEric Blake2011-07-011-1/+13
* fix virParseVersionString with linux 3.0Scott Moser2011-07-011-4/+4
* Promote virEvent*Handle/Timeout to public APICole Robinson2011-06-211-1/+0
* Fix errno return in safezero()Daniel P. Berrange2011-06-171-1/+5
* qemu: Faster response time to qemu startup errorsStefan Berger2011-06-131-1/+1
* Introduce virTimeMs for getting current time in msJiri Denemark2011-06-131-0/+24
* Move virRun, virExec*, virFork to util/commandCole Robinson2011-06-071-555/+9
* util: Implement virRun as a wrapper around virCommandCole Robinson2011-06-071-69/+4
* util: Remove unused virExec wrapperCole Robinson2011-06-071-35/+0
* Replace all remaining setgid/setuid calls with virSetUIDGIDJiri Denemark2011-05-241-20/+2
* util: Keep errno set to the root error after when returning from virSetUIDGIDJiri Denemark2011-05-241-11/+20
* Fix prototype of virRun for Win32 targetsDaniel P. Berrange2011-05-171-0/+1
* build: tolerate unlimited group sizeEric Blake2011-05-171-23/+51
* storage_backend: Convert virRunWithHook usage to virCommandCole Robinson2011-05-171-17/+6
* util: Combine __virExec and virExecWithHookCole Robinson2011-05-131-46/+37
* remote_driver: Convert virExecDaemonize usage to virCommandCole Robinson2011-05-131-72/+1
* libvirt,logging: cleanup VIR_XXX0()Lai Jiangshan2011-05-111-4/+4
* Add warning message to XML definition files stored on diskMichal Privoznik2011-05-061-0/+37
* util: remove dead assignmentEric Blake2011-05-041-2/+1
* Fix memory leak in __virExecMatthias Bolte2011-04-301-0/+4
* maint: fix comment typosEric Blake2011-04-281-1/+1
* Move call to virReportOOMError into virFileBuildPathMatthias Bolte2011-04-271-0/+2
* build: use gnulib passfd for simpler SCM_RIGHTS codeEric Blake2011-04-261-30/+8
* Remove virConnectPtr from virRaiseErrorFullMatthias Bolte2011-04-171-1/+1
* Remove PATH_MAX sized stack allocation from virFileOpenTtyAtMatthias Bolte2011-04-051-5/+4
* Remove PATH_MAX sized stack allocations related to virFileBuildPathMatthias Bolte2011-04-051-14/+15
* build: detect potentential uninitialized variablesEric Blake2011-04-041-1/+2
* virsh: fix mingw failure on creating nonblocking pipeEric Blake2011-04-011-20/+2
* util: adjust indentation in previous patchEric Blake2011-03-281-52/+45
* util: rename virFileOperation to virFileOpenAsEric Blake2011-03-281-71/+34
* util: use SCM_RIGHTS in virFileOperation when neededEric Blake2011-03-281-16/+122
* util: allow clearing cloexec bitEric Blake2011-03-281-3/+11
* command: properly diagnose process exit via signalEric Blake2011-03-251-15/+12
* util: guarantee sane errno in virFileIsExecutableEric Blake2011-03-211-4/+8
* Ensure binary is resolved wrt $PATH in virExecDaniel P. Berrange2011-03-181-2/+17
* Add virSetBlocking() to allow O_NONBLOCK to be toggle on or offDaniel P. Berrange2011-03-151-3/+10
* util: correct retry path in virFileOperationEric Blake2011-03-031-0/+9
* virExec: avoid uninitialized memory usageEric Blake2011-02-241-0/+1
* Fix off-by-1 in virFileAbsPath.Daniel P. Berrange2011-02-231-14/+6
* maint: kill all remaining uses of old DEBUG macroEric Blake2011-02-211-3/+3
* build: fix broken mingw cross-compilationEric Blake2011-02-181-1/+10
* storage: Allow to delete device mapper disk partitionOsier Yang2011-02-171-0/+14
* Reset logging filter function when forkingDaniel P. Berrange2011-02-091-0/+1
* Block SIGPIPE around virExec hook functionsDaniel P. Berrange2011-02-091-1/+23
* build: avoid close, systemEric Blake2011-01-291-5/+7
* util: add missing string->integer conversion functionsEric Blake2011-01-131-1/+39
* virFindFileInPath: only find executable non-directoryEric Blake2011-01-131-18/+35
* build: avoid compilation warningsEric Blake2011-01-031-5/+8
* virExec: fix logic bugEric Blake2010-12-311-1/+1
* new virSetUIDGID() utility functionLaine Stump2010-12-231-0/+64