summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* python: add bindings for virConnectGetCPUModelNamesGiuseppe Scrivano2013-09-234-1/+72
* libvirt: add new public API virConnectGetCPUModelNamesGiuseppe Scrivano2013-09-231-0/+1
* Fix potential use of uninitialized value in virDomainGetVcpuPinInfoDaniel P. Berrange2013-09-201-1/+1
* docs, comments: minor typo fixesOskari Saarenmaa2013-09-101-4/+4
* build: enforce makefile conditional styleEric Blake2013-09-041-2/+2
* Fix leaks in python bindingsJán Tomko2013-09-032-0/+4
* python: Fix a PyList usage mistakeGuan Qiang2013-08-291-1/+1
* python: simplify complicated conditional assignmentClaudio Bley2013-08-231-2/+1
* Test for object identity when checking for None in PythonClaudio Bley2013-08-233-18/+18
* python: Use RELRO_LDFLAGS and NO_INDIRECT_LDFLAGSGuido Günther2013-08-221-0/+7
* Delete obsolete / unused python test filesDaniel P. Berrange2013-07-307-348/+0
* python: Drop TODOCole Robinson2013-07-292-13/+0
* maint: split long lines in MakefilesEric Blake2013-07-191-6/+12
* Add VIR_DOMAIN_EVENT_ID_DEVICE_REMOVED eventJiri Denemark2013-07-182-1/+60
* Introduce new domain create APIs to pass pre-opened FDs to LXCDaniel P. Berrange2013-07-184-0/+160
* python: return dictionary without value in case of no blockjobGuannan Ren2013-07-151-15/+39
* Convert 'int i' to 'size_t i' in python/ filesDaniel P. Berrange2013-07-102-45/+71
* viralloc: Report OOM error on failureMichal Privoznik2013-07-101-51/+51
* python: Add bindings for extensible migration APIsJiri Denemark2013-06-252-0/+236
* Extensible migration APIsJiri Denemark2013-06-251-0/+2
* syntax: prefer space after semicolon in for loopEric Blake2013-05-281-19/+19
* python: Remove the whitespace before ";"Osier Yang2013-05-212-10/+10
* maint: use LGPL correctlyEric Blake2013-05-202-3/+29
* Fix build of python bindings on Python 2.4Daniel P. Berrange2013-05-091-0/+4
* build: clean up stray files found by 'make distcheck'Eric Blake2013-05-061-1/+2
* build: always include sanitytest in tarballEric Blake2013-05-021-3/+2
* virutil: Move string related functions to virstring.cMichal Privoznik2013-05-021-0/+1
* docs: fix usage of 'onto'Eric Blake2013-04-191-2/+2
* syntax-check: Only allows to include public headers in external toolsOsier Yang2013-04-184-8/+8
* python: set default value to optional argumentsGuannan Ren2013-03-261-2/+12
* python:remove semicolon in python codeGuannan Ren2013-03-221-1/+1
* make: regenerate bindings when <classname>.py changesGuannan Ren2013-03-221-1/+6
* python: treat flags as default argument with value 0Guannan Ren2013-03-226-11/+13
* python: Fix emulatorpin API bindingsPeter Krempa2013-03-213-0/+134
* python: fix bindings that don't raise an exceptionGuannan Ren2013-03-212-60/+67
* Apply security label when entering LXC namespacesDaniel P. Berrange2013-03-131-0/+1
* python: fix fd leak in generator.pyGuannan Ren2013-03-011-0/+3
* python: fix typoes and repeated global vars referencesGuannan Ren2013-03-011-5/+2
* python: Implement virDomainMigrateGetCompressionCache wrapperJiri Denemark2013-02-222-0/+35
* Introduce virDomainMigrate*CompressionCache APIsJiri Denemark2013-02-221-0/+1
* python: Implement virDomainGetJobStats wrapperJiri Denemark2013-02-222-0/+48
* Introduce virDomainGetJobStats APIJiri Denemark2013-02-221-0/+1
* Check if classes are derived from objectGuido Günther2013-02-111-11/+16
* Remove more trailing semicolons in Python filesGuido Günther2013-02-073-79/+79
* Cosmetics: Remove semicolonsGuido Günther2013-02-071-4/+4
* sanitytest.py: Do not rely on system libvirtJiri Denemark2013-02-051-1/+1
* Fix missing error constants in libvirt python moduleDaniel P. Berrange2013-02-053-1/+39
* complete virterror->virerror name changeSerge Hallyn2013-01-311-2/+2
* python: Fix bindings for virDomainSnapshotGet{Domain,Connect}Jiri Denemark2013-01-242-1/+11
* Make python objects inherit from 'object' base classDaniel P. Berrange2013-01-241-1/+1