aboutsummaryrefslogtreecommitdiff
path: root/src/phyp
Commit message (Expand)AuthorAgeFilesLines
* Convert public datatypes to inherit from virObjectDaniel P. Berrange2012-08-071-11/+7
* Desert the FSF address in copyrightOsier Yang2012-07-232-4/+4
* Replace use of PHYP_ERROR with virReportErrorDaniel P. Berrange2012-07-201-40/+36
* Remove uid param from directory lookup APIsDaniel P. Berrange2012-05-281-1/+1
* Coverity: Fix resource leaks in phyp driverOsier Yang2012-05-041-15/+21
* Lookup auth credentials in config file before promptingDaniel P. Berrange2012-03-231-2/+2
* Rename virRequest{Username,Password} to virAuthGet{Username,Password}Daniel P. Berrange2012-03-231-2/+2
* Rename src/util/authhelper.[ch] to src/util/virauth.[ch]Daniel P. Berrange2012-03-231-1/+1
* xml: use better types for memory valuesEric Blake2012-03-071-5/+5
* Fix version numbers for isAlive and setKeepAlive driver APIsJiri Denemark2011-11-241-1/+1
* Implement virConnectIsAlive in all driversJiri Denemark2011-11-241-0/+18
* Fix default console type settingDaniel P. Berrange2011-11-031-0/+9
* destroy: Implement internal API for phyp driverMichal Privoznik2011-07-211-1/+11
* build: rename files.h to virfile.hEric Blake2011-07-211-1/+1
* flags: use common dumpxml flags checkEric Blake2011-07-151-0/+2
* phyp: reject unknown flagsEric Blake2011-07-131-3/+9
* Add domain type checkingMatthias Bolte2011-07-111-0/+1
* drivers: prefer unsigned int for flagsEric Blake2011-07-071-3/+3
* Add many version number annotations to driversDaniel P. Berrange2011-05-161-51/+51
* Convert all driver struct intializers to C99 styleDaniel P. Berrange2011-05-161-136/+27
* Tweak driver naming for consistency with public APIDaniel P. Berrange2011-05-161-2/+2
* Implement basic virDomainGetState in all driversJiri Denemark2011-05-161-1/+16
* Internal driver API for virDomainGetStateJiri Denemark2011-05-161-0/+1
* phyp: avoid a crashEric Blake2011-05-141-0/+5
* screenshot: Defining the internal APIMichal Privoznik2011-05-131-0/+1
* libvirt,logging: cleanup VIR_XXX0()Lai Jiangshan2011-05-111-51/+51
* Rename internal DumpXML functions to GetXMLDescMatthias Bolte2011-05-101-3/+3
* inject-nmi: Defining the internal APILai Jiangshan2011-05-101-1/+2
* maint: rename virBufferVSprintf to virBufferAsprintfEric Blake2011-05-051-124/+124
* PHYP: Adding reboot domain functionEduardo Otubo2011-04-211-1/+34
* Update and sort msg_gen_function list and mark unmarked messagesMatthias Bolte2011-04-181-9/+9
* phyp: another simplificationEric Blake2011-04-181-245/+71
* Remove virConnectPtr from virRaiseErrorFullMatthias Bolte2011-04-171-1/+1
* phyp: avoid memory leaks in command valuesEric Blake2011-04-151-721/+99
* phyp: use consistent return string handlingEric Blake2011-04-151-20/+17
* phyp: prefer memcpy over memmove when legalEric Blake2011-04-151-5/+5
* phyp: use consistent style for labelsEric Blake2011-04-151-67/+62
* phyp: more return handling cleanupEric Blake2011-04-151-74/+56
* phyp: avoid memory leak on failureEric Blake2011-04-151-19/+27
* phyp: avoid a logic bugEric Blake2011-04-151-10/+1
* maint: use lighter-weight function for straight appendsEric Blake2011-04-151-4/+3
* phyp: Fix too small buffer allocation in phypAttachDeviceMatthias Bolte2011-04-141-56/+48
* phyp: Don't overwrite error from virDomainDeviceDefParse by OOM errorMatthias Bolte2011-04-141-1/+0
* phyp: Don't try to use a string from a failed virAsprintfMatthias Bolte2011-04-141-1/+1
* phyp: Reduce code duplication in error and success pathsMatthias Bolte2011-04-141-305/+291
* phyp: Remove stack allocating a 4kb volume key and fix related memory leaksMatthias Bolte2011-04-142-45/+54
* Remove C99 variable declare in PHYP network driverDaniel P. Berrange2011-04-131-1/+2
* PHYP: Adding network interfaceEduardo Otubo2011-04-131-19/+573
* phyp: Remove 16kb stack allocationMatthias Bolte2011-04-051-2/+11
* build: detect potentential uninitialized variablesEric Blake2011-04-041-8/+16