summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Setup distutils buld systemHEADmasterDaniel P. Berrange2013-09-099-0/+1244
* Add execute permission for sanitytest.pyDaniel P. Berrange2013-09-091-0/+0
* Add build/ to python module path for sanitytest.pyDaniel P. Berrange2013-09-091-0/+4
* Remove use of VIR_FORCE_CLOSEDaniel P. Berrange2013-09-091-1/+1
* Remove use of virStrcpyStaticDaniel P. Berrange2013-09-091-1/+2
* Import gnulib's ignore_value macroDaniel P. Berrange2013-09-091-0/+11
* Import gnulib's xalloc_oversized macroDaniel P. Berrange2013-09-091-0/+16
* Update header file includesDaniel P. Berrange2013-09-094-16/+6
* Add decl of MIN macroDaniel P. Berrange2013-09-091-0/+4
* Import STREQ macro from libvirtDaniel P. Berrange2013-09-091-0/+2
* Remove use of VIR_ALLOC_NDaniel P. Berrange2013-09-091-53/+53
* Remove use of VIR_FREE from codeDaniel P. Berrange2013-09-094-120/+120
* Fix potential use of uninitialized value in virDomainGetVcpuPinInfoDaniel P. Berrange2013-09-091-1/+1
* Remote compiler annotation attributesDaniel P. Berrange2013-09-091-141/+140
* Remove obsolete Makefile.amDaniel P. Berrange2013-09-091-172/+0
* Remove <config.h> from source filesDaniel P. Berrange2013-09-094-8/+0
* Update generator for new code layoutDaniel P. Berrange2013-09-091-44/+25
* build: enforce makefile conditional styleEric Blake2013-09-041-2/+2
* Fix leaks in python bindingsCVE-2013-4297Ján Tomko2013-09-032-0/+4
* python: Fix a PyList usage mistakev1.1.2-rc2v1.1.2CVE-2013-4292CVE-2013-4291Guan Qiang2013-08-291-1/+1
* python: simplify complicated conditional assignmentv1.1.2-rc1Claudio 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 filesCVE-2013-5651CVE-2013-4239Daniel P. Berrange2013-07-307-348/+0
* python: Drop TODOv1.1.1Cole Robinson2013-07-292-13/+0
* maint: split long lines in Makefilesv1.1.1-rc2v1.1.1-rc1Eric 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 blockjobCVE-2013-4154CVE-2013-4153Guannan 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 failureCVE-2013-2230Michal Privoznik2013-07-101-51/+51
* python: Add bindings for extensible migration APIsv1.1.0-rc2v1.1.0-rc1v1.1.0CVE-2013-2218Jiri Denemark2013-06-252-0/+236
* Extensible migration APIsJiri Denemark2013-06-251-0/+2
* syntax: prefer space after semicolon in for loopv1.0.6-rc2v1.0.6Eric Blake2013-05-281-19/+19
* python: Remove the whitespace before ";"v1.0.6-rc1Osier Yang2013-05-212-10/+10
* maint: use LGPL correctlyEric Blake2013-05-202-3/+29
* Fix build of python bindings on Python 2.4CVE-2013-1962Daniel 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'v1.0.5-rc1v1.0.5Eric 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 argumentsv1.0.4-rc2v1.0.4Guannan Ren2013-03-261-2/+12
* python:remove semicolon in python codev1.0.4-rc1Guannan 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.pyv1.0.3Guannan Ren2013-03-011-0/+3