summaryrefslogtreecommitdiff
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* iscsi: Remove initiatoriqn from virISCSIScanTargetsJohn Ferlan2016-05-182-3/+1
* util: Remove disabling of autologin for iscsi-targetsFritz Elfert2016-05-181-28/+2
* iscsi: Add exit status checking for virISCSIGetSessionJohn Ferlan2016-05-181-6/+10
* util: Add exitstatus parameter to virCommandRunRegexJohn Ferlan2016-05-183-6/+10
* Change return value of VIR_APPEND*INPLACE* to voidJiri Denemark2016-05-181-14/+11
* util: string: Introduce helper to determine whether a byte buffer is printableJohn Ferlan2016-05-162-0/+20
* util: string: Introduce virStringEncodeBase64Peter Krempa2016-05-162-0/+26
* util: alloc: Introduce freeing helpers that clear the memory before freeingPeter Krempa2016-05-162-0/+92
* virfile: Introduce virFileRemoveLastComponentMichal Privoznik2016-05-133-5/+19
* util: Fix virGetLastErrorMessage to return proper error when 'err' is NULLErik Skultety2016-05-111-2/+2
* storage: Fix regression cloning volume into a logical poolJohn Ferlan2016-05-112-0/+3
* headers: Remove unnecessary keyword extern from function declarationErik Skultety2016-05-113-42/+42
* util: set vlan tag for macvtap passthrough mode on SRIOV VFsLaine Stump2016-05-105-31/+37
* util: polkit: Fix polkit agent startupPeter Krempa2016-05-091-14/+12
* util: Replace virDomainDiskSourceIsBlockType with a new helperPeter Krempa2016-05-092-2/+17
* virCgroupValidateMachineGroup: Reflect change in CGroup struct namingMichal Privoznik2016-05-061-0/+9
* virjson: Make pretty format more compactJiri Denemark2016-05-051-2/+2
* virnetsocket: Provide socket address format in a more standard formErik Skultety2016-05-031-4/+20
* admin: Introduce virAdmServerLookupClientErik Skultety2016-05-031-0/+6
* util: factor out reading file into preallocated bufferNikolay Shirokovskiy2016-05-033-9/+28
* Change virDevicePCIAddress to virPCIDeviceAddressMartin Kletzander2016-05-022-2/+3
* util: perf: Adhere to coding style of error checks in virPerfEventEnablePeter Krempa2016-05-021-1/+1
* util: perf: Use 'error' label in virPerfCmtEnablePeter Krempa2016-05-021-7/+7
* virconf: Handle conf file without ending newlineCole Robinson2016-04-211-1/+10
* storage: remove support for /usr/bin/kvm-imgCole Robinson2016-04-201-1/+1
* qemu: Probe GIC capabilitiesAndrea Bolognani2016-04-201-0/+13
* Include sysmacros.h where neededMartin Kletzander2016-04-182-0/+14
* admin: Introduce virAdmServerSetThreadPoolParametersErik Skultety2016-04-182-3/+82
* util: Add more getters to threadpool parametersErik Skultety2016-04-182-0/+36
* util: Use a mutex when retrieving threadpool dataErik Skultety2016-04-181-3/+21
* util: Report system error when virThreadCreateFull failsErik Skultety2016-04-181-0/+1
* util: Refactor thread creation by introducing virThreadPoolExpandErik Skultety2016-04-181-65/+44
* Libvirt: virTypedParamsValidate: Fix detection of multiple parametersJason J. Herne2016-04-181-2/+4
* Add functions for handling exponential backoff loops.Richard W.M. Jones2016-04-152-0/+92
* storage: dir: adapt .refreshVol and .refreshPool for ploop volumesOlga Krishtal2016-04-151-2/+5
* util: Add virGettextInitialize, convert the codeCole Robinson2016-04-143-10/+84
* qemuExecuteEthernetScript: move to utilJán Tomko2016-04-132-0/+31
* util: Rename and move virStrIsPrint to virStringIsPrintablePeter Krempa2016-04-134-14/+20
* util: Fix 'exempt from syntax-check' commentAndrea Bolognani2016-04-121-2/+2
* build: cleanup GCC < 4.6 -Wlogical-op workaroundPavel Hrdina2016-04-113-27/+6
* util: netdev: Don't crash in virNetDevSetIPAddress if @peer is NULLPeter Krempa2016-04-081-2/+2
* netdev: Use the correct pointer type for virSocketAddrFormat()Andrea Bolognani2016-04-081-1/+1
* util: move ENODATA redefine to internal.hRoman Bogorodskiy2016-04-081-4/+0
* virnetdev allow to set peer addressVasiliy Tolstov2016-04-072-16/+39
* util: Introduce virRandomBytesJohn Ferlan2016-04-063-31/+47
* Revert "hostdev: Use actual device when reattaching"Andrea Bolognani2016-04-011-6/+4
* virPerfReadEvent: Prefer saferead over readMichal Privoznik2016-03-311-1/+1
* virDomain{Get,Set}PerfEvents: support --config --live --currentMichal Privoznik2016-03-311-4/+0
* util: bitmap: Introduce self-expanding bitmap APIsPeter Krempa2016-03-292-0/+101
* perf: fix build on non-LinuxRoman Bogorodskiy2016-03-291-8/+9